aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* 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
* Fix reset of scissor state in onResetContextGravatar bsalomon@google.com2012-04-17
* Minor refactoring to pull GrClipMaskManager into its own filesGravatar robertphillips@google.com2012-04-16
* First pass at stencil clip mask refactoringGravatar robertphillips@google.com2012-04-16
* Minor code cleanup of Debug GL InterfaceGravatar robertphillips@google.com2012-04-16
* Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...Gravatar robertphillips@google.com2012-04-16
* Fixed uninitialized memory issue on Linux when running "gm --debuggl"Gravatar robertphillips@google.com2012-04-12
* 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
* Minor Windows compiler complaint fixesGravatar robertphillips@google.com2012-04-10
* misc fixesGravatar bsalomon@google.com2012-04-10
* Don't use the usage flag to determine whether an SkGpuDevice needs to be clea...Gravatar bsalomon@google.com2012-04-09