index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
Commit message (
Expand
)
Author
Age
*
Use combined color/coverage attribute when possible in aa rect renderer.
bsalomon
2014-08-13
*
Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...
george
2014-08-12
*
Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this ...
krajcevski
2014-08-12
*
Make comment ASCII in GrDrawTarget.h
bsalomon
2014-08-12
*
Add layer counting to SkPictureRecord
robertphillips
2014-08-12
*
Revert of Add layer counting to SkPictureRecord (https://codereview.chromium....
mtklein
2014-08-11
*
Add layer counting to SkPictureRecord
robertphillips
2014-08-11
*
Consider index8 a compressed config.
bsalomon
2014-08-11
*
Wrap NV_path_rendering API with GrGLPathRendering
cdalton
2014-08-11
*
2D kernel initial wiring for Guassian
joshualitt
2014-08-11
*
Fix crash in nvpr text after abandoning context
cdalton
2014-08-11
*
Always use both a color and coverage attribute in GrAARectRenderer.
bsalomon
2014-08-11
*
add drawPicture variant that takes a matrix and paint
reed
2014-08-09
*
Pretty print of shaders
joshualitt
2014-08-08
*
Add an opaqueness hint to GrDrawState.
bsalomon
2014-08-08
*
Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache.
senorblanco
2014-08-08
*
Cleanup of context initialization
joshualitt
2014-08-07
*
Add astcbitmap to gm slides.
krajcevski
2014-08-07
*
Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/4440...
krajcevski
2014-08-07
*
- Add astcbitmap to gm slides
krajcevski
2014-08-07
*
Pass compressed blitters to our mask drawing algorithm
krajcevski
2014-08-07
*
Create struct in GrDrawState to hold key DrawState data.
egdaniel
2014-08-06
*
Fix drawVertices() on GPU when texs=colors=shaders=indices=null
bsalomon
2014-08-06
*
Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"
bungeman
2014-08-06
*
Revert "Calculate rough approximations for nvpr path sizes"
bungeman
2014-08-06
*
Add support for all compressed formats in KTX file format
krajcevski
2014-08-05
*
Calculate rough approximations for nvpr path sizes
cdalton
2014-08-05
*
Move functions from GrDrawState.h to GrDrawState.cpp and delete unused functi...
bsalomon
2014-08-05
*
Add ETC1 format to SkTextureCompressor
krajcevski
2014-08-05
*
Don't compare constant color and coverage between GrDrawStates when they are ...
bsalomon
2014-08-05
*
Replace op== with CombineIfPossible in GrDrawState.
bsalomon
2014-08-05
*
Enable gpu Debug markers if tracing category skia.gpu is enabled
egdaniel
2014-08-04
*
Adds a GrGLPathRendering class that wraps the NV_path_rendering
cdalton
2014-08-04
*
Don't compare coord change matrices to determine effect compatibility when us...
bsalomon
2014-08-04
*
Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium...
krajcevski
2014-08-04
*
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
bsalomon
2014-08-04
*
Add ETC1 format to SkTextureCompressor
krajcevski
2014-08-04
*
Exit early when draw can be skipped. Be more robust against abandoned GrContext.
bsalomon
2014-08-04
*
Make GrGLProgram be available to GrGLProgramDataManager
kkinnunen
2014-08-03
*
Fix for Chrome Canaries.
jvanverth
2014-08-01
*
Rollback text allocation changes.
jvanverth
2014-08-01
*
FBFetch refactor + arm support
joshualitt
2014-08-01
*
Add CTM to the cached layers' key and reduce render target pingponging in lay...
robertphillips
2014-07-31
*
Fix for texture domain on imagination gpus
joshualitt
2014-07-31
*
Remove kDisableBlend_BlendOptFlag as it is no longer needed
egdaniel
2014-07-30
*
Start the process of choosing the correct compression format
krajcevski
2014-07-30
*
Test removal of mesa specific version parse
joshualitt
2014-07-30
*
Implement a persistent uniqueID-based cache for SkImageFilter.
senorblanco
2014-07-30
*
Add query for whether or not we have compressedTexSubImage
krajcevski
2014-07-30
*
Add vertex bounds check for distance field rendering.
jvanverth
2014-07-30
[next]