Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
1119c870651ccd34c0acb8fb2cdfad2c07d3116c
/
include
/
gpu
9e87fa7
Force linking of static member variables for GLPrograms
by joshualitt
· 10 years ago
1e2530b
Use presence of a content key as non-scratch indicator
by bsalomon
· 10 years ago
6517134
gl programs rewrite
by joshualitt
· 10 years ago
9e61bb7
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
ac211af
call derived ~ from GrIORef
by bsalomon
· 10 years ago
81e6448
Remove ~GrIORef since last remaining virtual and now all inline
by bsalomon
· 10 years ago
0f9e8a7
Revert of Use presence of a content key as non-scratch indicator (patchset #5 id:80001 of https://codereview.chromium.org/639873002/)
by bsalomon
· 10 years ago
9eefe08
Use presence of a content key as non-scratch indicator
by bsalomon
· 10 years ago
544fe23
Add SK_API to GrGpuResource TBR=reed@google.com
by bsalomon
· 10 years ago
bcf0a52
GrResourceCache2 manages scratch texture.
by bsalomon
· 10 years ago
1080596
Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/)
by bsalomon
· 10 years ago
a90ed4e
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
47bb382
Cleanup of shader building system
by joshualitt
· 10 years ago
db0d3ca
Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/)
by joshualitt
· 10 years ago
fe1233c
Cleanup of shader building system
by joshualitt
· 10 years ago
9323b8b
Revert "GrResourceCache2 manages scratch texture."
by Brian Salomon
· 10 years ago
d909759
Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/)
by joshualitt
· 10 years ago
07a2553
gl programs rewrite
by joshualitt
· 10 years ago
d14e1a2
GrResourceCache2 manages scratch texture.
by bsalomon
· 10 years ago
f80bfed
GrContext::copyTexture->GrContext::copySurface.
by bsalomon
· 10 years ago
1a8ecdf
Add isSingleComponent bool to getConstantColorComponent
by egdaniel
· 10 years ago
d012877
Fix ref cnt'ing issue in GrProgramElement.
by bsalomon
· 10 years ago
b4b7a4c
Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/)
by robertphillips
· 10 years ago
85d3427
Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes pixel ops flag. (patchset #3 id:40001 of https://codereview.chromium.org/622663002/)
by bsalomon
· 10 years ago
cf99b00
GrContext::copyTexture->GrContext::copySurface.
by bsalomon
· 10 years ago
3b8af07
Add isSingleComponent bool to getConstantColorComponent
by egdaniel
· 10 years ago
29dda80
Add support for EGL on linux
by derekf
· 10 years ago
afbf2d6
Make "priv" classes for GrTexure and GrSurface.
by bsalomon
· 10 years ago
b06e5a2
Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/)
by robertphillips
· 10 years ago
dbe6074
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/)
by robertphillips
· 10 years ago
3d398c8
GrResourceCache2 manages scratch texture.
by bsalomon
· 10 years ago
c0eb9b9
Make "priv" classes for GrTexure and GrSurface.
by bsalomon
· 10 years ago
89af44a
Split GrDrawState and GrOptDrawState into separate classes and remove base class.
by egdaniel
· 10 years ago
e33985a
Revert "Add support for EGL on linux"
by borenet
· 10 years ago
1cea736
Add support for EGL on linux
by derekf
· 10 years ago
b0a8a37
Patch to create a distinct geometry processor. The vast majority of this patch
by joshualitt
· 10 years ago
f238091
Adding support for GL_CHROMIUM_copy_texture, part 1
by junov
· 10 years ago
8d034a1
Don't flush on read/write pixels unless necessary
by bsalomon
· 10 years ago
4401a1f
Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:20001 of https://codereview.chromium.org/586073002/)
by bsalomon
· 10 years ago
150723b
Don't flush on read/write pixels unless necessary
by bsalomon
· 10 years ago
45725db
Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType.
by bsalomon
· 10 years ago
b3e3a95
Make GrIODB keep pending IO refs on all resources it records into its cmd stream.
by bsalomon
· 10 years ago
754f4e9
Add counting of some GL calls
by robertphillips
· 10 years ago
23e280d
Changes to remove program effects builder
by joshualitt
· 10 years ago
4e205b1
Remove createPath* from GrGpu and GrContext
by cdalton
· 10 years ago
149b3ec
Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins
by cdalton
· 10 years ago
f96ba02
Rename GrProgramResource to GrGpuResourceRef
by bsalomon
· 10 years ago
3850971
Revert "Revert "Move SkGpuDevice.h to src/gpu""
by bsalomon
· 10 years ago
b0a35f7
Revert "Move SkGpuDevice.h to src/gpu"
by borenet
· 10 years ago
d99bbb6
Move SkGpuDevice.h to src/gpu
by bsalomon
· 10 years ago
c492334
Make templated GrProgramTResource subclass of GrProgramResource
by bsalomon
· 10 years ago
49586be
removing GrDrawEffect
by joshualitt
· 10 years ago
08da4f2
Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/)
by joshualitt
· 10 years ago
8ddbe8b
removing GrDrawEffect
by joshualitt
· 10 years ago
249af15
BUG=skia:
by joshualitt
· 10 years ago
841010f
disable conservative rasterclip on gpu, until we understand perspective
by reed
· 10 years ago
d954498
Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/)
by reed
· 10 years ago
6f09709
Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/)
by reed
· 10 years ago
27a5e65
Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects:
by reed
· 10 years ago
655ad12
Make GrEffectStage copy constructor work correctly with pending execution refs.
by bsalomon
· 10 years ago
18444b1
Remove debug-only ref of GrEffectStage
by bsalomon
· 10 years ago
2a9ca78
Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms.
by bsalomon
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
52e9d63
Don't take a ref on GP in AutoEffectRestore.
by bsalomon
· 10 years ago
ac8d619
Add method to GrProgramResource to record that pending a execution was completed.
by bsalomon
· 10 years ago
9574098
Add GrProgramElement base class for GrEffect with deferred exec ref.
by bsalomon
· 10 years ago
00b76bd
Add reference base class to GrGpuResourcewith pending IO references.
by bsalomon
· 10 years ago
98d709b
Reorganize Layer Hoisting code
by robertphillips
· 10 years ago
6267f81
Move MakeDivByTextureWHMatrix to GrCoordTransform
by bsalomon
· 10 years ago
32d0b3b
Simplify SkGpuDevice construction
by bsalomon
· 10 years ago
23b406c
Make SkGpuDevice constructors private.
by bsalomon
· 10 years ago
744998e
Make textures register with GrResourceCache2 as scratch.
by bsalomon
· 10 years ago
533eb78
Convert BBH APIs to use SkRect.
by mtklein
· 10 years ago
1696126
Make GrGpuResources register with GrResourceCache2 after fully constructed.
by bsalomon
· 10 years ago
a2b0af8
Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/)
by bsalomon
· 10 years ago
d68b3e4
Make GrGpuResources register with GrResourceCache2 after fully constructed.
by bsalomon
· 10 years ago
ec56e45
Implement NV_path_rendering on OpenGL ES
by kkinnunen
· 10 years ago
30ba436
Initial refactor of shaderbuilder to prepare for geometry shaders
by joshualitt
· 10 years ago
64bf767
Split up monolithic EXPERIMENTAL_drawPicture method
by robertphillips
· 10 years ago
c8dc1f7
Add GrResourceCache2.
by bsalomon
· 10 years ago
1d89ddc
Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/)
by bsalomon
· 10 years ago
94ce9ac
Add GrResourceCache2.
by bsalomon
· 10 years ago
bbe7a2a
eliminate code related to SkBitmap::Config
by reed
· 10 years ago
b1aded8
Add flag to bench/render pictures
by krajcevski
· 10 years ago
69a5560
Add entry point for passing options to the GrContextFactory
by krajcevski
· 10 years ago
b62508b
Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation
by george
· 10 years ago
9c6d4d7
Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this by introducing an Options struct to be passed to a GrContext on creation.
by krajcevski
· 10 years ago
d4cb922
Consider index8 a compressed config.
by bsalomon
· 10 years ago
c7103a1
Wrap NV_path_rendering API with GrGLPathRendering
by cdalton
· 10 years ago
9c0822a
Always use both a color and coverage attribute in GrAARectRenderer.
by bsalomon
· 10 years ago
d5fa1a4
add drawPicture variant that takes a matrix and paint
by reed
· 10 years ago
bab82ed
Pretty print of shaders
by joshualitt
· 10 years ago
be129b2
Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache.
by senorblanco
· 10 years ago
c863ab0
Cleanup of context initialization
by joshualitt
· 10 years ago
760ba8d
Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"
by bungeman
· 10 years ago
6d7f5fa
Enable gpu Debug markers if tracing category skia.gpu is enabled
by egdaniel
· 10 years ago
5672da0
Adds a GrGLPathRendering class that wraps the NV_path_rendering
by cdalton
· 10 years ago
0673676
Don't compare coord change matrices to determine effect compatibility when using explicit local coords.
by bsalomon
· 10 years ago
01c8da1
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
by bsalomon
· 10 years ago
55b6d8b
Implement a persistent uniqueID-based cache for SkImageFilter.
by senorblanco
· 10 years ago
Next »