Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
f0674516cb18f6b13e34f404ff5793d9b9ebb56c
/
src
/
gpu
/
GrGpu.cpp
f067451
Move draw on upload decision in GrGpu
by bsalomon
· 9 years ago
c3fb746
Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of https://codereview.chromium.org/1257073003/)
by bsalomon
· 9 years ago
0341b44
Move draw on upload decision in GrGpu
by bsalomon
· 9 years ago
1b8e1b5
Refactor GrBufferAllocPools to use resource cache
by robertphillips
· 9 years ago
b607767
Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/)
by robertphillips
· 9 years ago
e935f1a
Refactor GrBufferAllocPools to use resource cache
by robertphillips
· 9 years ago
6dc6f5f
Add support for creating texture backed images where Skia will delete the texture.
by bsalomon
· 9 years ago
dded696
Implement support for mixed sampled render targets
by vbuzinov
· 9 years ago
cabe20c
Refactor GrGpu path rendering functions to GrPathRendering
by kkinnunen
· 9 years ago
eb1cb5c
rename GrDrawTargetCaps.h to GrCaps.h and move to include
by bsalomon
· 9 years ago
8c9b6f1
Add check in GrGpu createTexture to make sure we don't create multisampled textures.
by egdaniel
· 9 years ago
e64eb57
Iterate over instanced draws in GrGpu rather than above GrBatchTarget
by bsalomon
· 9 years ago
e40d397
Isolate GrBufferAllocPools inside GrBatchTarget
by robertphillips
· 9 years ago
cb8979d
Move DrawInfo out from GrDrawTarget and rename to GrVertices.
by bsalomon
· 10 years ago
ed0bcad
Move instanced index buffer creation to flush time
by bsalomon
· 10 years ago
d8ed1b6
Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/)
by bsalomon
· 10 years ago
ab622c7
Move instanced index buffer creation to flush time
by bsalomon
· 10 years ago
cf614fd
Move function to be static instead of anonymous namespace
by egdaniel
· 10 years ago
b0e1be2
Refactor createTexture and onCreateTexture
by egdaniel
· 10 years ago
8dc7c3a
Rename GrStencilBuffer to GrStencilAttachment
by egdaniel
· 10 years ago
ca75ea8
Disable sharing of stencil buffers across differently sized rendertargets
by robertphillips
· 10 years ago
df60355
Remove recent changes to use temp fbo to do stencil clears.
by egdaniel
· 10 years ago
f72558e
Fix uninitialized variable in GrGpu
by hendrikw
· 10 years ago
dd3143b
clear stencil buffer using special purpose FBO
by bsalomon
· 10 years ago
6bc1b5f
Dynamically create stencil buffer when needed.
by bsalomon
· 10 years ago
d08ea5f
Round stencil buffers dims up to next pow2 when allowed
by bsalomon
· 10 years ago
02a44a4
Recycle stencil buffers across render targets.
by bsalomon
· 10 years ago
3582d3e
Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache.
by bsalomon
· 10 years ago
0ea80f4
Rename GrResourceCache2->GrResourceCache
by bsalomon
· 10 years ago
b12ea41
Add texture create/upload stats and make nanobench have explicit gpu stats flag
by bsalomon
· 10 years ago
36c57df
Make stencil buffers uncached for uncached render target textures
by kkinnunen
· 10 years ago
db558dd
Zap the scratch key on non-RT textures when scratch textures are disabled.
by bsalomon
· 10 years ago
873ad0e
BUG=skia:
by joshualitt
· 10 years ago
5236cf4
Make uncached textures uncached from the get go.
by bsalomon
· 10 years ago
7775c85
Add a simpler key type for scratch resource keys.
by bsalomon
· 10 years ago
3e79124
Stop creating GrODS for stencilPath commands.
by bsalomon
· 10 years ago
d95263c
Remove GrGpu::flushGraphicsState
by bsalomon
· 10 years ago
dafa4d0
move program descriptor generation to flush
by joshualitt
· 10 years ago
f78c60c
Revert of move program descriptor generation to flush (patchset #7 id:120001 of https://codereview.chromium.org/777673003/)
by joshualitt
· 10 years ago
829e1b8
move program descriptor generation to flush
by joshualitt
· 10 years ago
f90a02b
some cleanup around GrGpu/GrDrawTarget copySurface
by bsalomon
· 10 years ago
8ee4e60
Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/)
by bsalomon
· 10 years ago
e9aa5dc
some cleanup around GrGpu/GrDrawTarget copySurface
by bsalomon
· 10 years ago
55b24af
Add IndexType parameter to GrDrawTarget::drawPaths
by cdalton
· 10 years ago
10e23ca
Use scratch keys for stencil buffers.
by bsalomon
· 10 years ago
19cd0f1
Revert "Use scratch keys for stencil buffers."
by bsalomon
· 10 years ago
91175f1
Use scratch keys for stencil buffers.
by bsalomon
· 10 years ago
9176e2c
dstCopy on optdrawstate
by joshualitt
· 10 years ago
54e0c12
scissor state on optstate
by joshualitt
· 10 years ago
7eb8c7b
drawinfo carries bufferinfo
by joshualitt
· 10 years ago
d53a827
Snap optdrawstate in inorder draw buffer and pass into gpu
by joshualitt
· 10 years ago
8b79d23
Use GrResourceCache2 to service content key lookups
by bsalomon
· 10 years ago
4b68ec0
simple cl to cleanup friends in GrGpu
by joshualitt
· 10 years ago
f4e5e33
cleaning up geometry handling in gpu
by joshualitt
· 10 years ago
3322fa4
Refactor DrawTarget and GPU to be independent
by joshualitt
· 10 years ago
2c93efe
Clip in grdrawtarget
by joshualitt
· 10 years ago
63b2196
Workaround for PowerVR clear issue.
by bsalomon
· 10 years ago
d1aa8ff
removing setVertexArraySource from drawtarget
by joshualitt
· 10 years ago
89c6298
Don't allow renderTarget==NULL to GrContext::clear() and friends.
by bsalomon
· 10 years ago
92e496f
Beginning to refactor nvpr code
by joshualitt
· 10 years ago
329bf48
BUG=skia:
by joshualitt
· 10 years ago
6db519c
clear stencil clip on draw target
by joshualitt
· 10 years ago
f2703d8
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
by bsalomon
· 10 years ago
77b1307
Scissor rect on drawinfo
by joshualitt
· 10 years ago
a58fe35
Clip mask manager sets stencil on draw type
by joshualitt
· 10 years ago
3a0cfeb
Revert of Clip mask manager sets stencil on draw type (patchset #3 id:40001 of https://codereview.chromium.org/676983003/)
by joshualitt
· 10 years ago
7afb5aa
Clip mask manager sets stencil on draw type
by joshualitt
· 10 years ago
5ead6da
Oval and stroke AA rect now batch
by joshualitt
· 10 years ago
67f7f74
Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/)
by joshualitt
· 10 years ago
18055af
Oval and stroke AA rect now batch
by joshualitt
· 10 years ago
9deb696
Revert of Oval and stroke AA rect now batch (patchset #7 id:110001 of https://codereview.chromium.org/664193002/)
by mtklein
· 10 years ago
bc54fab
Oval and stroke AA rect now batch
by joshualitt
· 10 years ago
855d83f
Uses a single pre-baked set of paths for drawing nvpr text of a given
by cdalton
· 10 years ago
4e205b1
Remove createPath* from GrGpu and GrContext
by cdalton
· 10 years ago
e337130
Fix typo
by robertphillips
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
b0bd4f6
Remove GrDrawTarget::AutoRenderTargetRestore.
by bsalomon
· 10 years ago
c8dc1f7
Add GrResourceCache2.
by bsalomon
· 10 years ago
ccdaa04
Separate GL path rendering state from GrGpuGL to GrGLPathRendering
by kkinnunen
· 10 years ago
1d89ddc
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/)
by bsalomon
· 10 years ago
94ce9ac
Add GrResourceCache2.
by bsalomon
· 10 years ago
6d3fe02
Rename GrGpuObject to GrGpuResource
by bsalomon
· 10 years ago
b85a0aa
Add a GrPathRange class
by cdalton
· 10 years ago
f9dae78
Remove GrIsPow2 in favor of SkIsPow2.
by tfarina
· 10 years ago
9c0e629
Initial work to get ETC1 data up to the GPU
by krajcevski
· 10 years ago
999cfd1
Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/)
by commit-bot@chromium.org
· 10 years ago
af091a1
Initial work to get ETC1 data up to the GPU
by commit-bot@chromium.org
· 10 years ago
8341eb7
Rename from "(un)lock" to "(un)map" for geometry buffers.
by commit-bot@chromium.org
· 10 years ago
089a780
Split GrResource into GrCacheable/GrGpuObject
by commit-bot@chromium.org
· 11 years ago
88cb22b
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
by commit-bot@chromium.org
· 11 years ago
ecc4536
Use int rather than size_t for pathCount in GrDrawTarget::drawPaths
by commit-bot@chromium.org
· 11 years ago
13e6576
Remove forceRenderTargetFlush (unused)
by commit-bot@chromium.org
· 11 years ago
9b62aa1
Make it possible to draw multiple paths at once to a draw target
by commit-bot@chromium.org
· 11 years ago
3ae0e6c
Add dev bounds to bmp txt context, use bounds to ignore clips
by commit-bot@chromium.org
· 11 years ago
56ce48a
Add can-ignore-rect hint to clear call
by robertphillips@google.com
· 11 years ago
6b7938f
separate state for msaa renderability
by commit-bot@chromium.org
· 11 years ago
adacc70
Start cleaning up 64bit Win warnings
by robertphillips@google.com
· 11 years ago
7388051
Move renderable config list to GrDrawTargetCaps
by commit-bot@chromium.org
· 11 years ago
32184d8
Implement stroking a path with nv_path_rendering
by commit-bot@chromium.org
· 11 years ago
c4dc0ad
Implement filling a path with nv_path_rendering cover
by commit-bot@chromium.org
· 11 years ago
Next »