index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrInOrderDrawBuffer.cpp
Commit message (
Expand
)
Author
Age
*
Don't use NULL GrOptDrawState to indicate that draw should be skipped.
bsalomon
2014-11-20
*
dstCopy on optdrawstate
joshualitt
2014-11-20
*
scissor state on optstate
joshualitt
2014-11-19
*
Create GrOptDrawState before recording draw in GrInOrderDrawBuffer
bsalomon
2014-11-19
*
drawinfo carries bufferinfo
joshualitt
2014-11-18
*
Drawstate on stack
joshualitt
2014-11-17
*
Push creation of default GP to the caller
joshualitt
2014-11-14
*
Combine similar DrawPaths calls in GrInOrderDrawBuffer
cdalton
2014-11-13
*
Snap optdrawstate in inorder draw buffer and pass into gpu
joshualitt
2014-11-10
*
simple cl to cleanup friends in GrGpu
joshualitt
2014-11-07
*
cleaning up geometry handling in gpu
joshualitt
2014-11-07
*
Refactor DrawTarget and GPU to be independent
joshualitt
2014-11-07
*
Clip in grdrawtarget
joshualitt
2014-11-06
*
Workaround for PowerVR clear issue.
bsalomon
2014-11-05
*
removing setVertexArraySource from drawtarget
joshualitt
2014-11-04
*
Temporary fix to remove drawrect call from GpuGL
joshualitt
2014-11-03
*
Don't allow renderTarget==NULL to GrContext::clear() and friends.
bsalomon
2014-11-03
*
Revert of Temporary fix to remove drawrect call from GpuGL (patchset #6 id:90...
joshualitt
2014-10-31
*
Temporary fix to remove drawrect call from GpuGL
joshualitt
2014-10-31
*
GrContext no longer ever draws on Gpu
joshualitt
2014-10-31
*
Beginning to refactor nvpr code
joshualitt
2014-10-31
*
Revert of GrContext no longer ever draws on Gpu (patchset #7 id:120001 of htt...
joshualitt
2014-10-31
*
GrContext no longer ever draws on Gpu
joshualitt
2014-10-31
*
Cleanup: Go with SkDebugf instead of GrPrintf.
tfarina
2014-10-31
*
clear stencil clip on draw target
joshualitt
2014-10-29
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate
cdalton
2014-10-15
*
Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #1...
mtklein
2014-10-14
*
Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate
cdalton
2014-10-14
*
Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #1...
mtklein
2014-10-13
*
Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate
cdalton
2014-10-13
*
Don't flush on read/write pixels unless necessary
bsalomon
2014-09-22
*
Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:2...
bsalomon
2014-09-22
*
Don't flush on read/write pixels unless necessary
bsalomon
2014-09-22
*
Make GrIODB keep pending IO refs on all resources it records into its cmd str...
bsalomon
2014-09-19
*
Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms.
bsalomon
2014-09-05
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Make setVertexAttribs in GrDrawState take a stride parameter.
egdaniel
2014-08-28
*
Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patc...
djsollen
2014-08-27
*
Make setVertexAttribs in GrDrawState take a stride parameter.
egdaniel
2014-08-27
*
Separate GL path rendering state from GrGpuGL to GrGLPathRendering
kkinnunen
2014-08-20
*
Add an opaqueness hint to GrDrawState.
bsalomon
2014-08-08
*
Don't compare constant color and coverage between GrDrawStates when they are ...
bsalomon
2014-08-05
*
Replace op== with CombineIfPossible in GrDrawState.
bsalomon
2014-08-05
*
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
bsalomon
2014-08-04
*
Add a GrPathRange class
cdalton
2014-07-21
*
Improve gpu tracing when applying markers directly to gpu target
egdaniel
2014-07-09
*
Remove deferred version of GrDrawState.
bsalomon
2014-07-07
*
Combine clip stack and clip origin into one struct in GrIODB.
bsalomon
2014-07-02
*
Reduce integer divides in GrAllocator
bsalomon
2014-07-02
[next]