Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
8a6697af95b340aad6dee7e6228048fa305c1e59
/
include
/
gpu
/
gl
/
GrGLFunctions.h
6bb6d40
Implement support for CHROMIUM_path_rendering pseudo extension
by kkinnunen
· 10 years ago
2853fe4
Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/)
by jvanverth
· 10 years ago
eeef46d
Implement support for CHROMIUM_path_rendering pseudo extension
by kkinnunen
· 10 years ago
cfe62e3
Cleanup legacy NVPR-related definitions
by kkinnunen
· 10 years ago
439f23e
Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/)
by jvanverth
· 10 years ago
e35b5d9
Cleanup legacy NVPR-related definitions
by kkinnunen
· 10 years ago
538bacb
Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/)
by fmalita
· 10 years ago
fb8d688
Cleanup legacy NVPR-related definitions
by kkinnunen
· 10 years ago
591a2ca
Stop using the NVPR glyph loading functionality
by kkinnunen
· 10 years ago
6dc6f5f
Add support for creating texture backed images where Skia will delete the texture.
by bsalomon
· 10 years ago
626e1ff
Import functionality for new GL backend
by cdalton
· 10 years ago
1fe1858
Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/)
by djsollen
· 10 years ago
202c4c7
Import functionality for new GL backend
by cdalton
· 10 years ago
0edea2c
Make mixed samples contingent on auxiliary extensions
by cdalton
· 10 years ago
bae6f6c
Add tokens and entry points for KHR_blend_equation_advanced
by cdalton
· 10 years ago
2575f31
Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/)
by tomhudson
· 10 years ago
8e57885
Add tokens and entry points for KHR_blend_equation_advanced
by cdalton
· 10 years ago
fd4167d
Import glTextureBarrier
by cdalton
· 10 years ago
08b4d29
GrGLInterface: Add support for NV_framebuffer_mixed_samples
by vbuzinov
· 10 years ago
ee64d6e
Add glGetShaderPrecisionFormat
by bsalomon
· 10 years ago
2ecf86e
Revert of Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #1 id:1 of https://codereview.chromium.org/693933004/)
by mtklein
· 10 years ago
d5cd4ee
Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #2 id:20001 of https://codereview.chromium.org/704563003/)
by egdaniel
· 10 years ago
31f8867
Turn on NVPR 4x MSAA by default when supported in DM and nanobench.
by mtklein
· 10 years ago
27c1521
Add gpu support for glVertexAttrb1f, 2fv, and 3fv
by egdaniel
· 10 years ago
f238091
Adding support for GL_CHROMIUM_copy_texture, part 1
by junov
· 10 years ago
149b3ec
Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins
by cdalton
· 10 years ago
c7103a1
Wrap NV_path_rendering API with GrGLPathRendering
by cdalton
· 11 years ago
760ba8d
Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"
by bungeman
· 11 years ago
5672da0
Adds a GrGLPathRendering class that wraps the NV_path_rendering
by cdalton
· 11 years ago
c8f5204
Incorporate glStencilThenCover* nvpr methods
by cdalton
· 11 years ago
8dd90cb
Add IsPath to GrGLInterface
by cdalton
· 11 years ago
32b9a3b
Add functions to support NV_path_rendering in OpenGL ES
by kkinnunen
· 11 years ago
c986b1f
Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/)
by rmistry
· 11 years ago
4a995df
Add functions to support NV_path_rendering in OpenGL ES
by kkinnunen
· 11 years ago
37d20f7
Add support for glCompressedTexSubImage2D
by krajcevski
· 11 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
f669672
Use EXT_direct_state_access for path matrix manipulation
by commit-bot@chromium.org
· 11 years ago
0a6fe71
Use fixed function pipeline only when drawing paths
by commit-bot@chromium.org
· 11 years ago
beb8b3a
Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps.
by commit-bot@chromium.org
· 11 years ago
a34bb60
Add GL_ARB_invalidate_subdata functions to GrGLInterface.
by bsalomon@google.com
· 11 years ago
f535561
Cleanup GrGLInterface after Chromium changes
by commit-bot@chromium.org
· 11 years ago
6ebfbf9
Use vertex buffer objects instead of client side arrays in fixed-function codepaths
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
90313cc
Move GrGLExtensions from GrGLContextInfo to GrGLInterface
by commit-bot@chromium.org
· 11 years ago
f5a7683
Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2)
by robertphillips@google.com
· 11 years ago
01a2f1c
Revert r12758 (Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2) - https://codereview.chromium.org/118533003) due to Chromium-side compilation issues
by robertphillips@google.com
· 11 years ago
0ef335a
Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows (Take 2)
by commit-bot@chromium.org
· 11 years ago
3cf7e93
Revert r12694 (Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows - https://codereview.chromium.org/111403003) due to Chromium-side compilation errors
by robertphillips@google.com
· 11 years ago
6ed6778
Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows
by commit-bot@chromium.org
· 11 years ago
d3baf20
Added support for Chrome's gpu command buffer extension BindUniformLocation.
by commit-bot@chromium.org
· 11 years ago
040fd8f
Rip out CSAA support
by commit-bot@chromium.org
· 11 years ago
46fbfe0
Add glTexGen funcs to interface
by commit-bot@chromium.org
· 11 years ago
cffff79
get genmipmap function in the struct
by commit-bot@chromium.org
· 12 years ago
a6ffb58
Plumbed in discard_framebuffer extension
by robertphillips@google.com
· 12 years ago
98168bb
Add glCopyTexSubImage2D to GrGLInterface
by commit-bot@chromium.org
· 12 years ago
f3a60c0
Add support for IMG's MSAA extension.
by bsalomon@google.com
· 12 years ago
ecd8484
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
b82c399
Revert 7919 and 7920 (committed wrong version of r7919.)
by bsalomon@google.com
· 12 years ago
87c6d7a
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
26fb61a
Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.
by bsalomon@google.com
· 12 years ago
1744f97
Use glGetStringi to get extensions when available.
by bsalomon@google.com
· 12 years ago
e0d44ff
Add support for new glShaderSource() signature from Khronos. Disabled by default.
by senorblanco@chromium.org
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
f22f77f
NV PR spec update to function param, use GrGL typedefs rather than fundamental types
by bsalomon@google.com
· 13 years ago
0efcc37
Remove glBlendEquation and glColorPointer
by bsalomon@google.com
· 13 years ago
fe11cb6
Add GL function pointers for GL_NV_path_rendering
by bsalomon@google.com
· 13 years ago
4d063de
Add glTexParameteriv to GL interface
by bsalomon@google.com
· 13 years ago
637d5e9
Move GL function prototype typdefs to a separate header
by bsalomon@google.com
· 13 years ago