aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
Commit message (Expand)AuthorAge
* Fix dangling ptr when GrRenderTarget outlives its GrTexture representationGravatar bsalomon@google.com2011-04-05
* add rect.inset(dx, dy)Gravatar reed@google.com2011-04-05
* Add GrTexture.cpp to legacy project filesGravatar bsalomon@google.com2011-04-05
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* always flush accumulated draws before we purge the font cacheGravatar reed@google.com2011-04-04
* export GrDefaultPathRenderer/GrPathRendererGravatar bsalomon@google.com2011-04-04
* 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 mac build of gr unit testGravatar bsalomon@google.com2011-04-01
* Refactoring the GrGpuGLShaders2 into 2 classes: GrGpuGLShadersGravatar junov@google.com2011-03-31
* Fix signed/unsigned warnings in debug build in flushStencil()Gravatar bsalomon@google.com2011-03-30
* Add GrResource.cpp to gr_files.mkGravatar bsalomon@google.com2011-03-30
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* add new file GrPathUtils.cppGravatar reed@google.com2011-03-30
* Fix ref leak on GrGpu.Gravatar bsalomon@google.com2011-03-29
* Two optimizations for the tesselated path renderer:Gravatar senorblanco@chromium.org2011-03-29
* This CL implements a tesselated path renderer, using GLU's libtess. All of theGravatar senorblanco@chromium.org2011-03-28
* Add way to determine at link time what path renderer will be used.Gravatar bsalomon@google.com2011-03-25
* Fix direct-to-stencil clippath rendering logic in GrGpu.Gravatar bsalomon@google.com2011-03-24
* Rename flag that disables stencil buffer creationGravatar bsalomon@google.com2011-03-24
* Add GL_CHROMIUM_framebuffer_multisample support.Gravatar bsalomon@google.com2011-03-23
* add GR at the endGravatar reed@google.com2011-03-22
* Fix macro in Chrome's GL config fileGravatar bsalomon@google.com2011-03-22
* Remove redundant defines of GR_GL macros.Gravatar bsalomon@google.com2011-03-22
* 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
* 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
* Revert GR_STATIC_RECT_VB in GrGLConfig_chrome.hGravatar bsalomon@google.com2011-03-18
* Make chrome use the static square vb when drawing rects.Gravatar bsalomon@google.com2011-03-16
* need a separate texture for each maskformat in atlasmgrGravatar reed@google.com2011-03-15
* 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