aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrGpuGL.cpp
Commit message (Expand)AuthorAge
...
* SSSA for drawVerts, cleanup determination of when stage is enabledGravatar bsalomon@google.com2011-04-26
* Remove unnecessary BindBuffers. These were needed when we used vertex arrays....Gravatar bsalomon@google.com2011-04-25
* Add lockKeylessTexture() for caching texture without a content key.Gravatar bsalomon@google.com2011-04-25
* Move alpha-ramp AA to GrContext, detect cases when AA is applied via other me...Gravatar bsalomon@google.com2011-04-25
* rename SkDevice::eraseColor to clear and make virtual.Gravatar bsalomon@google.com2011-04-14
* rename XHelper members to onXGravatar bsalomon@google.com2011-04-12
* Use min of max_texture and max_renderbuffer size when calling fbo_testGravatar bsalomon@google.com2011-04-11
* Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA.Gravatar bsalomon@google.com2011-04-11
* Always bind packed depth stencil formats to both attacment pointsGravatar bsalomon@google.com2011-04-08
* fix use of smooth linesGravatar bsalomon@google.com2011-04-08
* During ganesh tear-down, it may be the case that the vertex and index buffersGravatar twiz@google.com2011-04-07
* Add isMultisampled() to GrRenderTarget. Cleanup MSAA vs smooth lines logic in...Gravatar bsalomon@google.com2011-04-06
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* move trimStorage to outer scope, so its memory is still valid later on whenGravatar reed@google.com2011-04-04
* Remove dependence on platform GL headers. Remove code that attempts to infer ...Gravatar bsalomon@google.com2011-04-04
* Fix signed/unsigned warnings in debug build in flushStencil()Gravatar bsalomon@google.com2011-03-30
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* Rename flag that disables stencil buffer creationGravatar bsalomon@google.com2011-03-24
* Add GL_CHROMIUM_framebuffer_multisample support.Gravatar bsalomon@google.com2011-03-23
* Remove IMG multisample texture support.Gravatar bsalomon@google.com2011-03-21
* 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
* Add blend constant color and use it for lcd text common case (no fancy blend ...Gravatar bsalomon@google.com2011-03-15
* Implementation of a GL-virtualization layer for Skia. This allows forGravatar twiz@google.com2011-03-14
* Remove "true ||" in conditional that was accidentally checked in.Gravatar bsalomon@google.com2011-03-10
* Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...Gravatar bsalomon@google.com2011-03-10
* 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
* fix () warningGravatar reed@google.com2011-03-04
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* fix bool bug so we can multisample nowGravatar reed@google.com2011-02-24
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* Fix warning about non-local anonymous structGravatar bsalomon@google.com2011-02-18
* Reduce glGets for stencil bits.Gravatar bsalomon@google.com2011-02-18
* 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
* 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
* When we create the GL context and FBO on mac for the GM test also setup the v...Gravatar bsalomon@google.com2011-02-07
* Attempt to simplify NPOT texture caps. Also fixes case where textures would u...Gravatar bsalomon@google.com2011-02-01
* fix slow performance on desktops by uping our max-texture-dim from 512 toGravatar reed@google.com2011-01-28
* fixes for some warnings:Gravatar reed@google.com2011-01-25
* Increase number of stages from 1 to 2Gravatar bsalomon@google.com2011-01-24
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* replace GR_GL(GetIntegerv with GR_GL_GetIntegerv to ensure that we zero-initGravatar reed@google.com2011-01-20
* 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
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* Fix stencil format array.Gravatar bsalomon@google.com2011-01-18