index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrDrawTarget.cpp
Commit message (
Expand
)
Author
Age
*
Cleanup of shader building system
joshualitt
2014-10-07
*
Revert of Cleanup of shader building system (patchset #25 id:470001 of https:...
joshualitt
2014-10-07
*
Cleanup of shader building system
joshualitt
2014-10-07
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-30
*
Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...
robertphillips
2014-09-30
*
Make "priv" classes for GrTexure and GrSurface.
bsalomon
2014-09-29
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Add UniqueID to GrDrawTargetCaps.
egdaniel
2014-09-19
*
Remove redundant assignment in GrDrawTarget.cpp
qiankun.miao
2014-09-18
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Initial change to create GeometryProcessor
joshualitt
2014-09-04
*
Make setVertexAttribs in GrDrawState take a stride parameter.
egdaniel
2014-08-28
*
Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patc...
djsollen
2014-08-27
*
Make setVertexAttribs in GrDrawState take a stride parameter.
egdaniel
2014-08-27
*
Add an opaqueness hint to GrDrawState.
bsalomon
2014-08-08
*
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
bsalomon
2014-08-04
*
Remove kDisableBlend_BlendOptFlag as it is no longer needed
egdaniel
2014-07-30
*
Add query for whether or not we have compressedTexSubImage
krajcevski
2014-07-30
*
Remove support in the gpu to use hardware AA lines. Current code paths could ...
egdaniel
2014-07-29
*
Revert of Remove gpu support for willUseHWAALines. (https://codereview.chromi...
egdaniel
2014-07-29
*
Remove gpu support for willUseHWAALines.
egdaniel
2014-07-29
*
Add a GrPathRange class
cdalton
2014-07-21
*
Add new ASTC pixel config
krajcevski
2014-07-16
*
32 bpp floating point textures
joshualitt
2014-07-16
*
Remove use of GrEffectRef from draw state and below.
bsalomon
2014-07-07
*
R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. ...
krajcevski
2014-06-30
*
Initialize a variable in GrDrawTarget::drawPaths
kkinnunen
2014-06-24
*
Modify gpu debug markers to store gpu device markers when a flush occurs.
egdaniel
2014-06-18
*
Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in c...
commit-bot@chromium.org
2014-05-30
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-05-28
*
Revert of Revert of Add compressed texture capabilities for GPU devices
commit-bot@chromium.org
2014-05-27
*
Revert of Add compressed texture capabilities for GPU devices (https://codere...
commit-bot@chromium.org
2014-05-27
*
Add compressed texture capabilities for GPU devices
commit-bot@chromium.org
2014-05-27
*
Revert of Add compressed texture capabilities for GPU devices (https://codere...
commit-bot@chromium.org
2014-05-23
*
Add compressed texture capabilities for GPU devices
commit-bot@chromium.org
2014-05-23
*
Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.
commit-bot@chromium.org
2014-05-05
*
Split GrResource into GrCacheable/GrGpuObject
commit-bot@chromium.org
2014-05-02
*
Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBuf...
djsollen@google.com
2014-05-02
*
Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.
commit-bot@chromium.org
2014-05-02
*
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
commit-bot@chromium.org
2014-04-30
*
Use int rather than size_t for pathCount in GrDrawTarget::drawPaths
commit-bot@chromium.org
2014-03-28
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
Add discard API to SkCanvas, plumb it to glDiscardFramebuffer()
commit-bot@chromium.org
2014-03-28
*
Add Gpu Tracing to Ganesh
commit-bot@chromium.org
2014-03-25
*
Make it possible to draw multiple paths at once to a draw target
commit-bot@chromium.org
2014-03-25
*
Add hooks for GL_EXT_debug_marker in gpu
commit-bot@chromium.org
2014-02-21
*
Add dev bounds to bmp txt context, use bounds to ignore clips
commit-bot@chromium.org
2014-02-11
*
Add detection of mip support
commit-bot@chromium.org
2013-12-19
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Avoid printing draw target info to stderr while running unit tests
commit-bot@chromium.org
2013-11-21
[next]