index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrConfig.h
Commit message (
Expand
)
Author
Age
*
Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...
george
2014-08-12
*
Rename from "(un)lock" to "(un)map" for geometry buffers.
commit-bot@chromium.org
2014-05-07
*
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
commit-bot@chromium.org
2014-04-30
*
Allow specifying the max texture count on the bots
robertphillips@google.com
2013-10-30
*
Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents.
commit-bot@chromium.org
2013-09-25
*
Replace uses of GR_DEBUGCODE by SkDEBUGCODE.
commit-bot@chromium.org
2013-09-06
*
Remove uses of GR_RELEASE.
commit-bot@chromium.org
2013-09-03
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Replace uses of GR_API by SK_API.
commit-bot@chromium.org
2013-08-20
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...
commit-bot@chromium.org
2013-05-09
*
Remove GR_STATIC_RECT_VB
robertphillips@google.com
2013-04-20
*
Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.
bsalomon@google.com
2013-02-28
*
Correct default value for GR_STATIC_RECT_VB
bsalomon@google.com
2013-02-08
*
Revert 7625 until after M26 due to a mix of perf changes.
bsalomon@google.com
2013-02-08
*
Remove compile time option to use different types for text vertices.
bsalomon@google.com
2013-02-07
*
Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable.
bsalomon@google.com
2013-02-07
*
Remove GR_DUMP_TEXTURE_UPLOADS
bsalomon@google.com
2013-02-07
*
Remove GR_AGGRESSIVE_SHADER_OPTS build option.
bsalomon@google.com
2013-02-07
*
Remove GR_STATIC_RECT_VB
bsalomon@google.com
2013-02-06
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
This CL introduces a new path renderer.
sugoi@google.com
2013-01-07
*
Add support for new glShaderSource() signature from Khronos. Disabled by def...
senorblanco@chromium.org
2012-11-19
*
Avoid re-definition of STDC symbols, needed for my ffmpeg work.
senorblanco@chromium.org
2012-11-06
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Allow default texture cache limit to be set within gyp.
djsollen@google.com
2012-10-29
*
Allow cache tracking to be enabled in release
robertphillips@google.com
2012-08-31
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Make all GrContext draws go through the draw buffer.
bsalomon@google.com
2012-08-16
*
Remove gpu stats tracking
bsalomon@google.com
2012-06-06
*
Remove mutual dependency of gr and skgr.
bungeman@google.com
2012-03-22
*
Remove offscreen supersampler.
bsalomon@google.com
2012-03-02
*
Add hints for static analysis about when we intend to crash
bsalomon@google.com
2011-11-23
*
Implement Gaussian blurs for images. The caller creates an an
senorblanco@chromium.org
2011-11-09
*
When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with...
bsalomon@google.com
2011-11-08
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12