index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
Commit message (
Expand
)
Author
Age
*
Add ANGLE workaround to prefer flushes over VRAM usage
robertphillips
2015-08-20
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
No need to re-declare pure virtual name().
mtklein
2015-08-19
*
Use calloc to allocate data that will be uploaded to vertex/index buffers in ...
bsalomon
2015-08-19
*
This change is in preparation for updating how processor keys and meta keys a...
wangyix
2015-08-19
*
Allow setting of GrBatchFontCache atlas sizes
joshualitt
2015-08-19
*
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...
wangyix
2015-08-18
*
Made isEqual in GrFragmentProcessor recursive
wangyix
2015-08-18
*
Added class AutoFragmentChildProcAdvance to be constructed before a child emi...
wangyix
2015-08-18
*
Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non...
bsalomon
2015-08-13
*
Extend SkImageGenerator to support natively generated GrTextures. As part of ...
reed
2015-08-13
*
Defer flushes if kPreferNoIO is specified
robertphillips
2015-08-13
*
Refactor helper function for SkBitmapShader to GrFragmentProcessor
joshualitt
2015-08-12
*
Add support for a new GPU interface
jvanverth
2015-08-12
*
Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu
bsalomon
2015-08-12
*
All child GrFragmentProcs' transforms and textures will be stored in the root...
wangyix
2015-08-12
*
trivial CL to add drawBatch to GrDrawContext
joshualitt
2015-08-10
*
Expand functionality of GrRectBatchFactory with AARects
joshualitt
2015-08-10
*
First pass at drawAtlas batching.
jvanverth
2015-08-07
*
Move some work from backend onClear to base class clear
egdaniel
2015-08-06
*
Implement caching of stroked paths in the tessellating path renderer.
senorblanco
2015-08-06
*
Revert of Implement caching of stroked paths in the tessellated path renderer...
senorblanco
2015-08-05
*
Implement caching of stroked paths in the tessellated path renderer.
senorblanco
2015-08-05
*
Expose coord transforms from GrPipeline
joshualitt
2015-08-05
*
fix for GrFragmentProcessor isEqual in GrPipeline
joshualitt
2015-08-05
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-04
*
Revert "Implement caching of filled paths in the tessellated path renderer."
mtklein
2015-08-04
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-03
*
Add abliity to set textblob cache budget to GrContext
joshualitt
2015-08-03
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Make ANGLE perf decisions be runtime rather than compile time
bsalomon
2015-07-31
*
SRGB read and write pixels working and unit test
bsalomon
2015-07-30
*
Move headers with no dependencies.
mtklein
2015-07-29
*
Revert "Move headers with no dependencies."
Mike Klein
2015-07-29
*
Move headers with no dependencies.
mtklein
2015-07-29
*
Skip temp texture when config conversion test has already failed.
bsalomon
2015-07-29
*
Revert "Move the rest of src headers used by include to include/private."
Mike Klein
2015-07-28
*
Move the rest of src headers used by include to include/private.
mtklein
2015-07-28
*
Removed GrFragmentProcessor::fWillUseInputColor
wangyix
2015-07-28
*
Move SkTHash.h to include/private.
mtklein
2015-07-28
*
Make readpixels work on GrTextures
bsalomon
2015-07-16
*
Another trivial cleanup
joshualitt
2015-07-14
*
Implement support for CHROMIUM_path_rendering pseudo extension
kkinnunen
2015-07-14
*
Revert of Another trivial cleanup (patchset #6 id:100001 of https://coderevie...
joshualitt
2015-07-13
*
Another trivial cleanup
joshualitt
2015-07-13
*
Modify GrClipMaskManager to reflect logical constness
joshualitt
2015-07-13
*
Move GrProcessorDataManager to GrMemoryPool
joshualitt
2015-07-10
*
Remove setFromPaint from GrPipelineBuilder
joshualitt
2015-07-09
[next]