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
*
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
robertphillips@google.com
2012-03-28
*
Make printf in GrContext about partial pixel coverage be debug-only
bsalomon@google.com
2012-03-28
*
disable GPU blur on small paths
bsalomon@google.com
2012-03-28
*
Removed redundant typedef from GrDebugGL class
robertphillips@google.com
2012-03-28
*
Use a single GrDrawState in GrContext for direct and buffered drawing
bsalomon@google.com
2012-03-27
*
Reland 3503 with fix
bsalomon@google.com
2012-03-27
*
Revert 3503
bsalomon@google.com
2012-03-27
*
Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDra...
bsalomon@google.com
2012-03-27
*
Make GrDrawState ref counted. (Small step towards a perf improvement.)
bsalomon@google.com
2012-03-26
*
Extended debug GL interface to include textures.
robertphillips@google.com
2012-03-26
*
Add SkMatrix::cheapEqualTo, use in Gr code
bsalomon@google.com
2012-03-26
*
[GPU] when paint has patheffect, it should fallback to path render
bsalomon@google.com
2012-03-26
*
apply imagefilter to all draw calls
reed@google.com
2012-03-23
*
fix clang compilation warning
bsalomon@google.com
2012-03-22
*
Extended debug GL interface to include tracking of render buffers
robertphillips@google.com
2012-03-22
*
Remove mutual dependency of gr and skgr.
bungeman@google.com
2012-03-22
*
Reset Ganesh TextureDomain after use.
tomhudson@google.com
2012-03-22
*
Re-attempting Linux debug GL interface compiler complaint fix.
robertphillips@google.com
2012-03-21
*
Added tracking of frame buffer objects to debug GL interface
robertphillips@google.com
2012-03-21
*
Reverting Linux compiler complaint patch - again
robertphillips@google.com
2012-03-21
*
Partial re-delivery of Linux compiler complaint changes.
robertphillips@google.com
2012-03-21
*
Add GrDrawTarget::drawIndexedInstance, use in default text context.
bsalomon@google.com
2012-03-20
*
Convert SkMatrix::I() assignments to SkMatrix::reset() calls
bsalomon@google.com
2012-03-20
*
Add temp android modification to the GLSL version check
djsollen@google.com
2012-03-20
*
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
[next]