aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/include/GrGLConfig.h
Commit message (Expand)AuthorAge
* Don't send NULL buffer data hint in chromeGravatar bsalomon@google.com2011-07-01
* SampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleAppGravatar senorblanco@chromium.org2011-05-04
* Adds a build flag for GL to never use vertex attributes that don't have per-v...Gravatar bsalomon@google.com2011-04-19
* NO_ERROR version of GR_GL macro shouldn't call check errrorGravatar bsalomon@google.com2011-04-14
* Remove dependence on platform GL headers. Remove code that attempts to infer ...Gravatar bsalomon@google.com2011-04-04
* Remove old GR_* macros for GL extensions in favor of GrGLDefines.hGravatar 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
* Implementation of a GL-virtualization layer for Skia. This allows forGravatar twiz@google.com2011-03-14
* add LF at end of file (ancient warning appeased)Gravatar reed@google.com2011-03-08
* Reduce glGets for stencil bits.Gravatar bsalomon@google.com2011-02-18
* Clean up geterror / log macros and globals for debugging. disable geterror in...Gravatar bsalomon@google.com2011-02-17
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* Remove debugging printf that was accidentally left in 783.Gravatar bsalomon@google.com2011-02-11
* git-svn-id: http://skia.googlecode.com/svn/trunk@783 2bbb7eff-a529-9590-31e7-...Gravatar bsalomon@google.com2011-02-11
* work around framebuffer_blit confusion on linux -- better fix on the wayGravatar reed@google.com2011-01-26
* fix linux gpu build (don't need egl.h)Gravatar reed@google.com2011-01-26
* update chrome-specific glconfig (should make versions of this for mac/win/linux)Gravatar reed@google.com2011-01-19
* Cleanup including of GL headers and provide way to include custom headers, ex...Gravatar bsalomon@google.com2011-01-19
* add GR_BUILD_CHROME for now. hopefully we can replace it with other,Gravatar reed@google.com2011-01-18
* Fix stencil format array.Gravatar bsalomon@google.com2011-01-18
* Fix BGRA on ES Issue 109.Gravatar bsalomon@google.com2011-01-18
* Towards issue #106Gravatar bsalomon@google.com2011-01-13
* Make SampleApp build on Win32 (still requires glew, this needs to be fixed)Gravatar bsalomon@google.com2011-01-05
* fix build for linuxGravatar reed@google.com2010-12-23
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22