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
*
Revert r3435, no perf win
bsalomon@google.com
2012-03-19
*
inline GrDrawTarget::copyDrawState
bsalomon@google.com
2012-03-19
*
Compile with c++0x.
bungeman@google.com
2012-03-19
*
rolling back to r3427
robertphillips@google.com
2012-03-19
*
Addressed compiler warnings in the Debug GL Interface on Linux.
robertphillips@google.com
2012-03-19
*
Added debug GL Interface. This interface tracks various GL objects in order t...
robertphillips@google.com
2012-03-19
*
Make the text context not have to save / restore GrDrawState at each draw.
bsalomon@google.com
2012-03-19
*
GPU blit speedup: avoid texture filtering and texture domain when not necessary
junov@chromium.org
2012-03-16
*
Call reset() in text context rather than set to SkMatrix::I(). Perf improveme...
bsalomon@google.com
2012-03-16
*
Split GrTextContext into baseclass and subclass
bsalomon@google.com
2012-03-16
*
Change vertex buffer size for draw buffer. Hopefully helps with some of the p...
bsalomon@google.com
2012-03-15
*
Perform degenerate check in device coords in convex path renderer
bsalomon@google.com
2012-03-15
*
Allow compiler to optimize applying quadratic UV matrix to verts
bsalomon@google.com
2012-03-15
*
This update fixes the problem with GLX failing to find a valid configuration ...
robertphillips@google.com
2012-03-14
*
Batch path draws.
bsalomon@google.com
2012-03-14
*
Fix missing return statement
bsalomon@google.com
2012-03-13
*
Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx...
bsalomon@google.com
2012-03-13
*
Change interface on GrDrawTarget to reserve vtx/idx space at same time
bsalomon@google.com
2012-03-13
*
add/delete some comments to path renderer interface
bsalomon@google.com
2012-03-12
*
use floats to compute texture matrix / coords
bsalomon@google.com
2012-03-08
*
Turn off pedantic check that causes too much noise in GL logs.
bsalomon@google.com
2012-03-08
*
Misc bug fix in GrInOrderDrawBuffer
bsalomon@google.com
2012-03-08
*
Fix GrBufferAllocPool to include padding in bytes used for an allocation
bsalomon@google.com
2012-03-08
*
make pathrenderers release their geometry before returning
bsalomon@google.com
2012-03-07
*
Fix debug build: move assertions to GrContext callers, not static callees.
senorblanco@chromium.org
2012-03-05
*
Recommit r3321 with fix for path orientation reversal.
bsalomon@google.com
2012-03-05
*
Refactor Gaussian blur and morphology from SkGpuDevice into GrContext.
senorblanco@chromium.org
2012-03-05
*
Revert r3321 because of GM failure
bsalomon@google.com
2012-03-05
*
make skpaint2grpaint functions be local to skgpudevice.cpp
bsalomon@google.com
2012-03-05
*
Avoid making a copy of the path in GrAAConvexPathRenderer
bsalomon@google.com
2012-03-05
*
Prealloc space for ~10 segments in GrAAConvexPathRenderer
bsalomon@google.com
2012-03-05
*
minor improvement, remove some conditionals in GrAAConvexPathRenderer
bsalomon@google.com
2012-03-05
*
Avoid hairline coverage mul when possible
bsalomon@google.com
2012-03-05
*
simplify GrPathRenderer interface
bsalomon@google.com
2012-03-02
*
Erode and dilate image filter effects, CPU and GPU implementations.
senorblanco@chromium.org
2012-03-02
*
Better workaround for osx / nv bug
bsalomon@google.com
2012-03-02
*
Remove offscreen supersampler.
bsalomon@google.com
2012-03-02
*
minor fix: remove unnecessary init
bsalomon@google.com
2012-03-02
*
Fix cycling through buffers in buffer alloc pool
bsalomon@google.com
2012-03-01
*
Remove ref in buffer alloc pool.
bsalomon@google.com
2012-03-01
*
Workaround for chrome on mac buffer object performance issue.
bsalomon@google.com
2012-03-01
*
Fix copy/paste issue in GrInOrderDrawBuffer.
bsalomon@google.com
2012-02-24
*
Remove unused member from GrInOrderDrawBuffer
bsalomon@google.com
2012-02-24
*
In convex path renderer, translate polygon to origin for fanPt computation
bsalomon@google.com
2012-02-23
*
GPU device preserves pixel values across read/write/read of unpremul pixel va...
bsalomon@google.com
2012-02-23
*
remove unused variable
bsalomon@google.com
2012-02-23
*
Remove incorrect GrAssert calls in GrResourceCache::removeAll
twiz@google.com
2012-02-21
*
Change append to appendf for call sites with no format arguments.
vandebo@chromium.org
2012-02-21
*
Remove on static initializer in GrGpu.cpp
digit@google.com
2012-02-16
*
Revert 3191
bsalomon@google.com
2012-02-15
[next]