aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.h
Commit message (Expand)AuthorAge
* Add "class" missing from "friend class". How did this compile on windows?Gravatar bsalomon@google.com2012-08-28
* Hide GrDrawTarget::Caps's member varsGravatar bsalomon@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Removed GrClip & related classesGravatar robertphillips@google.com2012-08-01
* Altered Ganesh's clip stack plumbing to pass down new GrClipData classGravatar robertphillips@google.com2012-07-26
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* Remove redundant vlayout masks and wasted vlayout bitsGravatar bsalomon@google.com2012-07-10
* Rolling back r4034 (Proposed plumbing to propagate save & restore)Gravatar robertphillips@google.com2012-07-03
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* plumb SkInstCnt to all subclasses of GrRefCntGravatar reed@google.com2012-06-26
* Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.Gravatar tomhudson@google.com2012-06-25
* Simplify vertex layout bitfields by making Position-as-texcoords theGravatar tomhudson@google.com2012-06-25
* Fixed two bugs in SW-only clip mask generationGravatar robertphillips@google.com2012-06-21
* Make GrClipMaskManager configure the stencil and scissor on GrGpuGravatar bsalomon@google.com2012-06-21
* Towards NV path renderingGravatar bsalomon@google.com2012-06-11
* Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerGravatar robertphillips@google.com2012-05-23
* Attached ClipMaskManager to GPU resource freeing systemGravatar robertphillips@google.com2012-05-14
* Remove tesselated path renderer and supporting code, glu, and libtess targetGravatar bsalomon@google.com2012-05-11
* Added gpu AA clipping to old shader pathGravatar robertphillips@google.com2012-05-01
* Make fewer copies when using GrDrawTarget::AutoStateRestoreGravatar bsalomon@google.com2012-03-30
* Don't look at current vertex layout when vertex source hasn't been setGravatar bsalomon@google.com2012-03-29
* Reland 3503 with fixGravatar bsalomon@google.com2012-03-27
* Revert 3503Gravatar bsalomon@google.com2012-03-27
* Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDra...Gravatar bsalomon@google.com2012-03-27
* Add GrDrawTarget::drawIndexedInstance, use in default text context.Gravatar bsalomon@google.com2012-03-20
* Revert r3435, no perf winGravatar bsalomon@google.com2012-03-19
* inline GrDrawTarget::copyDrawStateGravatar bsalomon@google.com2012-03-19
* Fix missing return statementGravatar bsalomon@google.com2012-03-13
* Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx...Gravatar bsalomon@google.com2012-03-13
* Change interface on GrDrawTarget to reserve vtx/idx space at same timeGravatar bsalomon@google.com2012-03-13
* Turn clipping back on in OSAA pass 1. Skip default cons on GrDrawState when s...Gravatar bsalomon@google.com2012-01-18
* Attempt to reland 3054Gravatar bsalomon@google.com2012-01-17
* Revert r3054 for failing testsGravatar bsalomon@google.com2012-01-17
* Add constant coverage to GrDrawStateGravatar bsalomon@google.com2012-01-17
* Remove supports per-vertex coverage caps bitGravatar bsalomon@google.com2012-01-12
* Remove shadersupport caps bitGravatar bsalomon@google.com2012-01-11
* fix commentGravatar bsalomon@google.com2012-01-11
* roll more changes from r2830 back inGravatar bsalomon@google.com2011-12-09
* Cleanup of r2830.Gravatar bsalomon@google.com2011-12-09
* Revert 2830 and 2831.Gravatar bsalomon@google.com2011-12-08
* Make GrDrawState a real class with getters and settersGravatar bsalomon@google.com2011-12-08
* Prep #1 for making GrDrawState a classGravatar bsalomon@google.com2011-12-06
* Remove allocated size vs content size in texturesGravatar bsalomon@google.com2011-11-15
* consolidate debug draw param checking codeGravatar bsalomon@google.com2011-11-07
* Fix pure virtual call from destructor and turn VertBench back onGravatar bsalomon@google.com2011-10-28
* Extract GrDrawTarget::DrState into independent GrDrawState struct.Gravatar tomhudson@google.com2011-10-27
* Don't use GrDrawTarget's AA state bit to convey whether to do custom-aaGravatar bsalomon@google.com2011-10-27
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12