index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLGpu.cpp
Commit message (
Expand
)
Author
Age
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Fix for copy surface not handling dirty context
joshualitt
2015-08-21
*
Use stencil ops that don't issue writes whenever possible
vbuzinov
2015-08-21
*
Add rendertarget flag to prevent a debug assert in SampleApp.
senorblanco
2015-08-19
*
Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu
bsalomon
2015-08-12
*
Move some work from backend onClear to base class clear
egdaniel
2015-08-06
*
Make ANGLE perf decisions be runtime rather than compile time
bsalomon
2015-07-31
*
Restore read pixels perf on ANGLE
bsalomon
2015-07-31
*
SRGB read and write pixels working and unit test
bsalomon
2015-07-30
*
Move some parts of onReadPixels up to GrGpu readPixels.
egdaniel
2015-07-30
*
Make GrGpu read/write pixels take GrSurface
bsalomon
2015-07-30
*
Move draw on upload decision in GrGpu
bsalomon
2015-07-28
*
Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of http...
bsalomon
2015-07-28
*
Move draw on upload decision in GrGpu
bsalomon
2015-07-28
*
Fix ImageNewSurface test on S4.
bsalomon
2015-07-23
*
Attempt to somewhat simplify GrContext::readSurfacePixels interaction with Gr...
bsalomon
2015-07-23
*
Removing GrTemplates.h
joshualitt
2015-07-17
*
Make readpixels work on GrTextures
bsalomon
2015-07-16
*
Rename backing texture testing routines
jvanverth
2015-07-14
*
Start to propagate constness of GrPipelineBuilder up the stack
joshualitt
2015-07-13
*
Remove GL-specific code from GMs and tests
jvanverth
2015-07-13
*
Workaround for blacklist KHR_blend_equation_advanced on ARM GPU
joel.liang
2015-07-09
*
Revert of remove workaround for dx9 angle slow rgba pixel ops (patchset #1 id...
bsalomon
2015-06-24
*
remove workaround for dx9 angle slow rgba pixel ops
bsalomon
2015-06-24
*
Move GLSL-specific routines/classes to separate glsl directory
jvanverth
2015-06-24
*
Initialize the sample config for wrapped RTs to kUnified.
senorblanco
2015-06-18
*
Don't call bindTexture from GrGLProgram
cdalton
2015-06-18
*
Add support for creating texture backed images where Skia will delete the tex...
bsalomon
2015-06-18
*
Implement support for mixed sampled render targets
vbuzinov
2015-06-12
*
Disable unused attributes when using copy shader
bsalomon
2015-06-04
*
Begin tracking driver info in GrGLContextInfo
cdalton
2015-06-02
*
Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #1...
bsalomon
2015-06-01
*
Refactor GrGpu path rendering functions to GrPathRendering
kkinnunen
2015-06-01
*
Removing GrAutoMalloc
joshualitt
2015-05-29
*
Store context options on caps.
bsalomon
2015-05-22
*
Revert of Store context options on caps. (patchset #3 id:40001 of https://cod...
bsalomon
2015-05-22
*
Store context options on caps.
bsalomon
2015-05-22
*
Remove init from GrGLContextInfo and caps classes
bsalomon
2015-05-22
*
Further work on sRGB support.
jvanverth
2015-05-22
*
Make mixed samples contingent on auxiliary extensions
cdalton
2015-05-21
*
Add RGBA half float texture format.
jvanverth
2015-05-21
*
rename GrDrawTargetCaps to GrCaps
bsalomon
2015-05-19
*
Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220...
mtklein
2015-05-18
*
Move copy-surface-as-draw fallback to GrGLGpu.
bsalomon
2015-05-18
*
Don't issue texture barriers for RT's with separate storage
cdalton
2015-05-13
*
Remove GrGLVertexArray from GrGpuResource hierarchy.
bsalomon
2015-05-13
*
GLProgramsTest 3.0
joshualitt
2015-05-13
*
Add function for logging blend info on XP.
bsalomon
2015-05-11
*
Iterate over instanced draws in GrGpu rather than above GrBatchTarget
bsalomon
2015-05-07
*
Implement support for KHR_blend_equation_advanced
cdalton
2015-05-06
[next]