index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLProgramDesc.cpp
Commit message (
Expand
)
Author
Age
*
Fix GL texture target program key
bsalomon
2016-01-15
*
Beginning of support for texture rectangles.
bsalomon
2016-01-14
*
Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPix...
bsalomon
2016-01-12
*
Fix uninit texture key with odd number of textures
bsalomon
2016-01-11
*
Add a class representing texture swizzle.
bsalomon
2016-01-08
*
Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of...
mtklein
2016-01-08
*
Add a class representing texture swizzle.
bsalomon
2016-01-08
*
Don't ref/unref the static src-over xp
bsalomon
2015-12-21
*
Create a static instances of SrcOver XferProcessor
egdaniel
2015-11-30
*
Initial version of external_oes texture support and unit test
bsalomon
2015-11-22
*
Revert of Initial version of external_oes texture support and unit test (patc...
bsalomon
2015-11-20
*
Initial version of external_oes texture support and unit test
bsalomon
2015-11-20
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Move all ShaderBuilder files to GLSL
egdaniel
2015-11-11
*
Create swizzle table inside of glsl caps
egdaniel
2015-11-04
*
Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of...
egdaniel
2015-11-03
*
Create swizzle table inside of glsl caps
egdaniel
2015-11-03
*
Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups.
egdaniel
2015-11-02
*
Remove batchtracker
joshualitt
2015-09-11
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
For a frag proc, its key will be a concatenation of all its descendant procs'...
wangyix
2015-08-20
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
Moved GrGLFragmentProcessor definition to its own file
wangyix
2015-07-22
*
Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps
jvanverth
2015-04-29
*
Use GLSLCaps for creating processor keys and GLSL-specific programs
jvanverth
2015-04-28
*
Make non-AA hairline stroke rects snap to pixels centers so they close.
bsalomon
2015-04-27
*
Minor modifications to GrProgramDesc.h.
jvanverth
2015-04-20
*
Cleanup in GrPipelineBuilder
bsalomon
2015-02-26
*
Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #...
bsalomon
2015-02-06
*
Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:2000...
bsalomon
2015-02-05
*
Move DstCopy on gpu into the GrXferProcessor.
egdaniel
2015-02-05
*
Revert "Move DstCopy on gpu into the GrXferProcessor."
egdaniel
2015-02-04
*
Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1...
egdaniel
2015-02-04
*
Revert "Move DstCopy on gpu into the GrXferProcessor."
egdaniel
2015-02-04
*
Move DstCopy on gpu into the GrXferProcessor.
egdaniel
2015-02-03
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
remove drawtype
joshualitt
2015-01-21
*
BUG=skia:
joshualitt
2015-01-20
*
More changes to bring together path / geo procs
joshualitt
2015-01-14
*
Move most of the transform logic into the primitive processors
joshualitt
2015-01-13
*
removing coord change matrices
joshualitt
2014-12-29
*
Rename GrGpuGL -> GrGLGpu
jvanverth
2014-12-22
*
Change to create device coord coordset
joshualitt
2014-12-18
*
Rename GrGpuGL to GrGLGpu for consistency
bsalomon
2014-12-16
*
This change will ultimately pull uniform color, and to a much lesser degree u...
joshualitt
2014-12-15
*
Create xfer processor backend.
egdaniel
2014-12-11
*
Revert of Create xfer processor backend. (patchset #6 id:100001 of https://co...
joshualitt
2014-12-10
[next]