Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
86c6c4935171a1d2d6a9ffbff37ec6dac1326614
/
include
/
gpu
b8d6e08
skia: Add support for CHROMIUM_image backed textures.
by erikchen
· 9 years ago
eb00475
Use skstd::remove_pointer_t in GrGLFunction
by bsalomon
· 10 years ago
793dc26
Improve GLSL integer support
by cdalton
· 10 years ago
9f2dc27
Replace GrGLInterface's function pointers with std::functions.
by bsalomon
· 10 years ago
c4d196c
Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ )
by dcheng
· 10 years ago
f1036b2
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ )
by bsalomon
· 10 years ago
3a2caf8
Improve GLSL integer support
by cdalton
· 10 years ago
7fec91c
skia: Add support for CHROMIUM_image backed textures.
by erikchen
· 10 years ago
06604b9
Add GL indirect drawing APIs
by cdalton
· 10 years ago
af8bc7d
Add support for GL_EXT_raster_multisample
by cdalton
· 10 years ago
f49c75a
Move Google3-specific stack limitation logic to template classes.
by benjaminwagner
· 10 years ago
e7d7f90
Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ )
by jcgregorio
· 10 years ago
92098e6
skia: Add support for CHROMIUM_image backed textures.
by erikchen
· 10 years ago
2279325
added support for PLS path rendering
by ethannicholas
· 10 years ago
b35c82d
Add a background timing thread to kilobench
by joshualitt
· 10 years ago
6121405
Cleaning up trailing spaces and typos.
by cblume
· 10 years ago
5366a09
Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ )
by ethannicholas
· 10 years ago
6c9cd55
Make swizzling in read/write pixel copy code more generic
by bsalomon
· 10 years ago
7df3f5e
added support for PLS path rendering
by ethannicholas
· 10 years ago
01836ad
Revert to old behavior for swap buffers
by joshualitt
· 10 years ago
b59d1bc
Add ability to wire up sharelist in glcontext creation
by joshualitt
· 10 years ago
eed519e
Differentiate maxColorSamples and maxStencilSamples in GrCaps
by egdaniel
· 10 years ago
e5286e0
Beginning of support for texture rectangles.
by bsalomon
· 10 years ago
fa89632
Move some program building utils from GL to GLSL
by egdaniel
· 10 years ago
f5883a6
Hide drawBatch on GrDrawTarget from test Methods
by joshualitt
· 10 years ago
bc90735
GrAuditTrail hooks in GrContext + GrDrawContext
by joshualitt
· 10 years ago
ce89400
Guard SkGpuDevice
by joshualitt
· 10 years ago
9d22fd6
Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed.
by bsalomon
· 10 years ago
4e23cda
remove imagefilter::sizeconstraint
by reed
· 10 years ago
5651ee6
Change to wire up opnames in SkGpuDevice
by joshualitt
· 10 years ago
4897ff2
Move atomicinc in GrTracing to behind branch
by joshualitt
· 10 years ago
6d0872d
Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ )
by joshualitt
· 10 years ago
cdee009
Add a class representing texture swizzle.
by bsalomon
· 10 years ago
3183a41
Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ )
by mtklein
· 10 years ago
1a1efea
Add a class representing texture swizzle.
by bsalomon
· 10 years ago
de8dc7e
Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ )
by joshualitt
· 10 years ago
41e4384e
Move config texturability/renderability to config table.
by bsalomon
· 10 years ago
27a48dc
Create stub GrAuditTrail class
by joshualitt
· 10 years ago
4999df8
Revert of Move config texturability/renderability to config table (patchset #8 id:140001 of https://codereview.chromium.org/1563443002/ )
by egdaniel
· 10 years ago
94da292
Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ )
by joshualitt
· 10 years ago
9a9515e
Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ )
by joshualitt
· 10 years ago
32a3cd2
Move config texturability/renderability to config table.
by bsalomon
· 10 years ago
b30dd1d
Add guards to GrTextureProvider
by joshualitt
· 10 years ago
f9bc796
Make a single GrSingleOwner in GrContext
by joshualitt
· 10 years ago
3405800
Make SkGLContext lifetime more well-defined
by kkinnunen
· 10 years ago
1de610a
Create debug only SkSingleOwner
by joshualitt
· 10 years ago
17aa047
More framework support for TransferBuffers
by jvanverth
· 10 years ago
54e2ca5
Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ )
by jcgregorio
· 10 years ago
bc7d235
Take care fall-through case of switch in skia
by tzik
· 10 years ago
830e012
Make SkGLContext lifetime more well-defined
by kkinnunen
· 10 years ago
98e7538
make GrRect.h private
by reed
· 10 years ago
3e980c3
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 10 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
· 10 years ago
9ebc3f0
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 10 years ago
2047b78
Don't ref/unref the static src-over xp
by bsalomon
· 10 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
· 10 years ago
c8b4336
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 10 years ago
f0795ab
Fix thread-unsafe construction of GrUniqueKey in GR_DEFINE_STATIC_UNIQUE_KEY
by bsalomon
· 10 years ago
f46a124
Set GL_PACK_ALIGNMENT before calling glReadPixels
by bsalomon
· 10 years ago
489147c
Add option to control maximum GrBatch lookback
by bsalomon
· 10 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
· 10 years ago
e13ca32
Add config options to run different GPU APIs to dm and nanobench
by kkinnunen
· 10 years ago
2eb1009
Add check for highp support in Conic effect
by robertphillips
· 10 years ago
2e2202e
Move flush logic into GrAtlasTextBlob
by joshualitt
· 10 years ago
0671b96
Move texture drawing utility method to SkGpuDevice
by jvanverth
· 10 years ago
8ff8d24
Remove drawPathsFromRange from GrDrawContext
by cdalton
· 10 years ago
91d0620
fix mozilla bug
by joshualitt
· 10 years ago
433625e
Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed
by robertphillips
· 10 years ago
6dea83f
Add option to draw wireframe batch bounds
by bsalomon
· 10 years ago
e2725f5
Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ )
by scroggo
· 10 years ago
26489ef
Add option to draw wireframe batch bounds
by bsalomon
· 10 years ago
dc5685a
Wire up resource cache stats dumping in nanobench
by joshualitt
· 10 years ago
f16f88b
Create a define for nanobench builds to dump stats
by joshualitt
· 10 years ago
e45c81c
Began logging more gpu stats from nanobench
by joshualitt
· 10 years ago
7bceedc
Retract GrRenderTarget a bit
by robertphillips
· 10 years ago
69cfe95
Add debug option to clip each GrBatch to its device bounds
by bsalomon
· 10 years ago
56cf6dc
Create a static instances of SrcOver XferProcessor
by egdaniel
· 10 years ago
de4166a
APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct
by ethannicholas
· 10 years ago
bf07455
Make stencil and cover path rendering have more reasonable bounds.
by bsalomon
· 10 years ago
c4b7272
Don't create a GXPFactory when blend is SrcOver
by egdaniel
· 10 years ago
7ea33f5
Initial version of external_oes texture support and unit test
by bsalomon
· 10 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
· 10 years ago
27a0487
Initial version of external_oes texture support and unit test
by bsalomon
· 10 years ago
f234272
Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ )
by egdaniel
· 10 years ago
a7006d4
Make specialized SrcOver XPFactory
by egdaniel
· 10 years ago
1d02a60
Remove unsigned < signed comparison.
by mtklein
· 10 years ago
e416d94
Change prealloc number of child FPs be 1 rather than 2
by Brian Salomon
· 10 years ago
418e26f
Preallocate room for 2 child processors in FPs
by bsalomon
· 10 years ago
33a5fce
Initial implementation of GPU no filter NinePatch
by joshualitt
· 10 years ago
504ce5d
Optionally pass rendertarget to getTestTarget
by robertphillips
· 10 years ago
e004bfc
Increase the amount of debug information printed out by batches
by robertphillips
· 10 years ago
a779ef1
Fix for chrome's skia gl bindings code.
by bsalomon
· 10 years ago
b1a32ad
Add support for EGLImage to GrGLInterface
by bsalomon
· 10 years ago
57d3b03
Rename some processor functions from GL to GLSL
by egdaniel
· 10 years ago
fa4cc8b
Move XferProcessors to glsl
by egdaniel
· 10 years ago
64c4728
Make all GrFragmentProcessors GL independent.
by egdaniel
· 10 years ago
c94cd7c
Fix GrCoverageSetOpXP unit test on mixed samples
by cdalton
· 10 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
· 10 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
· 10 years ago
caef345
Readd "immediate" mode
by robertphillips
· 10 years ago
Next »