aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.cpp
Commit message (Expand)AuthorAge
...
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-06
* Move some auto restore helpers from GrDrawTarget to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* Moved paint color to vertex colors for batched rectsGravatar robertphillips@google.com2012-10-05
* 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
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Remove GrDrawState::setTexture/getTextureGravatar bsalomon@google.com2012-07-30
* Altered Ganesh's clip stack plumbing to pass down new GrClipData classGravatar robertphillips@google.com2012-07-26
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...Gravatar twiz@google.com2012-07-18
* Fix assumption that enabled stage implies texture is presentGravatar bsalomon@google.com2012-07-11
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* Remove redundant vlayout masks and wasted vlayout bitsGravatar bsalomon@google.com2012-07-10
* 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
* Towards NV path renderingGravatar bsalomon@google.com2012-06-11
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerGravatar robertphillips@google.com2012-05-23
* 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
* Bumped num stages to 4 in preparation for AA clippingGravatar robertphillips@google.com2012-04-27
* Add assert to catch circular drawing higher up the call stack.Gravatar bsalomon@google.com2012-03-30
* 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
* Convert SkMatrix::I() assignments to SkMatrix::reset() callsGravatar bsalomon@google.com2012-03-20
* Revert r3435, no perf winGravatar bsalomon@google.com2012-03-19
* inline GrDrawTarget::copyDrawStateGravatar bsalomon@google.com2012-03-19
* 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 shadersupport caps bitGravatar bsalomon@google.com2012-01-11
* Compile time vertex layout masksGravatar bsalomon@google.com2011-12-15