index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gpu
/
include
Commit message (
Expand
)
Author
Age
*
Use a single stencil buffer for a given width,height,samplecount
bsalomon@google.com
2011-08-08
*
Make RT & TEX base classes aware of NPOT/min-RT bloated size
bsalomon@google.com
2011-08-08
*
Fail draws when can't get geom into vb/ib.
bsalomon@google.com
2011-08-05
*
Fixes for iOS / Ganesh (consistent fs/vs uni precision decl and don't use ste...
bsalomon@google.com
2011-08-05
*
Add GrStencilBuffer as a separate resource type from render target
bsalomon@google.com
2011-08-03
*
Add glReadBuffer to GrGLInterface.
bsalomon@google.com
2011-08-03
*
Add glDrawBuffer(s) to GrGLInterface
bsalomon@google.com
2011-08-02
*
Revert r2026 due to bot failures
bsalomon@google.com
2011-08-02
*
Create a separate GrStencilBuffer class apart from GrRenderTarget.
bsalomon@google.com
2011-08-02
*
iOS SampleApp menu related changes
yangsu@google.com
2011-08-02
*
Fix comment alignment
bsalomon@google.com
2011-08-01
*
Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits()
bsalomon@google.com
2011-08-01
*
cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its...
bsalomon@google.com
2011-07-29
*
move render target decls / defs to their own headers / srcs
bsalomon@google.com
2011-07-29
*
Move GL headers out of public include dir
bsalomon@google.com
2011-07-29
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Make GrTextureCache into a generic GrResource cache. Also some GrContext text...
bsalomon@google.com
2011-07-26
*
Reapply r1951.
bsalomon@google.com
2011-07-26
*
Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel...
vandebo@chromium.org
2011-07-26
*
Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config
bsalomon@google.com
2011-07-25
*
convolve GrRefCnt and SkRefCnt
reed@google.com
2011-07-15
*
Remove some cruft from SampleApp.cpp
bsalomon@google.com
2011-07-14
*
Updated SkUIView to use the current code, added a default gl interface for ios
yangsu@google.com
2011-07-13
*
Remove unused SkGpuDevice functions, add GrRenderTarget handle getters
bsalomon@google.com
2011-07-13
*
GPU-based blur cleanup. Clean up some issues raised in code review:
senorblanco@chromium.org
2011-07-12
*
GPU-based Gaussian blur.
senorblanco@chromium.org
2011-07-08
*
Fix div by zero in GPU degenerate radials (and add sample and gm baselines)
bsalomon@google.com
2011-07-07
*
Reduce gets of ext string and check validity of stencil format enums
bsalomon@google.com
2011-07-06
*
Indexed drawing for paths with multiple contours
bsalomon@google.com
2011-07-06
*
Don't send NULL buffer data hint in chrome
bsalomon@google.com
2011-07-01
*
Tesselate path once for tiled offscreen AA
bsalomon@google.com
2011-07-01
*
Remove GrAuto*Malloc, replace with SkAuto*Malloc
bsalomon@google.com
2011-06-30
*
Adding the notion of a volatile bitmap to SkBitmap.
junov@google.com
2011-06-30
*
Remove global curve subdivision tolerance from GrPathUtils.
tomhudson@google.com
2011-06-24
*
Add support for 8 bits/component glyphs, to
caryclark@google.com
2011-06-22
*
Initialize members to satisfy coverity.
bsalomon@google.com
2011-06-21
*
Refactor GrDrawTarget vertex/index api
bsalomon@google.com
2011-06-21
*
Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture.
Scroggo
2011-06-17
*
First pass at improving temporary tex/rt reuse
bsalomon@google.com
2011-06-16
*
Rename GrGLBug to GrGLCapability.
tomhudson@google.com
2011-06-16
*
Avoid checking to see if a bool is less than zero.
tomhudson@google.com
2011-06-15
*
Implement edge AA for concave polys in the tesselated path renderer.
senorblanco@chromium.org
2011-06-15
*
Enable SSAA on inverse filled paths
bsalomon@google.com
2011-06-14
*
FBO probing at Context startup is very expensive. This patch removes the
tomhudson@google.com
2011-06-14
*
Fix text-as-path with skshader on gpu
bsalomon@google.com
2011-06-13
*
uint32_t -> int for texture extents
bsalomon@google.com
2011-06-13
*
Consider hw render target limit for offscreen supersample and tile
bsalomon@google.com
2011-06-13
*
Adding functionality for purgin graphics resource handles
junov@google.com
2011-06-08
*
include SkTypes.h
reed@google.com
2011-06-01
*
Fix copy/paste bug that checks same stencil field twice in isDisabled().
bsalomon@google.com
2011-05-27
[next]