index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
Commit message (
Expand
)
Author
Age
*
Registry-based unit test for custom effects
bsalomon@google.com
2012-08-03
*
Introduction of set of functions to manage generation of texture fetch shader...
twiz@google.com
2012-08-02
*
Removed GrClip & related classes
robertphillips@google.com
2012-08-01
*
Replace GrClip with SkClipStack
robertphillips@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
*
Remove GrDrawState::setTexture/getTexture
bsalomon@google.com
2012-07-30
*
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
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
Use GrMemoryPool to manage GrCustomStage allocations.
tomhudson@google.com
2012-07-24
*
Gave GrClip an SkClipStack-style iterator
robertphillips@google.com
2012-07-23
*
Remove easily-removable uses of setTexture(), instead creating a GrSingleText...
tomhudson@google.com
2012-07-20
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
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
*
Move texture domains onto a GrCustomStage, off of GrSamplerState.
tomhudson@google.com
2012-07-17
*
Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...
tomhudson@google.com
2012-07-13
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12
*
Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack
robertphillips@google.com
2012-07-11
*
Minor refactoring to make GrAutoMatrix a nested sub-class of GrContext
robertphillips@google.com
2012-07-11
*
Forced GrClip to always have conservative bounds
robertphillips@google.com
2012-07-11
*
This patch implements the diffuse and specular lighting filters in Ganesh.
senorblanco@chromium.org
2012-07-11
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
tomhudson@google.com
2012-07-09
*
Fix misnamed function in explanatory comment.
tomhudson@google.com
2012-07-09
*
Fix definition of isEqual() for two gradient effect custom stages.
tomhudson@google.com
2012-07-09
*
Rolling back r4034 (Proposed plumbing to propagate save & restore)
robertphillips@google.com
2012-07-03
*
Partially rolled forward the SkGrPixelRef changes
robertphillips@google.com
2012-06-29
*
Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,
tomhudson@google.com
2012-06-29
*
Temporarily readding SkGrTexturePixelRef.h/.cpp until WebKit is transitioned ...
robertphillips@google.com
2012-06-28
*
Moved SkGrTexturePixelRef to SkGrPixelRef
robertphillips@google.com
2012-06-28
*
Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef ...
robertphillips@google.com
2012-06-28
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
plumb SkInstCnt to all subclasses of GrRefCnt
reed@google.com
2012-06-26
*
Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.
tomhudson@google.com
2012-06-25
*
Revert r4287. Large numbers of textures created by random gradients can cause...
bsalomon@google.com
2012-06-22
*
AutoScratchTexture can now release its texture and it will return to the text...
robertphillips@google.com
2012-06-22
*
Move GrTemplates.h to src
bsalomon@google.com
2012-06-22
*
Altered GrDrawState to always ref texture and render target
robertphillips@google.com
2012-06-22
*
Add GrSurface parent class above GrTexture & GrRenderTarget
robertphillips@google.com
2012-06-21
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
Remove count budget from resource cache
bsalomon@google.com
2012-06-21
*
Add GrMemoryPool as a helper to override operators new/delete
bsalomon@google.com
2012-06-19
[next]