aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Fix some NV path rendering issues with perspective and inverse pathsGravatar bsalomon@google.com2012-06-29
* Change CT assert to RT assertGravatar bsalomon@google.com2012-06-28
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* fixed missing "return" errorGravatar robertphillips@google.com2012-06-27
* Added ReadPixels format-supported check to GL CapsGravatar robertphillips@google.com2012-06-27
* Removed cached copy of the GrDebugGLInterfaceGravatar robertphillips@google.com2012-06-26
* plumb SkInstCnt to all subclasses of GrRefCntGravatar reed@google.com2012-06-26
* Add header needed to use the SWAP_PER_DRAW debug facility on windows.Gravatar bsalomon@google.com2012-06-25
* Simplify vertex layout bitfields by making Position-as-texcoords theGravatar tomhudson@google.com2012-06-25
* Revert #if 0ed out code accidentally committed as part of r4299.Gravatar bsalomon@google.com2012-06-22
* Minor GrStencilSettings cleanupGravatar bsalomon@google.com2012-06-22
* Altered GrDrawState to always ref texture and render targetGravatar robertphillips@google.com2012-06-22
* Add GrSurface parent class above GrTexture & GrRenderTargetGravatar robertphillips@google.com2012-06-21
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Make GrClipMaskManager configure the stencil and scissor on GrGpuGravatar bsalomon@google.com2012-06-21
* Fix memory leaks.Gravatar tomhudson@google.com2012-06-19
* Store clip mask location in GrClipMaskManager as a enum rather than two boolsGravatar bsalomon@google.com2012-06-18
* fix gl error of 'invalid enum' from GL_COLOR_TABLEGravatar bsalomon@google.com2012-06-18
* show meaningful GL error strings during debuggingGravatar bsalomon@google.com2012-06-18
* Remove unused function left in GrGLProgram.cppGravatar bsalomon@google.com2012-06-15
* Suppress annoying printf in GM when MSAA is not supported.Gravatar bsalomon@google.com2012-06-15
* Add strings to debug/null interfaces glGetStringGravatar bsalomon@google.com2012-06-15
* Adding API to GrTexture to reset cached texture parameter valuesGravatar junov@chromium.org2012-06-12
* Fix Fixed-Point build by changing static_assert around scalar=float to a runt...Gravatar bsalomon@google.com2012-06-11
* Towards NV path renderingGravatar bsalomon@google.com2012-06-11
* Remove glBlendEquation and glColorPointerGravatar bsalomon@google.com2012-06-08
* Call flushMiscFixedFunctionState (D'oh!)Gravatar bsalomon@google.com2012-06-08
* Fix dumb bug in checking gl interface validation against binding from gl vers...Gravatar bsalomon@google.com2012-06-07
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* Remove gpu stats trackingGravatar bsalomon@google.com2012-06-06
* fix bug in GrGLInterface validation added in r4192Gravatar bsalomon@google.com2012-06-06
* Add GL function pointers for GL_NV_path_renderingGravatar bsalomon@google.com2012-06-06
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...Gravatar bsalomon@google.com2012-06-05
* Move stuff from protected to private in GrGpuGLGravatar bsalomon@google.com2012-06-05
* Remove cached texture width/height that was used by 4x4 filterGravatar bsalomon@google.com2012-06-04
* remove 4x4 downsample filter modeGravatar bsalomon@google.com2012-06-04
* Clean up likely reference leak in Ganesh custom stages.Gravatar tomhudson@google.com2012-06-04
* Break up GrGpuGL::flushGLCommonStateGravatar bsalomon@google.com2012-06-04
* move texture flush and param update to separate functionGravatar bsalomon@google.com2012-06-04
* Revert r4134 due to bot failuresGravatar bsalomon@google.com2012-06-04
* Move GrGpuGL::programUnitTest into its own fileGravatar bsalomon@google.com2012-06-04
* Move texture descriptor into GrTextureGravatar robertphillips@google.com2012-06-04
* Flip the switch to turn on GrCustomStage implementation of gradients;Gravatar tomhudson@google.com2012-06-01
* 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
* Clean up duplicate code in Ganesh, moving more function onto GrGLShaderBuilder.Gravatar tomhudson@google.com2012-06-01
* Move GrGpuGL::ProgramCache declaration to headerGravatar bsalomon@google.com2012-06-01