aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* Make printf in GrContext about partial pixel coverage be debug-onlyGravatar bsalomon@google.com2012-03-28
* disable GPU blur on small pathsGravatar bsalomon@google.com2012-03-28
* Removed redundant typedef from GrDebugGL classGravatar robertphillips@google.com2012-03-28
* Use a single GrDrawState in GrContext for direct and buffered drawingGravatar bsalomon@google.com2012-03-27
* Reland 3503 with fixGravatar bsalomon@google.com2012-03-27
* Revert 3503Gravatar bsalomon@google.com2012-03-27
* Make GrDrawState object used by GrDrawTarget be settable; set in GrInOrderDra...Gravatar bsalomon@google.com2012-03-27
* Make GrDrawState ref counted. (Small step towards a perf improvement.)Gravatar bsalomon@google.com2012-03-26
* Extended debug GL interface to include textures.Gravatar robertphillips@google.com2012-03-26
* Add SkMatrix::cheapEqualTo, use in Gr codeGravatar bsalomon@google.com2012-03-26
* [GPU] when paint has patheffect, it should fallback to path renderGravatar bsalomon@google.com2012-03-26
* apply imagefilter to all draw callsGravatar reed@google.com2012-03-23
* fix clang compilation warningGravatar bsalomon@google.com2012-03-22
* Extended debug GL interface to include tracking of render buffersGravatar robertphillips@google.com2012-03-22
* Remove mutual dependency of gr and skgr.Gravatar bungeman@google.com2012-03-22
* Reset Ganesh TextureDomain after use.Gravatar tomhudson@google.com2012-03-22
* Re-attempting Linux debug GL interface compiler complaint fix.Gravatar robertphillips@google.com2012-03-21
* Added tracking of frame buffer objects to debug GL interfaceGravatar robertphillips@google.com2012-03-21
* Reverting Linux compiler complaint patch - againGravatar robertphillips@google.com2012-03-21
* Partial re-delivery of Linux compiler complaint changes.Gravatar robertphillips@google.com2012-03-21
* Add GrDrawTarget::drawIndexedInstance, use in default text context.Gravatar bsalomon@google.com2012-03-20
* Convert SkMatrix::I() assignments to SkMatrix::reset() callsGravatar bsalomon@google.com2012-03-20
* Add temp android modification to the GLSL version checkGravatar djsollen@google.com2012-03-20
* Revert r3435, no perf winGravatar bsalomon@google.com2012-03-19
* inline GrDrawTarget::copyDrawStateGravatar bsalomon@google.com2012-03-19
* Compile with c++0x.Gravatar bungeman@google.com2012-03-19
* rolling back to r3427Gravatar robertphillips@google.com2012-03-19
* Addressed compiler warnings in the Debug GL Interface on Linux.Gravatar robertphillips@google.com2012-03-19
* Added debug GL Interface. This interface tracks various GL objects in order t...Gravatar robertphillips@google.com2012-03-19
* Make the text context not have to save / restore GrDrawState at each draw.Gravatar bsalomon@google.com2012-03-19
* GPU blit speedup: avoid texture filtering and texture domain when not necessaryGravatar junov@chromium.org2012-03-16
* Call reset() in text context rather than set to SkMatrix::I(). Perf improveme...Gravatar bsalomon@google.com2012-03-16
* Split GrTextContext into baseclass and subclassGravatar bsalomon@google.com2012-03-16
* Change vertex buffer size for draw buffer. Hopefully helps with some of the p...Gravatar bsalomon@google.com2012-03-15
* Perform degenerate check in device coords in convex path rendererGravatar bsalomon@google.com2012-03-15
* Allow compiler to optimize applying quadratic UV matrix to vertsGravatar bsalomon@google.com2012-03-15
* This update fixes the problem with GLX failing to find a valid configuration ...Gravatar robertphillips@google.com2012-03-14
* Batch path draws.Gravatar bsalomon@google.com2012-03-14
* Fix missing return statementGravatar bsalomon@google.com2012-03-13
* Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx...Gravatar bsalomon@google.com2012-03-13
* Change interface on GrDrawTarget to reserve vtx/idx space at same timeGravatar bsalomon@google.com2012-03-13
* add/delete some comments to path renderer interfaceGravatar bsalomon@google.com2012-03-12
* use floats to compute texture matrix / coordsGravatar bsalomon@google.com2012-03-08
* Turn off pedantic check that causes too much noise in GL logs.Gravatar bsalomon@google.com2012-03-08
* Misc bug fix in GrInOrderDrawBufferGravatar bsalomon@google.com2012-03-08
* Fix GrBufferAllocPool to include padding in bytes used for an allocationGravatar bsalomon@google.com2012-03-08
* make pathrenderers release their geometry before returningGravatar bsalomon@google.com2012-03-07
* Fix debug build: move assertions to GrContext callers, not static callees.Gravatar senorblanco@chromium.org2012-03-05
* Recommit r3321 with fix for path orientation reversal.Gravatar bsalomon@google.com2012-03-05