index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpu.h
Commit message (
Expand
)
Author
Age
*
Add dev bounds to bmp txt context, use bounds to ignore clips
commit-bot@chromium.org
2014-02-11
*
Add can-ignore-rect hint to clear call
robertphillips@google.com
2013-10-31
*
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
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Add flag bits for partial GrContext reset
bsalomon@google.com
2013-06-28
*
revert 9802 breacking tests on some configs
edisonn@google.com
2013-06-28
*
Add flag bits for partial GrContext reset
bsalomon@google.com
2013-06-28
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
fix slowness of getImageData() for CanvasRenderingContext2D in linux due to u...
commit-bot@chromium.org
2013-05-24
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-11
*
Don't call purgeCache() from within GrResource memebers.
bsalomon@google.com
2013-05-10
*
Remove GR_STATIC_RECT_VB
robertphillips@google.com
2013-04-20
*
Reland of 8525 with fix for case when GrRT outlives GrTexture.
bsalomon@google.com
2013-04-09
*
Revert 8525,8526 pending investigation of bench_pictures crashes.
bsalomon@google.com
2013-04-03
*
Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs().
bsalomon@google.com
2013-04-03
*
Add support for reading the dst pixel value in an effect. Use in a new effect...
bsalomon@google.com
2013-03-29
*
Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...
bsalomon@google.com
2013-03-28
*
Give GrDrawTarget a back ptr to its owning GrContext.
bsalomon@google.com
2013-02-25
*
Revert 7625 until after M26 due to a mix of perf changes.
bsalomon@google.com
2013-02-08
*
Remove GR_STATIC_RECT_VB
bsalomon@google.com
2013-02-06
*
Fix WritePixels test on ANGLE.
bsalomon@google.com
2013-02-06
*
Move vertex layout from GeometrySrcState to GrDrawState.
jvanverth@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
*
Reverting r7545 (render target origin change) due to layout test issues (see ...
robertphillips@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets in GL backend.
senorblanco@chromium.org
2013-02-04
*
Change vertex buffer allocator functions to take size rather than layout, tak...
jvanverth@google.com
2013-01-31
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-31
*
Change vertex buffer allocator functions to take size rather than layout.
jvanverth@google.com
2013-01-31
*
Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed dr...
bsalomon@google.com
2013-01-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-29
*
Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...
bsalomon@google.com
2013-01-28
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...
bsalomon@google.com
2012-12-03
*
Platform/Engine -> Backend
bsalomon@google.com
2012-10-25
*
Switch GrGpu's GrResource list over to using SkTDLinkedList
robertphillips@google.com
2012-09-04
*
Do premul and r/b swap conversions in a custom effect
bsalomon@google.com
2012-08-27
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Rolling back r4034 (Proposed plumbing to propagate save & restore)
robertphillips@google.com
2012-07-03
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
Store clip mask location in GrClipMaskManager as a enum rather than two bools
bsalomon@google.com
2012-06-18
*
Towards NV path rendering
bsalomon@google.com
2012-06-11
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
[next]