aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrGpuGLShaders2.cpp
Commit message (Expand)AuthorAge
* Adds a build flag for GL to never use vertex attributes that don't have per-v...Gravatar bsalomon@google.com2011-04-19
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* 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
* Make flush discardable and lazily reset contextGravatar bsalomon@google.com2011-03-10
* Fixups for clipstack, convexity test for paths.Gravatar bsalomon@google.com2011-03-04
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* git-svn-id: http://skia.googlecode.com/svn/trunk@783 2bbb7eff-a529-9590-31e7-...Gravatar bsalomon@google.com2011-02-11
* Make aggressive shader opts an option in GrUserConfig.h. Currently just contr...Gravatar bsalomon@google.com2011-02-02
* initialize int var-args to placate chrome's runtime checkGravatar reed@google.com2011-01-31
* replace UINT32_MAX with portable macroGravatar reed@google.com2011-01-28
* fix warnings, including using GrTCast<> to go from &Obj -> uint32_t*Gravatar reed@google.com2011-01-26
* Increase number of stages from 1 to 2Gravatar bsalomon@google.com2011-01-24
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* Use macro to call gl.Gravatar bsalomon@google.com2011-01-13
* 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
* Force bool StageDesc to be a byte so that our memcmp equality test will work....Gravatar bsalomon@google.com2010-12-22
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22