Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
71614ac7c63fe60dfe971f861e2b2d6325dd0039
/
src
/
gpu
71614ac
Add override to force bitmap rendering
by krajcevski
· 10 years ago
c30aaa0
Use combined color/coverage attribute when possible in aa rect renderer.
by bsalomon
· 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
db1f156
Make comment ASCII in GrDrawTarget.h
by bsalomon
· 10 years ago
c019ec4
Add layer counting to SkPictureRecord
by robertphillips
· 10 years ago
3b73e01
Revert of Add layer counting to SkPictureRecord (https://codereview.chromium.org/464433002/)
by mtklein
· 10 years ago
4a2b2e8
Add layer counting to SkPictureRecord
by robertphillips
· 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
5acfea7
2D kernel initial wiring for Guassian
by joshualitt
· 10 years ago
3f86099
Fix crash in nvpr text after abandoning context
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
62c447d
Add an opaqueness hint to GrDrawState.
by bsalomon
· 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
95b1b3d
Add astcbitmap to gm slides.
by krajcevski
· 10 years ago
7b62448
Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/)
by krajcevski
· 10 years ago
2fc0582
- Add astcbitmap to gm slides
by krajcevski
· 10 years ago
b8ccc2f
Pass compressed blitters to our mask drawing algorithm
by krajcevski
· 10 years ago
776bdbd
Create struct in GrDrawState to hold key DrawState data.
by egdaniel
· 10 years ago
a098dd4
Fix drawVertices() on GPU when texs=colors=shaders=indices=null
by bsalomon
· 10 years ago
760ba8d
Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"
by bungeman
· 10 years ago
af13c7c
Revert "Calculate rough approximations for nvpr path sizes"
by bungeman
· 10 years ago
40a1e11
Add support for all compressed formats in KTX file format
by krajcevski
· 10 years ago
61bff70
Calculate rough approximations for nvpr path sizes
by cdalton
· 10 years ago
8f72733
Move functions from GrDrawState.h to GrDrawState.cpp and delete unused functions.
by bsalomon
· 10 years ago
e90c900
Add ETC1 format to SkTextureCompressor
by krajcevski
· 10 years ago
72336ed
Don't compare constant color and coverage between GrDrawStates when they are provided by vertex attributes.
by bsalomon
· 10 years ago
838f62d
Replace op== with CombineIfPossible in GrDrawState.
by bsalomon
· 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
5049557
Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/)
by krajcevski
· 10 years ago
01c8da1
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
by bsalomon
· 10 years ago
5d8b1b4
Add ETC1 format to SkTextureCompressor
by krajcevski
· 10 years ago
41ebbdd
Exit early when draw can be skipped. Be more robust against abandoned GrContext.
by bsalomon
· 10 years ago
dddc18a
Make GrGLProgram be available to GrGLProgramDataManager
by kkinnunen
· 10 years ago
7883132
Fix for Chrome Canaries.
by jvanverth
· 10 years ago
9bcd23b
Rollback text allocation changes.
by jvanverth
· 10 years ago
5816233
FBFetch refactor + arm support
by joshualitt
· 10 years ago
0c42332
Add CTM to the cached layers' key and reduce render target pingponging in layer pre-rendering
by robertphillips
· 10 years ago
d9e183f
Fix for texture domain on imagination gpus
by joshualitt
· 10 years ago
0f1a7c4
Remove kDisableBlend_BlendOptFlag as it is no longer needed
by egdaniel
· 10 years ago
b3abe90
Start the process of choosing the correct compression format
by krajcevski
· 10 years ago
4682170
Test removal of mesa specific version parse
by joshualitt
· 10 years ago
55b6d8b
Implement a persistent uniqueID-based cache for SkImageFilter.
by senorblanco
· 10 years ago
78697816
Add query for whether or not we have compressedTexSubImage
by krajcevski
· 10 years ago
1723bfc
Add vertex bounds check for distance field rendering.
by jvanverth
· 10 years ago
ed6f03e
Fix ref counting of cached layer's texture
by robertphillips
· 10 years ago
78f0718
Add effect caching to distance field text.
by jvanverth
· 10 years ago
7510b22
Rename GrGLUniformManager to GrGLProgramDataManager
by kkinnunen
· 10 years ago
c8f5204
Incorporate glStencilThenCover* nvpr methods
by cdalton
· 10 years ago
a14da25
fRight -> fBottom
by krajcevski
· 10 years ago
b414f25
Remove support in the gpu to use hardware AA lines. Current code paths could not reach this code and thus was never used.
by egdaniel
· 10 years ago
5ae5fc5
Adding repeat mode to texture domain
by joshualitt
· 10 years ago
25a67bc
Add query for block dimensions of a given format
by krajcevski
· 10 years ago
fdd09c2
Revert of Add effect caching to distance field text. (https://codereview.chromium.org/424103002/)
by bensong
· 10 years ago
b09bdd6
Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromium.org/423943003/)
by egdaniel
· 10 years ago
137bac0
Add effect caching to distance field text.
by jvanverth
· 10 years ago
944bcf0
Some fixes around GrContext::abandonContext:
by bsalomon
· 10 years ago
e6dfba8
Remove gpu support for willUseHWAALines.
by egdaniel
· 10 years ago
09dde64
Now always use Atlas for layer cache
by robertphillips
· 10 years ago
8ab8cc0
Finish removing GrTHashTable
by robertphillips
· 10 years ago
320c923
Add plot-based purging to GrLayerCache
by robertphillips
· 10 years ago
2bff230
round and bevel hairline rects show the same as miter hairline rects
by yunchao.he
· 10 years ago
2354f84
Test abandoning GL context in dm/nanobench.
by bsalomon
· 10 years ago
feceba5
Add vertex color support to distance field text.
by jvanverth
· 10 years ago
f17bc6c
Move vertex buffer setup out of drawPackedGlyph().
by jvanverth
· 10 years ago
b2808cd
Send less transform data when drawing text with nvpr
by cdalton
· 10 years ago
d6aeb6d
Fix thread unsafe mutex initialization.
by bungeman
· 10 years ago
6c18c80
Revert of Move vertex buffer setup out of drawPackedGlyph(). (https://codereview.chromium.org/414573002/)
by jvanverth
· 10 years ago
1d38619
Move vertex buffer setup out of drawPackedGlyph().
by jvanverth
· 10 years ago
6d3fe02
Rename GrGpuObject to GrGpuResource
by bsalomon
· 10 years ago
c44be0e
Merge GrGpuObject and GrCacheable.
by bsalomon
· 10 years ago
730c044
Alter Default & Software path renderers to better handle AA hairline paths
by robertphillips
· 10 years ago
dd6d227
Replace use of GrTHashTable in GrFontCache with SkTDynamicHash.
by jvanverth
· 10 years ago
1c63bf6
Revert "Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/)"
by bsalomon
· 10 years ago
be03570
Remove unused enum value and member of GrGpuObject
by bsalomon
· 10 years ago
d771f6b
Add auto purging for SkPicture-related Ganesh resources (esp. layers)
by robertphillips
· 10 years ago
ac97792
Initial change to move 2D kernel to its own file.
by joshualitt
· 10 years ago
b85a0aa
Add a GrPathRange class
by cdalton
· 10 years ago
dcabb05
Make GrCacheable implement its own ref counting.
by bsalomon
· 10 years ago
93a37bc
Add macro so that gpu trace marker can add an arg to the TRACE_EVENT it makes
by egdaniel
· 10 years ago
7a037f4
Move GrTMultiMap to src/core and rename it
by robertphillips
· 10 years ago
518d83d
Skia side RGB to YUV gpu conversion
by sugoi
· 10 years ago
02cafcc
Remove gpu shader optimatization for solid white or trans black colors
by egdaniel
· 10 years ago
63e99f7
Allow GrGLEffects to produce variable length keys.
by bsalomon
· 10 years ago
3d533ac
Replace GrTHash with SkTDynamicHash
by robertphillips
· 10 years ago
249171e
Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are… (https://codereview.chromium.org/376703009/)
by robertphillips
· 10 years ago
9514d24
Cache the return values of getBlendOpts in GrDrawState
by egdaniel
· 10 years ago
e904c09
Fix alpha textures in NV ES3 contexts on Windows.
by bsalomon
· 10 years ago
8dd90cb
Add IsPath to GrGLInterface
by cdalton
· 10 years ago
91bdbcd
Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when textures and RTs are deleted.
by bsalomon
· 10 years ago
261b8a9
Make GrLayerCache use multiple plots in its atlas
by robertphillips
· 10 years ago
929f29a
Makes GrGLProgramDesc's key store the lengths as well as offsets of the effect keys.
by bsalomon
· 10 years ago
7ef2162
Add new ASTC pixel config
by krajcevski
· 10 years ago
ee5da55
32 bpp floating point textures
by joshualitt
· 10 years ago
Next »