Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
37774c911e681c89381c823083ed531122a8d65a
/
include
/
gpu
/
gl
389abd5
Simplify GrGLInterface::abandon
by Hal Canary
· 6 years ago
752e08b
Fix abandonment of programs
by Robert Phillips
· 6 years ago
f08d1d0
Stop using SkTSwap.
by Ben Wagner
· 6 years ago
29f2eaf
Remove string.h from SkTypes.h
by Ben Wagner
· 6 years ago
6d138bf
Reland "Remove GrBackendObject and all related functions from Skia."
by Greg Daniel
· 7 years ago
a0ca909
Revert "Remove GrBackendObject and all related functions from Skia."
by Brian Osman
· 6 years ago
ccd4cfc
Remove GrBackendObject and all related functions from Skia.
by Greg Daniel
· 7 years ago
ba375a8
Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
by Robert Phillips
· 7 years ago
c1b9c10
Add versions of MakeGL() that don't require include GrGLInterface.h in order to use the GrGLMakeNativeInterface
by Brian Salomon
· 7 years ago
8caf85f
Add GrBackendTexture/RenderTarget accessors to SkSurface
by Robert Phillips
· 7 years ago
c550995
Add GrBackendTexture accessor to SkImage (take 2)
by Robert Phillips
· 7 years ago
1045013
GrGLExtensions: remove unneded unique_ptr
by Hal Canary
· 7 years ago
3fc79ea
Remove image functions from GrGLInterface, part two
by Brian Osman
· 7 years ago
426e6c5
Remove (unused) NV_bindless_texture from GL interface
by Brian Osman
· 7 years ago
0ee0190
Remove EXT_direct_state_access (unused)
by Brian Osman
· 7 years ago
8f11d4d
eliminate SK_BUILD_FOR_WIN32
by Mike Klein
· 7 years ago
faa095e
Update SkSurface MakeFromBackend* factories to take an SkColorType.
by Greg Daniel
· 7 years ago
94f509b
Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface.
by Brian Salomon
· 7 years ago
3d6801e
Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>.
by Brian Salomon
· 7 years ago
e7d8da4
Add support for internal gl format in GrGLTextureInfo
by Greg Daniel
· 7 years ago
d1b2eec
API to cache shader binaries between runs of Skia.
by Ethan Nicholas
· 7 years ago
71a1889
Revert "Revert "GrContext::dump that produces JSON formatted output""
by Brian Osman
· 7 years ago
0f450ac
Revert "GrContext::dump that produces JSON formatted output"
by Brian Osman
· 7 years ago
175af0d
GrContext::dump that produces JSON formatted output
by Brian Osman
· 7 years ago
02611d9
Add Make[backend] calls for creating GrContexts
by Greg Daniel
· 7 years ago
7634330
reduce code size in GrGLTestInterface.o and GrGLAssembleInterface.o
by Mike Klein
· 7 years ago
dba7e7c
Add test for flushing empty surface with semaphores
by Greg Daniel
· 7 years ago
81e7bf8
Update gpu caps for valid sample counts.
by Greg Daniel
· 7 years ago
d17b4a6
Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. ""
by Brian Salomon
· 7 years ago
a9e795e
Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "
by Brian Salomon
· 7 years ago
45e5068
Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation.
by Brian Salomon
· 7 years ago
e334c59
Attempt to work around iOS varying limit in GLPrograms test
by Brian Salomon
· 7 years ago
85d34b2
Remove SkCrossContextImageData and all support code
by Brian Osman
· 7 years ago
bcf612b
Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia""
by Greg Daniel
· 8 years ago
e3bd422
Revert "Plumb the use of GrBackendRenderTarget throughout Skia"
by Greg Daniel
· 8 years ago
fdd77da
Plumb the use of GrBackendRenderTarget throughout Skia
by Greg Daniel
· 8 years ago
9dab18f
Fix GrGLSync definition
by Brian Salomon
· 8 years ago
609e7cc
Add glPolygonMode support.
by Jim Van Verth
· 8 years ago
d85f97d
Control making of GrSemaphore objects inside of GrResourceProvider
by Greg Daniel
· 8 years ago
fe3b516
Use GrSemaphore rather than GrFence for external texture data
by Brian Osman
· 8 years ago
6be3523
Add support for Semaphores (gpu waiting on gpu) in Ganesh
by Greg Daniel
· 8 years ago
2c2bc11
Add GrExternalTextureData and SkCrossContextImageData
by Brian Osman
· 8 years ago
aa1ab89
Revert "Add GrExternalTextureData and SkCrossContextImageData"
by Brian Osman
· 8 years ago
9ad1f92
Add GrExternalTextureData and SkCrossContextImageData
by Brian Osman
· 8 years ago
008b9d8
Add the ability to enable/disable GPU path renderers
by csmartdalton
· 8 years ago
0b63ceb
Add image functions to GrGLInterface
by Brian Salomon
· 8 years ago
6bd5284
Remove SkAutoTUnref and SkAutoTDelete from public includes.
by bungeman
· 8 years ago
84741b3
Add fence support for TransferBuffers
by jvanverth
· 8 years ago
fc9527a
Add support for glDrawRangeElements
by bsalomon
· 8 years ago
3d96cb8
Default GR_GL_FUNCTION_TYPE to __stdcall on Windows.
by mtklein
· 8 years ago
9bc1187
Include EXT_window_rectangles API
by csmartdalton
· 8 years ago
739bbb2
Fix glDraw*Indirect prototypes
by csmartdalton
· 8 years ago
5cebf8c
Support ARB extensions for indirect drawing
by csmartdalton
· 8 years ago
b988ecf
Enable NV_path_rendering in the Null GL.
by svaisanen
· 9 years ago
f8a6ce8
Add GLSL support for texelFetch
by cdalton
· 9 years ago
062bd86
Expose GrGLAssembleInterface
by bsalomon
· 9 years ago
3724e57
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
6f70d43
Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ )
by robertphillips
· 9 years ago
fe3456c
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
dec2943
Remove the GrGLInterface callback mechanism.
by bsalomon
· 9 years ago
28ef445
added support for glMinSampleShading
by ethannicholas
· 9 years ago
b5a94e3
Store null GL context's state in interface object
by bsalomon
· 9 years ago
5f939ab
Use std::unique_ptr.
by mtklein
· 9 years ago
e7ec417
Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ )
by mtklein
· 9 years ago
2691d76
Use std::unique_ptr.
by mtklein
· 9 years ago
c04ce67
Add caps and GL API for buffer texture
by cdalton
· 9 years ago
218c846
Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ )
by mtklein
· 9 years ago
3dd9ed3
Use std::unique_ptr.
by mtklein
· 9 years ago
977c07d
Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ )
by mtklein
· 9 years ago
20c1e3a
Use std::unique_ptr.
by mtklein
· 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
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
bf521ff
Move SkTArray to include/private.
by bungeman
· 9 years ago
eb00475
Use skstd::remove_pointer_t in GrGLFunction
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
f49c75a
Move Google3-specific stack limitation logic to template classes.
by benjaminwagner
· 9 years ago
b35c82d
Add a background timing thread to kilobench
by joshualitt
· 9 years ago
01836ad
Revert to old behavior for swap buffers
by joshualitt
· 9 years ago
b59d1bc
Add ability to wire up sharelist in glcontext creation
by joshualitt
· 9 years ago
e5286e0
Beginning of support for texture rectangles.
by bsalomon
· 9 years ago
3405800
Make SkGLContext lifetime more well-defined
by kkinnunen
· 9 years ago
54e2ca5
Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ )
by jcgregorio
· 9 years ago
830e012
Make SkGLContext lifetime more well-defined
by kkinnunen
· 9 years ago
3e980c3
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 9 years ago
0f515bd
Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ )
by rmistry
· 9 years ago
9ebc3f0
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 9 years ago
4dabf83
Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ )
by joshualitt
· 9 years ago
c8b4336
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 9 years ago
4ff653c
Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ )
by reed
· 9 years ago
e13ca32
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 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
Next »