index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
Commit message (
Expand
)
Author
Age
*
Change scratch texture cache behavior to only reuse scratch textures used as ...
rileya@google.com
2012-08-23
*
Fixed compiler error in r5247 (unreviewed)
robertphillips@google.com
2012-08-23
*
Refactored GrDLinkedList into SkTDLinkedList
robertphillips@google.com
2012-08-23
*
Actually remove the GrMorphologyEffect.* files from svn, which I should've
senorblanco@chromium.org
2012-08-22
*
Move the code for the GPU implementation of morphology effects from GrContext
senorblanco@chromium.org
2012-08-22
*
Remove unnecessary flush from SkGpuDevice
bsalomon@google.com
2012-08-22
*
Revert 5213. WK r126226 has landed in Chromium and the workaround is no longe...
bsalomon@google.com
2012-08-22
*
Scratch textures are no longer removed from the cache in Debug
robertphillips@google.com
2012-08-22
*
Added resource cache debug output to help track changes
robertphillips@google.com
2012-08-22
*
Flush in ~SkGpuDevice to unblock Skia roll
bsalomon@google.com
2012-08-21
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Add TexParameteriv entry point so ANGLE interface will validate
robertphillips@google.com
2012-08-20
*
Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas.
rileya@google.com
2012-08-20
*
Remove unnecessary GrContext flushes
bsalomon@google.com
2012-08-17
*
Fix clear records in IODB
bsalomon@google.com
2012-08-17
*
Make all GrContext draws go through the draw buffer.
bsalomon@google.com
2012-08-16
*
Fix assertion in in order draw buffer
bsalomon@google.com
2012-08-16
*
Fix overrun in aa rect renderer
bsalomon@google.com
2012-08-16
*
Fix uninitialized color filter data on GrPaint
bsalomon@google.com
2012-08-16
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Addressed Windows compiler complaints
robertphillips@google.com
2012-08-15
*
Revert GrTextureStripAtlas change due to performance concerns.
rileya@google.com
2012-08-14
*
Made gradient effects use GrTextureStripAtlas.
rileya@google.com
2012-08-14
*
Fixing source files that do not have newlines at the end.
rmistry@google.com
2012-08-14
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
*
Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache i...
rileya@google.com
2012-08-13
*
Added GrTextureStripAtlas object.
rileya@google.com
2012-08-13
*
Move resize functionality out of createAndLockTexture and into createResizedT...
robertphillips@google.com
2012-08-13
*
Split cache-specific fields out of GrTextureDesc
robertphillips@google.com
2012-08-13
*
Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...
bsalomon@google.com
2012-08-13
*
Added resource domain to GrTextureDesc
robertphillips@google.com
2012-08-09
*
GrCacheID.h must reside in include\gpu due to inclusion by GrTexture.h
robertphillips@google.com
2012-08-08
*
Refactored cacheID in preparation for clip mask caching changes
robertphillips@google.com
2012-08-08
*
uniquely name FS functions, add lighting effects to unit test
bsalomon@google.com
2012-08-07
*
Added SkClipStack portion of new clip mask caching system
robertphillips@google.com
2012-08-07
*
Ensure that enums used by GrCustomStage TestCreate functions are declared in ...
bsalomon@google.com
2012-08-03
*
Add .0 on float GLSL literals to fix GLPrograms test break
bsalomon@google.com
2012-08-03
*
Add morphology, convolution, single texture, texture domain effects to new un...
bsalomon@google.com
2012-08-03
*
Registry-based unit test for custom effects
bsalomon@google.com
2012-08-03
*
Reduce usage of GrGLShaderBuilder::SamplerMode
tomhudson@google.com
2012-08-02
*
Move GL programs unit test code to tests project.
bsalomon@google.com
2012-08-02
*
Early out the texture key generation if there is no texture passed to the GrG...
twiz@google.com
2012-08-02
*
Introduction of set of functions to manage generation of texture fetch shader...
twiz@google.com
2012-08-02
*
Fix infinite recursion in cubic->quad conversion, also attempt to detect near...
bsalomon@google.com
2012-08-02
*
Fixed oversized SkRegion bound problem for complexclip_aa GM
robertphillips@google.com
2012-08-02
*
Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and
senorblanco@chromium.org
2012-08-01
*
Removed GrClip & related classes
robertphillips@google.com
2012-08-01
*
Fixed minor memory leaks
robertphillips@google.com
2012-07-31
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
Modified GrGpuGL_unittest to no longer use the old constructors to create gra...
rileya@google.com
2012-07-31
[next]