aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
Commit message (Expand)AuthorAge
* Removed SoftwarePathRenderer from GrContext's path renderer chainGravatar robertphillips@google.com2012-05-23
* Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerGravatar robertphillips@google.com2012-05-23
* Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)Gravatar robertphillips@google.com2012-05-22
* Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey s...Gravatar bsalomon@google.com2012-05-21
* Tunnel name requests through factory, forcing custom effect and custom prog s...Gravatar bsalomon@google.com2012-05-21
* Make static const var that is only used in an assert be defined in the debug ...Gravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track GPU's blend stateGravatar bsalomon@google.com2012-05-21
* fix build?Gravatar bsalomon@google.com2012-05-18
* Some refactoring of GrCustomStage and friendsGravatar bsalomon@google.com2012-05-18
* Made clip mask cache use Scratch Texture systemGravatar robertphillips@google.com2012-05-14
* Remove support for vertex attribute matricesGravatar bsalomon@google.com2012-05-11
* Added documentation of stage/TU allocationGravatar robertphillips@google.com2012-05-10
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10
* Comment improvements to GrGLInterfaceGravatar bsalomon@google.com2012-05-07
* Move GL function prototype typdefs to a separate headerGravatar bsalomon@google.com2012-05-07
* move more stuff that should be private out from GrGLConfig.hGravatar bsalomon@google.com2012-05-07
* Make GrGLDefines.h be a private headerGravatar bsalomon@google.com2012-05-07
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() ratherGravatar tomhudson@google.com2012-05-01
* Add comparison and assignment operators to GrSamplerState.Gravatar tomhudson@google.com2012-04-30
* Re-adding red texture support (by rolling back r3800)Gravatar robertphillips@google.com2012-04-30
* Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with htt...Gravatar epoger@google.com2012-04-30
* Some cleanup of GrResourceGravatar bsalomon@google.com2012-04-27
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* draw circle paths directly via GPUGravatar bsalomon@google.com2012-04-27
* Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)Gravatar robertphillips@google.com2012-04-25
* Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStageGravatar tomhudson@google.com2012-04-20
* Fix undefined GLint in Mac buildsGravatar bsalomon@google.com2012-04-19
* Make GM able to run MSAA modes and multiple GPU configs in a single run.Gravatar bsalomon@google.com2012-04-19
* Added glBlendEquation to GL interfaceGravatar robertphillips@google.com2012-04-18
* Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...Gravatar robertphillips@google.com2012-04-16
* Add support for GL_NV_framebuffer_multisample_coverageGravatar bsalomon@google.com2012-04-11
* Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...Gravatar robertphillips@google.com2012-04-10
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Initial version of R8 supportGravatar robertphillips@google.com2012-04-06
* Removed ANGLE namespace requirementGravatar robertphillips@google.com2012-04-02
* Reland 3563Gravatar bsalomon@google.com2012-03-30
* Revet 3563 due to mac bot failureGravatar bsalomon@google.com2012-03-30
* Improve save layer handling in SkGpuDeviceGravatar bsalomon@google.com2012-03-30
* Unify text flushing with other deferred drawingGravatar bsalomon@google.com2012-03-30
* Add assert to catch circular drawing higher up the call stack.Gravatar bsalomon@google.com2012-03-30
* Reland 3507Gravatar bsalomon@google.com2012-03-30
* Remove deprecated names from Gr (WK is no longer using them)Gravatar bsalomon@google.com2012-03-30
* Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL ...Gravatar bsalomon@google.com2012-03-29
* Revert 3507Gravatar bsalomon@google.com2012-03-28
* Consolidate PixelRef flattables with the standard implGravatar djsollen@google.com2012-03-28
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* Use a single GrDrawState in GrContext for direct and buffered drawingGravatar bsalomon@google.com2012-03-27
* apply imagefilter to all draw callsGravatar reed@google.com2012-03-23
* Extended debug GL interface to include tracking of render buffersGravatar robertphillips@google.com2012-03-22