aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.h
Commit message (Expand)AuthorAge
* Remove memcpy/memcmp from GrDrawState. Hopefully, this fixes Issue 912 withou...Gravatar bsalomon@google.com2012-09-26
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Do premul and r/b swap conversions in a custom effectGravatar bsalomon@google.com2012-08-27
* 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
* Remove easily-removable uses of setTexture(), instead creating a GrSingleText...Gravatar tomhudson@google.com2012-07-20
* 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 grdrawstate == test when left side has disabled stage and right side does...Gravatar bsalomon@google.com2012-07-18
* Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...Gravatar tomhudson@google.com2012-07-13
* More carefully disable stages in Ganesh to avoid textures or effectsGravatar tomhudson@google.com2012-07-10
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* Fixed alignment issue in Linux buildGravatar robertphillips@google.com2012-06-26
* 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
* Fix misplaced return in GrDrawState::stageDisabled().Gravatar tomhudson@google.com2012-06-25
* Extend texture release on GrDrawState to also handle custom stages.Gravatar tomhudson@google.com2012-06-22
* Altered GrDrawState to always ref texture and render targetGravatar robertphillips@google.com2012-06-22
* releaseTextures portion of GrDrawState Ref textures CL (http://codereview.app...Gravatar robertphillips@google.com2012-06-13
* 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
* Add a bunch of SK_OVERRIDES and remove and unused functionGravatar bsalomon@google.com2012-05-31
* Remove a couple things missed when deleting the tessellated path rendererGravatar bsalomon@google.com2012-05-30
* Rolling back 4053Gravatar robertphillips@google.com2012-05-28
* Speculative fix for Android Debug only crash in r4049Gravatar robertphillips@google.com2012-05-28
* Rolling back r4049Gravatar robertphillips@google.com2012-05-25
* Altered GrDrawState to always ref textures and render targetGravatar robertphillips@google.com2012-05-25
* Stop using GrDrawState to track draw face, dither, and color maskGravatar bsalomon@google.com2012-05-21
* Remove tesselated path renderer and supporting code, glu, and libtess targetGravatar bsalomon@google.com2012-05-11
* Added documentation of stage/TU allocationGravatar robertphillips@google.com2012-05-10
* Fix for performance regression due to r3832Gravatar robertphillips@google.com2012-05-04
* Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawStateGravatar robertphillips@google.com2012-05-03
* Added gpu AA clipping to old shader pathGravatar robertphillips@google.com2012-05-01
* Add comparison and assignment operators to GrSamplerState.Gravatar tomhudson@google.com2012-04-30
* Bumped num stages to 4 in preparation for AA clippingGravatar robertphillips@google.com2012-04-27
* draw circle paths directly via GPUGravatar bsalomon@google.com2012-04-27
* Fixed minor Release & fixed point compiler warnings on LinuxGravatar robertphillips@google.com2012-04-25
* Reland 3503 with fixGravatar bsalomon@google.com2012-03-27
* Make GrDrawState ref counted. (Small step towards a perf improvement.)Gravatar bsalomon@google.com2012-03-26
* Add SkMatrix::cheapEqualTo, use in Gr codeGravatar bsalomon@google.com2012-03-26
* fix clang compilation warningGravatar bsalomon@google.com2012-03-22
* minor improvement, remove some conditionals in GrAAConvexPathRendererGravatar bsalomon@google.com2012-03-05
* 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
* fix assertGravatar bsalomon@google.com2012-01-17
* Add GrDrawState resetGravatar bsalomon@google.com2012-01-17