Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
d0be1ef36c64c2a420cbd82f4c033704d4c54a07
/
src
/
gpu
/
gl
d0be1ef
Remove kIndex_8_GrPixelConfig
by Brian Osman
· 8 years ago
95e3c05
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
c456b73
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
by Kevin Lubick
· 8 years ago
a5494f1
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
f4faccd
Fix overwriting of config flags in a few cases
by Brian Osman
· 8 years ago
986563b
Add Gray8 pixel config
by Brian Osman
· 8 years ago
4641d7d
Revert "Add Gray8 pixel config"
by Brian Osman
· 8 years ago
f295645
Add Gray8 pixel config
by Brian Osman
· 8 years ago
09d994e
Misc batch->op cleanup Part 1 of 2
by Brian Salomon
· 8 years ago
1b9924f
Added SkLRUCache.h and converted GPU program cache to use it.
by Ethan Nicholas
· 8 years ago
625cd9e
Workaround freeze on Mac Chrome when checking read pixel config support.
by Brian Salomon
· 8 years ago
941e7e2
re-land of added sk_FragCoord support to skslc
by Ethan Nicholas
· 8 years ago
e8e4a3e
Revert "added sk_FragCoord support to skslc"
by Greg Daniel
· 8 years ago
ce33f10
added sk_FragCoord support to skslc
by Ethan Nicholas
· 8 years ago
b040320
Make command buffer sRGB mip-mapping more predictable
by Brian Osman
· 8 years ago
742e31d
Rename GrBatchFlushState to GrOpFlushState
by Brian Salomon
· 8 years ago
851c238
Skip the sRGB mip-map testing on command buffer
by brianosman
· 8 years ago
2047189
Two (related) changes here:
by brianosman
· 8 years ago
a6abb57
Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ )
by brianosman
· 8 years ago
1aeb78c
Two (related) changes here:
by brianosman
· 8 years ago
0a2782c
Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ )
by brianosman
· 8 years ago
9db12d2
Two (related) changes here:
by brianosman
· 8 years ago
9afd371
Rename GrDrawBatch->GrDrawOp
by Brian Salomon
· 8 years ago
94e4ab1
Fix error: ‘access’ may be used uninitialized in this function
by Joe Gregorio
· 8 years ago
c293a29
Make GrGpuCommandBuffer infer its render target from first draw
by Brian Salomon
· 8 years ago
8b7a7dd
Remove caps image storage caps hack.
by Brian Salomon
· 8 years ago
1edc5b9
Rename vars and functions from 'glslcaps'->'shadercaps'
by Brian Salomon
· 8 years ago
94efbf5
Merge GrGLSLCaps into GrShaderCaps
by Brian Salomon
· 8 years ago
df96319
Rm assert that image texture array is null unless GrCaps has images support.
by Brian Salomon
· 8 years ago
32ac83e
Add #define for Nsight compatibility
by Jim Van Verth
· 8 years ago
f9f4512
Reland image storage with fixes.
by Brian Salomon
· 8 years ago
3ab83e2
Remove old driver bug workaround for glTexStorage.
by Brian Salomon
· 8 years ago
2b3dab6
removed textureProj() and legacy texture functions from sksl
by Ethan Nicholas
· 8 years ago
0e39f97
Revert "Revert "make it illegal to include SkXfermode.h""
by Mike Reed
· 8 years ago
e9d1b29
Revert "make it illegal to include SkXfermode.h"
by Greg Daniel
· 8 years ago
07764ce
make it illegal to include SkXfermode.h
by Mike Reed
· 8 years ago
59dc411
Revert "Initial OpenGL Image support."
by Brian Salomon
· 8 years ago
be34882
Initial OpenGL Image support.
by Brian Salomon
· 8 years ago
276cc41
Revive geometry shaders
by csmartdalton
· 8 years ago
99938a8
Merge GrGLSLShaderVar and GrShaderVar
by Brian Salomon
· 8 years ago
101b844
Remove GrGLSLSampler type and subclasses
by Brian Salomon
· 8 years ago
9e1138d
re-land of switched skslc from std::string to SkString
by Ethan Nicholas
· 8 years ago
792d0f1
Revert "switched skslc from std::string to SkString"
by Greg Daniel
· 8 years ago
a675910
Fix typo in GrGLCaps
by elemental
· 8 years ago
f31ae49
Remove unnecessary attribute and varying type modifiers
by Brian Salomon
· 8 years ago
b014cca
Make GrBufferAccess a nested class of GrProcessor
by Brian Salomon
· 8 years ago
d8df21a
switched skslc from std::string to SkString
by Ethan Nicholas
· 8 years ago
514baff
Rename GrTextureParams to GrSamplerParams
by Brian Salomon
· 8 years ago
db4183d
In GrProcessor::TextureSampler drop the "get", it's cleaner
by Brian Salomon
· 8 years ago
3a88725
Always use GL_HALF_FLOAT_OES on ANGLE, even with ES3.
by Brian Osman
· 8 years ago
0bbecb2
Rename GrTextureAccess to GrProcessor::TextureSampler.
by Brian Salomon
· 8 years ago
a8f0002
Rename kTexture2DISampler to kITexture2DSampler.
by Brian Salomon
· 8 years ago
dabc91b
Fix flushing of HWAA state relating to mixed samples
by csmartdalton
· 8 years ago
f26f7a0
Add detection of image load/store to caps
by Brian Salomon
· 8 years ago
0b63ceb
Add image functions to GrGLInterface
by Brian Salomon
· 8 years ago
d327e8c
Add 4.20 as a GLSL output version.
by Brian Salomon
· 8 years ago
bf7b620
Revert "Revert "Add integer texture support.""
by Brian Salomon
· 8 years ago
7ef4b74
re-re-land of skslc now uses standard Skia caps
by Ethan Nicholas
· 8 years ago
857cb97
Revert "re-land of skslc now uses standard Skia caps"
by Leon Scroggins
· 8 years ago
294870f
Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy
by Robert Phillips
· 8 years ago
498d403
re-land of skslc now uses standard Skia caps
by Ethan Nicholas
· 8 years ago
b0b5360
Revert "skslc now uses standard Skia caps"
by Leon Scroggins
· 8 years ago
8af38a9
skslc now uses standard Skia caps
by Ethan Nicholas
· 8 years ago
9c7edb8
Revert "Add integer texture support."
by Leon Scroggins
· 8 years ago
434c534
Add integer texture support.
by Brian Salomon
· 8 years ago
7b8400d
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
by Brian Osman
· 8 years ago
2c3db32
Fix query for GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT for GrPixelConfigs that aren't renderable
by bsalomon
· 8 years ago
144caf5
src/gpu: s/SkAutoTUnref/sk_sp/g
by Hal Canary
· 8 years ago
739c5bf
Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear.""
by Brian Salomon
· 8 years ago
d6214d4
Further centralize computation of GrSurface VRAM consumption - take 2
by Robert Phillips
· 8 years ago
9c46b68
Revert "Further centralize computation of GrSurface VRAM consumption"
by Ben Wagner
· 8 years ago
ce4d04a
Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."
by Ben Wagner
· 8 years ago
4d53c44
Limit GL_TEXTURE_RECTANGLE filtering to bilinear.
by Brian Salomon
· 8 years ago
ccd3c89
Further centralize computation of GrSurface VRAM consumption
by Robert Phillips
· 8 years ago
145dbcd
Remove SkAutoTDelete.
by Ben Wagner
· 8 years ago
71d9d84
Use temporary FBO for GrGLGpu::onReadPixels.
by Brian Salomon
· 8 years ago
29e52f1
Centralize computation of GrRenderTarget & GrTexture VRAM consumption
by Robert Phillips
· 8 years ago
7ecc596
Remove SkAutoTDeleteArray
by Ben Wagner
· 8 years ago
c633abb
Remove GrStencilSettings from GrPipeline
by csmartdalton
· 8 years ago
c25c5d7
Move memoization of multisample specs id to GrRenderTarget
by csmartdalton
· 8 years ago
0ea7d43
Blacklist blend equation advanced on Adreno 5xx devices
by Greg Daniel
· 8 years ago
18fa642
chmod -x *.cpp *.h
by Hal Canary
· 8 years ago
6bd5284
Remove SkAutoTUnref and SkAutoTDelete from public includes.
by bungeman
· 8 years ago
c7d8533
Add disableStencil method to GrGLGpu
by csmartdalton
· 8 years ago
f2361d2
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
by Robert Phillips
· 8 years ago
18b61f9
Remove SK_IGNORE_GL_TEXTURE_TARGET.
by Ben Wagner
· 8 years ago
ddb37d6
re-re-land of skslc now automatically turns on derivatives support
by ethannicholas
· 8 years ago
77b53f6
Support inline uploads in Vulkan
by Greg Daniel
· 8 years ago
36a77ee
Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers.
by Greg Daniel
· 8 years ago
ac66ae6
Revert "re-land of skslc now automatically turns on derivatives support"
by Mike Klein
· 8 years ago
c5eceb0
Add support for ANGLE MSAA framebuffer extensions.
by Brian Salomon
· 8 years ago
d7d1997
re-land of skslc now automatically turns on derivatives support
by Ethan Nicholas
· 8 years ago
37269ff
Revert "skslc now automatically turns on derivatives support"
by Ethan Nicholas
· 8 years ago
311742b
skslc now automatically turns on derivatives support
by Ethan Nicholas
· 8 years ago
e5e7eb1
Rework GL fbo blit limitations as finer grained flags.
by Brian Salomon
· 8 years ago
00731b4
Capture ES3 MSAA blit restrictions using BlitFramebufferSupport not MSFBOType.
by Brian Salomon
· 8 years ago
ad146f6
added SkSL support for mustForceNegatedAtanParamToFloat cap
by ethannicholas
· 8 years ago
eaabe00
Workaround unreachable code warning in GrGLCaps
by Brian Salomon
· 8 years ago
65a0927
Don't pass in RT to individual Gpu CommandBuffer calls
by Greg Daniel
· 8 years ago
5961bc9
Turned on SkSL->GLSL compiler
by ethannicholas
· 8 years ago
Next »