index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGpuGL.cpp
Commit message (
Expand
)
Author
Age
*
clear stencil clip on draw target
joshualitt
2014-10-29
*
OptState owns program descriptor
joshualitt
2014-10-28
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Working patch to remove constant attributes. This may cause some gm mismatch...
joshualitt
2014-10-28
*
Revert of Patch to remove constant attributes (patchset #8 id:120002 of https...
joshualitt
2014-10-28
*
Working patch to remove constant attributes. This may cause some gm mismatch...
joshualitt
2014-10-28
*
Revert of Patch to remove constant attributes (patchset #6 id:100001 of https...
joshualitt
2014-10-27
*
Working patch to remove constant attributes. This may cause some gm mismatch...
joshualitt
2014-10-27
*
Scissor rect on drawinfo
joshualitt
2014-10-27
*
Clip mask manager sets stencil on draw type
joshualitt
2014-10-27
*
Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 o...
joshualitt
2014-10-27
*
Clip mask manager sets stencil on draw type
joshualitt
2014-10-27
*
Don't use MIP filter mode on compressed textures
bsalomon
2014-10-23
*
Only use sized format on IMG/ES3 for single channel.
bsalomon
2014-10-14
*
Use GL_R8 rather than GL_RED for glTexImage2D on IMG/ES3. Check for failure o...
bsalomon
2014-10-14
*
Caching the result of readPixelsSupported
piotaixr
2014-10-02
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-30
*
Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...
robertphillips
2014-09-30
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-29
*
Split GrDrawState and GrOptDrawState into separate classes and remove base cl...
egdaniel
2014-09-26
*
Use OptDrawState instead of DrawState when flushing state in GrGpuGL
egdaniel
2014-09-24
*
Add counting of some GL calls
robertphillips
2014-09-18
*
Fix typo
robertphillips
2014-09-17
*
Attach GrOptDrawState into shader building pipeline
egdaniel
2014-09-16
*
Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 i...
egdaniel
2014-09-16
*
Attach GrOptDrawState into shader building pipeline
egdaniel
2014-09-16
*
Always disable the scissor test before BlitFrameBuffer
derekf
2014-09-16
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Remove GrDrawTarget::AutoRenderTargetRestore.
bsalomon
2014-09-03
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
Add GrResourceCache2.
bsalomon
2014-08-21
*
Simplify GrGLPathRendering interface
kkinnunen
2014-08-20
*
Separate GL path rendering state from GrGpuGL to GrGLPathRendering
kkinnunen
2014-08-20
*
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...
bsalomon
2014-08-19
*
Add GrResourceCache2.
bsalomon
2014-08-19
*
Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...
george
2014-08-12
*
Consider index8 a compressed config.
bsalomon
2014-08-11
*
Wrap NV_path_rendering API with GrGLPathRendering
cdalton
2014-08-11
*
Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"
bungeman
2014-08-06
*
Adds a GrGLPathRendering class that wraps the NV_path_rendering
cdalton
2014-08-04
*
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
bsalomon
2014-08-04
*
FBFetch refactor + arm support
joshualitt
2014-08-01
*
Incorporate glStencilThenCover* nvpr methods
cdalton
2014-07-29
*
Remove support in the gpu to use hardware AA lines. Current code paths could ...
egdaniel
2014-07-29
*
Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromi...
egdaniel
2014-07-29
*
Remove gpu support for willUseHWAALines.
egdaniel
2014-07-29
*
Revert "Revert of Use the GrCacheable ID to eliminate the need for notificati...
bsalomon
2014-07-22
*
Add a GrPathRange class
cdalton
2014-07-21
*
Revert of Use the GrCacheable ID to eliminate the need for notifications to G...
robertphillips
2014-07-20
*
Fix alpha textures in NV ES3 contexts on Windows.
bsalomon
2014-07-17
[next]