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
*
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
*
Fix stale assert in GrDrawTarget::print
commit-bot@chromium.org
2013-11-08
*
separate state for msaa renderability
commit-bot@chromium.org
2013-10-15
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Move renderable config list to GrDrawTargetCaps
commit-bot@chromium.org
2013-10-14
*
Implement stroking a path with nv_path_rendering
commit-bot@chromium.org
2013-10-09
*
Implement filling a path with nv_path_rendering cover
commit-bot@chromium.org
2013-10-09
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Plumb in flag for reusing scratch textures
commit-bot@chromium.org
2013-07-18
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
[next]