index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpu.cpp
Commit message (
Expand
)
Author
Age
*
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
*
Don't allow renderTarget==NULL to GrContext::clear() and friends.
bsalomon
2014-11-03
*
Beginning to refactor nvpr code
joshualitt
2014-10-31
*
BUG=skia:
joshualitt
2014-10-29
*
clear stencil clip on draw target
joshualitt
2014-10-29
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
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
*
Oval and stroke AA rect now batch
joshualitt
2014-10-22
*
Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https:/...
joshualitt
2014-10-22
*
Oval and stroke AA rect now batch
joshualitt
2014-10-22
*
Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https:/...
mtklein
2014-10-22
*
Oval and stroke AA rect now batch
joshualitt
2014-10-22
*
Uses a single pre-baked set of paths for drawing nvpr text of a given
cdalton
2014-09-18
*
Remove createPath* from GrGpu and GrContext
cdalton
2014-09-17
*
Fix typo
robertphillips
2014-09-17
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Remove GrDrawTarget::AutoRenderTargetRestore.
bsalomon
2014-09-03
*
Add GrResourceCache2.
bsalomon
2014-08-21
*
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
*
Rename GrGpuObject to GrGpuResource
bsalomon
2014-07-25
*
Add a GrPathRange class
cdalton
2014-07-21
*
Remove GrIsPow2 in favor of SkIsPow2.
tfarina
2014-06-06
*
Initial work to get ETC1 data up to the GPU
krajcevski
2014-06-02
*
Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chr...
commit-bot@chromium.org
2014-05-30
*
Initial work to get ETC1 data up to the GPU
commit-bot@chromium.org
2014-05-30
*
Rename from "(un)lock" to "(un)map" for geometry buffers.
commit-bot@chromium.org
2014-05-07
*
Split GrResource into GrCacheable/GrGpuObject
commit-bot@chromium.org
2014-05-02
*
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
commit-bot@chromium.org
2014-04-30
*
Use int rather than size_t for pathCount in GrDrawTarget::drawPaths
commit-bot@chromium.org
2014-03-28
*
Remove forceRenderTargetFlush (unused)
commit-bot@chromium.org
2014-03-25
*
Make it possible to draw multiple paths at once to a draw target
commit-bot@chromium.org
2014-03-25
*
Add dev bounds to bmp txt context, use bounds to ignore clips
commit-bot@chromium.org
2014-02-11
*
Add can-ignore-rect hint to clear call
robertphillips@google.com
2013-10-31
*
separate state for msaa renderability
commit-bot@chromium.org
2013-10-15
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Move renderable config list to GrDrawTargetCaps
commit-bot@chromium.org
2013-10-14
*
Implement stroking a path with nv_path_rendering
commit-bot@chromium.org
2013-10-09
*
Implement filling a path with nv_path_rendering cover
commit-bot@chromium.org
2013-10-09
*
move GrMalloc, GrFree, Gr_bzero to their sk equivalents
reed@google.com
2013-09-26
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
[next]