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
*
remove unused helper function
reed
2015-09-29
*
Move Mutexy things to private.
herb
2015-09-29
*
Use child processors to implement compose color filter.
bsalomon
2015-09-29
*
Make skpaint->grpaint flow work for composing draws (verts and atlas)
bsalomon
2015-09-28
*
Stop supporting HW dither
bsalomon
2015-09-22
*
Replace GrExtractAlphaFragmentProcessor with DstIn compose processor
bsalomon
2015-09-22
*
Remove SkNEW and SkDELETE macros
mdempsky
2015-09-22
*
SK_API for include/gpu/gl/GrGLInterface.h
halcanary
2015-09-21
*
share code between SkGr and Cacherator
reed
2015-09-16
*
Create fragment processor for performing input color blend with child processor
bsalomon
2015-09-15
*
Add onMemoryDump to GrContext
ericrk
2015-09-15
*
Add support for blending of LCD for all blend modes.
egdaniel
2015-09-15
*
Add helper for creating leaf FPs inside GrFP::TestCreate functions
bsalomon
2015-09-14
*
Move some of the adding stencil attachment logic of Gpu and into Render Target.
egdaniel
2015-09-14
*
Test that GrFragmentProcessors work without input colors.
bsalomon
2015-09-14
*
Revert of Test that GrFragmentProcessors work without input colors. (patchset...
bsalomon
2015-09-14
*
Test that GrFragmentProcessors work without input colors.
bsalomon
2015-09-14
*
skia: Add ANGLE with GL backend to nanobench/DM
hendrikw
2015-09-11
*
Use SkImageCacherator in SkImages
reed
2015-09-10
*
Late creation of GrPathProcessor
joshualitt
2015-09-10
*
Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU r...
bsalomon
2015-09-10
*
Revert of Add a mutex to GrContext::readSurfacePixels to protect against mult...
bsalomon
2015-09-09
*
Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU r...
bsalomon
2015-09-09
*
SK_API on GrWrapTextureInBitmap
bsalomon
2015-09-09
*
Brian requested a new namespace for factories that create fragment processors...
wangyix
2015-09-09
*
Make GrProcessorDataManager a noop
joshualitt
2015-09-09
*
GrPathRangeBatch
bsalomon
2015-09-09
*
refactor parts of SkGr.cpp for use by SkImages
reed
2015-09-08
*
Add skstd::unique_ptr and use it.
bungeman
2015-09-07
*
Add new surface flag
jvanverth
2015-09-02
*
Remove GrGpuTraceMarker hooks until we rethink the design
joshualitt
2015-09-01
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...
rmistry
2015-08-28
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Clean up SkTLogic.
bungeman
2015-08-28
*
Convert child FPs from refs to pending executions when parent converts
bsalomon
2015-08-27
*
Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro
mdempsky
2015-08-27
*
skia: add ability to load command_buffer_gles2
hendrikw
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
Create separate entry points for the various flavors of drawRect
joshualitt
2015-08-21
*
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
[next]