Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
8c07b7ab53b93b39015a409a4e0a9174feb6a4c3
/
include
/
gpu
/
GrCaps.h
8c07b7a
Allow max tile size to be overridden separately from max texture size.
by bsalomon
· 9 years ago
100b8f8
Remove min texture size support
by bsalomon
· 9 years ago
3e77ba9
Implement stencil clipping in mixed sampled render targets
by vbuzinov
· 9 years ago
6392668
Add ANGLE workaround to prefer flushes over VRAM usage
by robertphillips
· 9 years ago
7dea7b7
Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome
by bsalomon
· 9 years ago
51c8d40
Move some work from backend onClear to base class clear
by egdaniel
· 9 years ago
16921ec
SRGB read and write pixels working and unit test
by bsalomon
· 9 years ago
5800155
add drawArraysInstanced to caps
by joshualitt
· 9 years ago
2766c00
remove SkInstCnt
by mtklein
· 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
83bc229
Work around for nexus 6 TexSubImage issue
by joshualitt
· 9 years ago
274980c
Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of https://codereview.chromium.org/1173203005/)
by joshualitt
· 9 years ago
c69fe20
Work around for nexus 6 TexSubImage issue
by joshualitt
· 9 years ago
1dd0542
Review URL: https://codereview.chromium.org/1166513002
by cdalton
· 9 years ago
4cd6713
Init GrGLSLCaps fields from inside GrGLCaps
by cdalton
· 9 years ago
e5b74c6
Set GeometryBufferMapThreshold defaults
by joshualitt
· 9 years ago
c59a1df
Stretch small textures up to 16 pixels on PowerVR 54x
by bsalomon
· 9 years ago
7224c86
add context override of GeometryBufferMapThreshold
by joshualitt
· 9 years ago
4ee6bd8
Add caps overrides to GMs
by bsalomon
· 9 years ago
682c269
Store context options on caps.
by bsalomon
· 9 years ago
08bf86d
Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/)
by bsalomon
· 9 years ago
f28cff7
Store context options on caps.
by bsalomon
· 9 years ago
424cc26
Remove init from GrGLContextInfo and caps classes
by bsalomon
· 9 years ago
eb1cb5c
rename GrDrawTargetCaps.h to GrCaps.h and move to include
by bsalomon
· 9 years ago
[Renamed from src/gpu/GrDrawTargetCaps.h]
0edea2c
Make mixed samples contingent on auxiliary extensions
by cdalton
· 9 years ago
4b91f76
rename GrDrawTargetCaps to GrCaps
by bsalomon
· 9 years ago
0e9ac4a
Add virtual destructor for GrDrawTargetCaps
by bsalomon
· 9 years ago
8917d62
Implement support for KHR_blend_equation_advanced
by cdalton
· 10 years ago
e9c0fc6
Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps
by jvanverth
· 10 years ago
fd4167d
Import glTextureBarrier
by cdalton
· 10 years ago
9665eee
Remove unused HWAA flag and uniqueID field from GrDrawTargetCaps.
by egdaniel
· 10 years ago
bdad9c3
Add flag to force gpu trace markers to be used and printed out for debugging.
by egdaniel
· 10 years ago
d08ea5f
Round stencil buffers dims up to next pow2 when allowed
by bsalomon
· 10 years ago
c0bd648
Move shader precision out of GrShaderVar
by bsalomon
· 10 years ago
17168df
Use texture size to determine precision of texture coord varyings.
by bsalomon
· 10 years ago
63b2196
Workaround for PowerVR clear issue.
by bsalomon
· 10 years ago
bc127a3
Add UniqueID to GrDrawTargetCaps.
by egdaniel
· 10 years ago
78697816
Add query for whether or not we have compressedTexSubImage
by krajcevski
· 10 years ago
d6aeb6d
Fix thread unsafe mutex initialization.
by bungeman
· 10 years ago
6e7ddaa
Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be.
by commit-bot@chromium.org
· 10 years ago
42dc813
Revert of Revert of Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 10 years ago
8bfcd72
Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/)
by commit-bot@chromium.org
· 10 years ago
420b2ff
Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 10 years ago
5e565d1
Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/)
by commit-bot@chromium.org
· 10 years ago
2dcd243
Add compressed texture capabilities for GPU devices
by commit-bot@chromium.org
· 10 years ago
160b478
Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.
by commit-bot@chromium.org
· 11 years ago
53b614b
Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/)
by djsollen@google.com
· 11 years ago
f9deb8a
Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.
by commit-bot@chromium.org
· 11 years ago
28361fa
Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()
by commit-bot@chromium.org
· 11 years ago
a3baf3b
Add hooks for GL_EXT_debug_marker in gpu
by commit-bot@chromium.org
· 11 years ago
4744231
Add detection of mip support
by commit-bot@chromium.org
· 11 years ago
8b656c6
Avoid printing draw target info to stderr while running unit tests
by commit-bot@chromium.org
· 11 years ago
7ed98df
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
2d2e5c4
Make not-reusing-scratch-textures only apply to texture uploads
by robertphillips@google.com
· 11 years ago
6b7938f
separate state for msaa renderability
by commit-bot@chromium.org
· 11 years ago
7388051
Move renderable config list to GrDrawTargetCaps
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
faa5ae4
Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3.
by commit-bot@chromium.org
· 11 years ago
b835652
Plumb in flag for reusing scratch textures
by commit-bot@chromium.org
· 11 years ago
6b0cf02
Add support for GL_*_shader__framebuffer_fetch
by bsalomon@google.com
· 12 years ago
c26d94f
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
by bsalomon@google.com
· 12 years ago