aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.cpp
Commit message (Expand)AuthorAge
...
* Move GrGpuGL::programUnitTest into its own fileGravatar bsalomon@google.com2012-06-01
* Move max vertex attributes value to GL CapsGravatar bsalomon@google.com2012-06-01
* Remove dirty flags from GrGpuGL state flushGravatar bsalomon@google.com2012-06-01
* Move GrGpuGL::ProgramCache declaration to headerGravatar bsalomon@google.com2012-06-01
* Implement morphology as a custom effectGravatar bsalomon@google.com2012-05-31
* Add glTexParameteriv to GL interfaceGravatar bsalomon@google.com2012-05-31
* Merge GrGpuGLShaders into its parent class, GrGpuGLGravatar bsalomon@google.com2012-05-31
* Kill GrGpuGL::fHWDrawStateGravatar bsalomon@google.com2012-05-21
* Stop Tracking const vertex attrib color and coverage using GrDrawStateGravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track stencil stateGravatar bsalomon@google.com2012-05-21
* When GL context is reset set some desktop-only GL state to values that we ass...Gravatar bsalomon@google.com2012-05-21
* Use tristate in HW AA tracking, fix msaa disabled for non-smoothed lines bugGravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track bound textures and render targetGravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track draw face, dither, and color maskGravatar bsalomon@google.com2012-05-21
* Stop using GrDrawState to track GPU's blend stateGravatar bsalomon@google.com2012-05-21
* Remove tesselated path renderer and supporting code, glu, and libtess targetGravatar bsalomon@google.com2012-05-11
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@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
* 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
* Bumped num stages to 4 in preparation for AA clippingGravatar 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 reset of scissor state in onResetContextGravatar bsalomon@google.com2012-04-17
* First pass at stencil clip mask refactoringGravatar 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
* Initial version of R8 supportGravatar robertphillips@google.com2012-04-06
* Revert 3857 (which was committed from wrong tree)Gravatar bsalomon@google.com2012-04-03
* Fix GL attach/detach in Mac SampleAppGravatar bsalomon@google.com2012-04-03
* Remove deprecated names from Gr (WK is no longer using them)Gravatar bsalomon@google.com2012-03-30
* 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
* Extended debug GL interface to include textures.Gravatar robertphillips@google.com2012-03-26
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* Remove on static initializer in GrGpu.cppGravatar digit@google.com2012-02-16
* Make GLCaps be standalone and be a member of GrGLContextInfoGravatar bsalomon@google.com2012-02-14
* Move GL-specific source code to make room for D3D back end.Gravatar tomhudson@google.com2012-02-10