aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
Commit message (Expand)AuthorAge
* Disable lighting filter unit test temporarily; unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* VariableVisibility -> ShaderTypeGravatar bsalomon@google.com2012-07-11
* Remove GrStringBuilder Gravatar bsalomon@google.com2012-07-10
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* Don't call glTexSubImage2D w/ indexed texture format on desktop GLGravatar bsalomon@google.com2012-07-10
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Add an SK_PRINTF_LIKE macro, which declares a function to have printf-likeGravatar senorblanco@chromium.org2012-07-09
* Fix bug in calling NV DeletePathsGravatar bsalomon@google.com2012-07-09
* Reworked gradient shader to no longer explicitly set gl_FragColor or return p...Gravatar rileya@google.com2012-07-03
* Temporary checkin to debug Linux bot issue.Gravatar rileya@google.com2012-07-03
* 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