aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrGLInterface.cpp
Commit message (Expand)AuthorAge
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12
* Add experimental geometry shader code to gpu backendGravatar bsalomon@google.com2011-09-29
* Cleanup handling of GL versions, fix function namesGravatar bsalomon@google.com2011-09-22
* Use BindFragDataLocation (rather than indexed variant) for FS color output.Gravatar bsalomon@google.com2011-09-21
* Simplify specification of default interfaceGravatar bsalomon@google.com2011-09-16
* Make GL calls go through macro (and therefore trigger callback function if pr...Gravatar bsalomon@google.com2011-09-06
* Add optional per-gl-func client callback.Gravatar bsalomon@google.com2011-09-01
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Add glReadBuffer to GrGLInterface.Gravatar bsalomon@google.com2011-08-03
* Add glDrawBuffer(s) to GrGLInterfaceGravatar bsalomon@google.com2011-08-02
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Reapply r1951.Gravatar bsalomon@google.com2011-07-26
* Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel...Gravatar vandebo@chromium.org2011-07-26
* Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel configGravatar bsalomon@google.com2011-07-25
* Reduce gets of ext string and check validity of stencil format enumsGravatar bsalomon@google.com2011-07-06
* Add dual source blending support for proper blending with coverage.Gravatar bsalomon@google.com2011-05-20
* Fix validation (glTexEnvi is fixed pipe only)Gravatar bsalomon@google.com2011-05-04
* Add all ES2 glUniform functions to GrGLInterface. Add interface validation fo...Gravatar bsalomon@google.com2011-05-04
* Remove dependence on platform GL headers. Remove code that attempts to infer ...Gravatar bsalomon@google.com2011-04-04
* This CL implements a tesselated path renderer, using GLU's libtess. All of theGravatar senorblanco@chromium.org2011-03-28
* Add GL_CHROMIUM_framebuffer_multisample support.Gravatar bsalomon@google.com2011-03-23
* Remove IMG multisample texture support.Gravatar bsalomon@google.com2011-03-21
* Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).Gravatar bsalomon@google.com2011-03-21
* Remove the compile-time selection of the GL implementation based on theGravatar twiz@google.com2011-03-18
* This CL removes all dependencies on GL headers across all of Ganesh. NewGravatar twiz@google.com2011-03-18
* Add blend constant color and use it for lcd text common case (no fancy blend ...Gravatar bsalomon@google.com2011-03-15
* Correction of GLES build issue introduced by in revision: Gravatar twiz@google.com2011-03-15
* Implementation of a GL-virtualization layer for Skia. This allows forGravatar twiz@google.com2011-03-14