aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Remove a dead function and dead var that were incorrectly left in by previous...Gravatar bsalomon@google.com2012-05-11
* Remove support for vertex attribute matricesGravatar bsalomon@google.com2012-05-11
* Extract ShaderCodeSegments from GrGLProgram into a new class,Gravatar tomhudson@google.com2012-05-11
* Remove tesselated path renderer and supporting code, glu, and libtess targetGravatar bsalomon@google.com2012-05-11
* Split createAlphaClipMask in two to allow reuse with SW-only pathGravatar robertphillips@google.com2012-05-11
* Made clip mask cache reuse depend on mask size/bounds (instead of render targ...Gravatar robertphillips@google.com2012-05-11
* Fixed GrContext.cpp Windows compiler complaintsGravatar robertphillips@google.com2012-05-10
* Windows build fixes from r3887.Gravatar tomhudson@google.com2012-05-10
* 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
* Added stack to AA clip mask cacheGravatar robertphillips@google.com2012-05-09
* move more stuff that should be private out from GrGLConfig.hGravatar bsalomon@google.com2012-05-07
* First pass at accelerating gpu-based AA clippingGravatar robertphillips@google.com2012-05-07
* Hopefully fixes linux + mac build breaks from r3851 by adding missing include...Gravatar bsalomon@google.com2012-05-07
* Make GrGLDefines.h be a private headerGravatar bsalomon@google.com2012-05-07
* remove incorrect includeGravatar 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
* Just use std qsortGravatar reed@google.com2012-05-07
* Fix for performance regression due to r3832Gravatar robertphillips@google.com2012-05-04
* Disabled stencil buffer for AA clip maskGravatar robertphillips@google.com2012-05-03
* Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawStateGravatar robertphillips@google.com2012-05-03
* Fix to prevent infinite recursion during AA clip mask generationGravatar robertphillips@google.com2012-05-03
* Added cache to gpu AA clippingGravatar robertphillips@google.com2012-05-02
* Moved SW path rendering path back to using TU/sampler #2. This reverts r3813Gravatar robertphillips@google.com2012-05-02
* Moved SW path rendering to new texture unitGravatar robertphillips@google.com2012-05-01
* Added gpu AA clipping to old shader pathGravatar robertphillips@google.com2012-05-01
* Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cppGravatar robertphillips@google.com2012-05-01
* Second half of refactoring to move SW path rendering to GrPathRendererGravatar robertphillips@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
* Addition of necessary flush to copyToTexturePixelRef(...).Gravatar twiz@google.com2012-04-27
* Bumped num stages to 4 in preparation for AA clippingGravatar robertphillips@google.com2012-04-27
* Some cleanup of GrResourceGravatar bsalomon@google.com2012-04-27
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* convert float to SkScalar changesGravatar robertphillips@google.com2012-04-27
* Initial version of AA clip A8/R8 mask creationGravatar robertphillips@google.com2012-04-27
* Clamp requested MSAA sample count to GL_MAX_SAMPLESGravatar bsalomon@google.com2012-04-27
* Remove expired commentGravatar bsalomon@google.com2012-04-27
* Fix trivial int->scalar warning introduced in r3772Gravatar bsalomon@google.com2012-04-27
* draw circle paths directly via GPUGravatar bsalomon@google.com2012-04-27
* First portion of refactoring to bundle SW path rendering into GrPathRendererGravatar robertphillips@google.com2012-04-27
* Give GrGLProgramStage a virtual destructorGravatar bsalomon@google.com2012-04-25
* Fixed minor Release & fixed point compiler warnings on LinuxGravatar robertphillips@google.com2012-04-25
* Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test.Gravatar bsalomon@google.com2012-04-25
* 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 class/struct warning Gravatar bsalomon@google.com2012-04-19
* Infrastructure for new Ganesh shader pipeline: base classes for GPUGravatar tomhudson@google.com2012-04-18
* Added glBlendEquation to GL interfaceGravatar robertphillips@google.com2012-04-18