aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* 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
* Refactor Gaussian blur and morphology from SkGpuDevice into GrContext.Gravatar senorblanco@chromium.org2012-03-05
* Revert r3321 because of GM failureGravatar bsalomon@google.com2012-03-05
* make skpaint2grpaint functions be local to skgpudevice.cppGravatar bsalomon@google.com2012-03-05
* Avoid making a copy of the path in GrAAConvexPathRendererGravatar bsalomon@google.com2012-03-05
* Prealloc space for ~10 segments in GrAAConvexPathRendererGravatar bsalomon@google.com2012-03-05
* minor improvement, remove some conditionals in GrAAConvexPathRendererGravatar bsalomon@google.com2012-03-05
* Avoid hairline coverage mul when possibleGravatar bsalomon@google.com2012-03-05
* simplify GrPathRenderer interfaceGravatar bsalomon@google.com2012-03-02
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* Better workaround for osx / nv bugGravatar bsalomon@google.com2012-03-02
* Remove offscreen supersampler.Gravatar bsalomon@google.com2012-03-02
* minor fix: remove unnecessary initGravatar bsalomon@google.com2012-03-02
* Fix cycling through buffers in buffer alloc poolGravatar bsalomon@google.com2012-03-01
* Remove ref in buffer alloc pool.Gravatar bsalomon@google.com2012-03-01
* Workaround for chrome on mac buffer object performance issue.Gravatar bsalomon@google.com2012-03-01
* Fix copy/paste issue in GrInOrderDrawBuffer.Gravatar bsalomon@google.com2012-02-24
* Remove unused member from GrInOrderDrawBufferGravatar bsalomon@google.com2012-02-24
* In convex path renderer, translate polygon to origin for fanPt computationGravatar bsalomon@google.com2012-02-23
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* remove unused variableGravatar bsalomon@google.com2012-02-23
* Remove incorrect GrAssert calls in GrResourceCache::removeAllGravatar twiz@google.com2012-02-21
* Change append to appendf for call sites with no format arguments.Gravatar vandebo@chromium.org2012-02-21
* Remove on static initializer in GrGpu.cppGravatar digit@google.com2012-02-16
* Revert 3191Gravatar bsalomon@google.com2012-02-15