aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
Commit message (Expand)AuthorAge
* 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
* support lcd16 in text atlas (sans shader support)Gravatar reed@google.com2011-03-15
* Implementation of a GL-virtualization layer for Skia. This allows forGravatar twiz@google.com2011-03-14
* Upstreaming changes from android.Gravatar djsollen@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
* If we compute an exact clip bounds prefer it over user passed bounds. Also cl...Gravatar bsalomon@google.com2011-03-08
* Add filters to organize the VS project. Remove unused Gr files.Gravatar bsalomon@google.com2011-03-08
* add LF at end of file (dumb warning)Gravatar reed@google.com2011-03-08
* add LF at end of file (ancient warning appeased)Gravatar reed@google.com2011-03-08
* Fix warning about uninit var subpathClosedGravatar bsalomon@google.com2011-03-07
* Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpa...Gravatar bsalomon@google.com2011-03-04
* add origin to deviceGravatar reed@google.com2011-03-04
* 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 double delete of vb pool and missing delete of ib poolGravatar bsalomon@google.com2011-02-25
* fix bool bug so we can multisample nowGravatar reed@google.com2011-02-24
* Fix line endings in Gr files and set svn eol style to LFGravatar bsalomon@google.com2011-02-22
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* suppress uninit warning in rb-treeGravatar bsalomon@google.com2011-02-22
* Add red black treeGravatar bsalomon@google.com2011-02-22
* can't use this in STATIC_ASSERT on windowsGravatar reed@google.com2011-02-18
* Avoid putting adding vertex buffers to the pool when setting the complex clip.Gravatar bsalomon@google.com2011-02-18
* Fix warning about non-local anonymous structGravatar bsalomon@google.com2011-02-18
* Moving GrGLIRect to include directory to fix build break using make files. (A...Gravatar bsalomon@google.com2011-02-18
* 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
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* Batch consecutive draw rects.Gravatar bsalomon@google.com2011-02-16
* Fix param order in setVertexSourceToBuffer calls due to r786 when GR_STATIC_R...Gravatar bsalomon@google.com2011-02-14
* 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
* fix warning about size_t >= 0 (which must always be true)Gravatar reed@google.com2011-02-07
* Fix warnings on linux build (strict aliasing, cons init order, vars used only...Gravatar bsalomon@google.com2011-02-03
* Make aggressive shader opts an option in GrUserConfig.h. Currently just contr...Gravatar bsalomon@google.com2011-02-02
* Make enabling static rect VB configurable by user config file.Gravatar bsalomon@google.com2011-02-02
* Attempt to simplify NPOT texture caps. Also fixes case where textures would u...Gravatar bsalomon@google.com2011-02-01
* Adds ability to draw rects using a unit square vertex buffer. Useful when mat...Gravatar bsalomon@google.com2011-02-01
* initialize int var-args to placate chrome's runtime checkGravatar reed@google.com2011-01-31
* fix slow performance on desktops by uping our max-texture-dim from 512 toGravatar reed@google.com2011-01-28
* replace UINT32_MAX with portable macroGravatar reed@google.com2011-01-28
* 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
* close quotes on #errorGravatar reed@google.com2011-01-26
* fix warnings, including using GrTCast<> to go from &Obj -> uint32_t*Gravatar reed@google.com2011-01-26