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
*
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
*
Make 0-texture GrCustomStages work.
bsalomon@google.com
2012-07-31
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
GrClip no longer translates its clips (to better mimic SkClipStack's behavior)
robertphillips@google.com
2012-07-31
*
Fix for clip assert in Chrome tests
robertphillips@google.com
2012-07-30
*
Remove GrDrawState::setTexture/getTexture
bsalomon@google.com
2012-07-30
*
Move GPU gradients into src/effects/gradients.
rileya@google.com
2012-07-27
*
Added getConservativeBound helper function to GrClipData
robertphillips@google.com
2012-07-26
*
Remove texture/mask setters on GrPaint
bsalomon@google.com
2012-07-26
*
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
robertphillips@google.com
2012-07-26
*
Fix reversed bilerp setting in GrTextContext in r4773
bsalomon@google.com
2012-07-26
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u"...
bsalomon@google.com
2012-07-25
*
Disable unused uniform assert due to texture matrices being crammed down stag...
bsalomon@google.com
2012-07-25
*
Add GL uniform manager
bsalomon@google.com
2012-07-25
*
Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...
rileya@google.com
2012-07-25
*
Added isIntersectionOfRects to SkClipStack
robertphillips@google.com
2012-07-24
*
Use GrMemoryPool to manage GrCustomStage allocations.
tomhudson@google.com
2012-07-24
*
Added requires_AA method to GrClipMaskManager.cpp to replace GrClip capability
robertphillips@google.com
2012-07-24
*
Fix npot bitmap tiling
bsalomon@google.com
2012-07-24
*
Added bound computation to SkClipStack
robertphillips@google.com
2012-07-24
*
Gave GrClip an SkClipStack-style iterator
robertphillips@google.com
2012-07-23
*
Added asNewCustomStage to SkShader and implemented it for all the gradient sh...
rileya@google.com
2012-07-20
*
Fix build break in r4694: move reset() call before setting custom stage on sa...
tomhudson@google.com
2012-07-20
*
Remove easily-removable uses of setTexture(), instead creating a GrSingleText...
tomhudson@google.com
2012-07-20
*
Remove assertion when texture matrix is unused
bsalomon@google.com
2012-07-20
*
Fix color filter LUT (install custom stage after reset of sampler). Over the ...
bsalomon@google.com
2012-07-20
*
Work around unused matrix uniform assertion for color filter LUT.
bsalomon@google.com
2012-07-20
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
Addition of new-lines at end of files to correct Chromium builds.
twiz@google.com
2012-07-19
*
Make GPU linear gradients do bilinear filtering.
rileya@google.com
2012-07-19
*
Create GL implementation for GrSingleTextureEffect, use it instead of GrPaint...
tomhudson@google.com
2012-07-19
*
New subclasses for both Gr and GrGL gradient effect classes.
rileya@google.com
2012-07-19
*
Move texture lock/unlock functions from SkGpuDevice into SkGr as global funct...
rileya@google.com
2012-07-18
*
This CL implements the Ganesh path for the SkTable_ColorFilter color transfor...
twiz@google.com
2012-07-18
*
Clean up the use of AutoScratchTexture in the gaussian blur and morphology
senorblanco@chromium.org
2012-07-18
*
Fix grdrawstate == test when left side has disabled stage and right side does...
bsalomon@google.com
2012-07-18
*
Factory method for creating GrGLProgram
bsalomon@google.com
2012-07-18
*
Fix build breakage in r4641.
tomhudson@google.com
2012-07-17
*
Move texture domains onto a GrCustomStage, off of GrSamplerState.
tomhudson@google.com
2012-07-17
*
Fix test break in r4627.
bsalomon@google.com
2012-07-16
*
Remove GrGLProgram::CachedData, make GrGLProgram represent the program
bsalomon@google.com
2012-07-16
*
Fix fs param name in conical gradient due to r4616.
bsalomon@google.com
2012-07-16
*
Remove uniform var pointers from custom effects
bsalomon@google.com
2012-07-16
*
Having updated the documentation of GrCustomStage to argue that all custom st...
tomhudson@google.com
2012-07-16
*
Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...
tomhudson@google.com
2012-07-13
*
There were three different problems with lighting filters:
senorblanco@chromium.org
2012-07-13
*
Fixed over-length lines in GrGLCreateDebugInterface.cpp
robertphillips@google.com
2012-07-13
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
[next]