Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
e0d362929d6569e8737d80dead791c640390e819
/
src
/
gpu
/
gl
/
GrGLCaps.cpp
e0d3629
Add test configs for instanced rendering
by csmartdalton
· 8 years ago
d7bae18
Reenable support for CHROMIUM_set_uniform_location
by bsalomon
· 8 years ago
485a120
Add resource provider flag to avoid client-side buffers
by csmartdalton
· 8 years ago
c411f2d
Add a GL cap for instanced rendering to floating point
by csmartdalton
· 8 years ago
f848c9c
Workaround NVIDIA driver bug with NV_sample_mask_override_coverage
by csmartdalton
· 8 years ago
2b5f2cb
Move multisampleDisableSupport into GrCaps
by csmartdalton
· 8 years ago
9a3fbf7
Add control of manual mipmapping to GrContextOptions
by brianosman
· 8 years ago
e239547
Revert of Add control of manual mipmapping to GrContextOptions (patchset #2 id:20001 of https://codereview.chromium.org/2054623003/ )
by mtklein
· 8 years ago
97e398d
Add control of manual mipmapping to GrContextOptions
by brianosman
· 8 years ago
131ff13
Switch to a whitelist for manual mip-map generation
by brianosman
· 8 years ago
1897cfd
Abandon offset support with texel buffers
by csmartdalton
· 8 years ago
5cebf8c
Support ARB extensions for indirect drawing
by csmartdalton
· 8 years ago
21c5ec6
Exclude Mali devices from manual mip-mapping.
by brianosman
· 8 years ago
09563ce
Add a caps bit to enable/disable the new manual mip-mapper
by brianosman
· 8 years ago
c9986b6
Pretend that Adreno4xx doesn't have sRGB write control.
by brianosman
· 8 years ago
44d427e
Only enable SRGB write control on desktop GL when SRGB is supported.
by bsalomon
· 8 years ago
4017007
Fix unit test crash caused by OSMesa not supporting rendering to GL_ALPHA8
by bsalomon
· 9 years ago
35b784d
Bring back sRGB-write-control as a caps bit.
by brianosman
· 9 years ago
6536ae5
added GrMSAAPathRenderer
by ethannicholas
· 9 years ago
c3d706f
Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ )
by jvanverth
· 9 years ago
b0ec983
Use transfer buffer for BatchAtlas texture copies.
by jvanverth
· 9 years ago
74b8d32
Implement texel buffers
by cdalton
· 9 years ago
f8a6ce8
Add GLSL support for texelFetch
by cdalton
· 9 years ago
a6b92ad
Infer sampler precision from pixel config
by cdalton
· 9 years ago
e2e71c2
Track GL buffer state based on unique resource ID
by cdalton
· 9 years ago
044d3c1
Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ )
by mtklein
· 9 years ago
deacc97
Track GL buffer state based on unique resource ID
by cdalton
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
397536c
Consolidate GPU buffer implementations
by cdalton
· 9 years ago
28ef445
added support for glMinSampleShading
by ethannicholas
· 9 years ago
64d094d
Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be).
by brianosman
· 9 years ago
f8c3ba4
Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ )
by robertphillips
· 9 years ago
8b1bff2
Consolidate GPU buffer implementations
by cdalton
· 9 years ago
7dbd45d
Make max number of vertex attributes be checked dynamically
by bsalomon
· 9 years ago
a635936
sRGB support in Ganesh. Several pieces:
by brianosman
· 9 years ago
c571c00
Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ )
by brianosman
· 9 years ago
9e3f1bf
sRGB support in Ganesh. Several pieces:
by brianosman
· 9 years ago
b4ecabd
Fix BGRA/RGBA readback conversions on mac
by ericrk
· 9 years ago
c04ce67
Add caps and GL API for buffer texture
by cdalton
· 9 years ago
9c3f143
Add support for vertex and geometry shader textures
by cdalton
· 9 years ago
f655e93
Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ )
by kkinnunen
· 9 years ago
09bd2c0
Disabling calls to TexParameteri when the values do not exist on ES2.
by cblume
· 9 years ago
4a98cdb
Add cap and builder feature for multisample interpolation
by cdalton
· 9 years ago
790d513
This CL adds glTexStorage support.
by cblume
· 9 years ago
eb79eea
Include glGetMultisamplefv API
by cdalton
· 9 years ago
45c2c81
Implement support for using GL ES 3.0 with command buffer
by kkinnunen
· 9 years ago
f15b07b
Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ )
by ethannicholas
· 9 years ago
69c1b24
Include glGetMultisamplefv API
by cdalton
· 9 years ago
33ad701
Add gl_SampleMask functionality to fragment builders
by cdalton
· 9 years ago
e06ed25
Do not try to use GL_texture_rectangle on GL ES
by kkinnunen
· 9 years ago
babafcc
Workaround for bug in Tegra 3 when uploading to a render target
by bsalomon
· 9 years ago
1751dc7
Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ )
by benjaminwagner
· 9 years ago
533cefe
Add infastructure for gl_SampleMask
by cdalton
· 9 years ago
c08f196
Use noperspective interpolation for 2D draws
by cdalton
· 9 years ago
083617b
Make copySurface work in more situations.
by bsalomon
· 9 years ago
793dc26
Improve GLSL integer support
by cdalton
· 9 years ago
9f2dc27
Replace GrGLInterface's function pointers with std::functions.
by bsalomon
· 9 years ago
c4d196c
Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ )
by dcheng
· 9 years ago
3a2caf8
Improve GLSL integer support
by cdalton
· 9 years ago
06604b9
Add GL indirect drawing APIs
by cdalton
· 9 years ago
af8bc7d
Add support for GL_EXT_raster_multisample
by cdalton
· 9 years ago
2279325
added support for PLS path rendering
by ethannicholas
· 9 years ago
b8909d3
Revert "Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed"
by bsalomon
· 9 years ago
e957331
Make A8 readbacks work from non-A8 surfaces
by bsalomon
· 9 years ago
1dc85cd
Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed
by kkinnunen
· 9 years ago
9f63b44
Make BGRA8888 renderable on CHROMIUM_framebuffer_mixed_samples
by kkinnunen
· 9 years ago
5366a09
Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ )
by ethannicholas
· 9 years ago
1aa2029
Add ability to query read pixels support without a render target.
by bsalomon
· 9 years ago
7df3f5e
added support for PLS path rendering
by ethannicholas
· 9 years ago
e179a91
Texturing support for RECTANGLE textures.
by bsalomon
· 9 years ago
eed519e
Differentiate maxColorSamples and maxStencilSamples in GrCaps
by egdaniel
· 9 years ago
e5286e0
Beginning of support for texture rectangles.
by bsalomon
· 9 years ago
23e5666
Revert of Make A8 readback work in more cases and improve testing. (patchset #5 id:70001 of https://codereview.chromium.org/1584563002/ )
by bsalomon
· 9 years ago
b76afed
Make A8 readback work in more cases and improve testing.
by bsalomon
· 9 years ago
7f9b2e4
Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig
by bsalomon
· 9 years ago
76148af
Hide formats in GrGLCaps and use specific getters for different GL functions.
by bsalomon
· 9 years ago
cdee009
Add a class representing texture swizzle.
by bsalomon
· 9 years ago
3183a41
Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ )
by mtklein
· 9 years ago
1a1efea
Add a class representing texture swizzle.
by bsalomon
· 9 years ago
41e4384e
Move config texturability/renderability to config table.
by bsalomon
· 9 years ago
4999df8
Revert of Move config texturability/renderability to config table (patchset #8 id:140001 of https://codereview.chromium.org/1563443002/ )
by egdaniel
· 9 years ago
32a3cd2
Move config texturability/renderability to config table.
by bsalomon
· 9 years ago
7928ef6
Move read pixels format info into ConifgInfo in GrGLCaps
by bsalomon
· 9 years ago
480e8c0
Fold color attachment verification bit into GrGLCaps::ConfigInfo
by bsalomon
· 9 years ago
3044737
Move config table to GrGLCaps from GrGLGpu.
by bsalomon
· 9 years ago
1250944
Fixup GL instanced rendering commands
by cdalton
· 9 years ago
2ef6108
Don't allow BGRA rendertargets on iOS w/ES 3.0+.
by jvanverth
· 9 years ago
ea40943
Use a pseudo-extension CHROMIUM_framebuffer_mixed_samples
by kkinnunen
· 9 years ago
b3685c8
Use BRGA as internal format on later iOS
by jvanverth
· 9 years ago
8e03b8a
Always use high precision on NDS transform
by joel.liang
· 9 years ago
d7a2c1f
Add transfer buffer to GLCaps
by jvanverth
· 9 years ago
7ea33f5
Initial version of external_oes texture support and unit test
by bsalomon
· 9 years ago
0315dbc
Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ )
by bsalomon
· 9 years ago
27a0487
Initial version of external_oes texture support and unit test
by bsalomon
· 9 years ago
7e806f3
Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ )
by cdalton
· 9 years ago
24ddb0a
Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:20001 of https://codereview.chromium.org/1415503008/ )
by cdalton
· 9 years ago
8dcdedc
Make GrGLSLProgramBuilder base class for GrGLProgramBuilder.
by egdaniel
· 9 years ago
d472792
Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ )
by cdalton
· 9 years ago
14184d5
Fix mixed samples stencil clip
by cdalton
· 9 years ago
6950de6
Comments Style: s/skbug.com/bug.skia.org/
by halcanary
· 9 years ago
Next »