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
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
Make text context responsible for setting GrPaint on GrDrawState.
bsalomon@google.com
2013-06-13
*
Fixes to make the gm run when GrContext can't be created for ANGLE context.
bsalomon@google.com
2013-06-11
*
Improve batching of drawBitmap* calls
robertphillips@google.com
2013-06-10
*
Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. T...
senorblanco@chromium.org
2013-06-10
*
separate arrays for color and coverage effects.
bsalomon@google.com
2013-06-06
*
Make GrGLProgram no longer depend on kNumStages
bsalomon@google.com
2013-06-06
*
Use all available texture units.
commit-bot@chromium.org
2013-06-05
*
Remove assertion in debug GL impl that stencil buffers are deleted after FBOs...
commit-bot@chromium.org
2013-06-03
*
bump picture version since SkPath has changed (conics)
reed@google.com
2013-05-31
*
Revert "add asserts to point<-->verb helpers"
reed@google.com
2013-05-30
*
add asserts to point<-->verb helpers
reed@google.com
2013-05-30
*
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...
bsalomon@google.com
2013-05-29
*
Get correct GLVersion for Mesa to avoid GrContext creation failure
bsalomon@google.com
2013-05-29
*
Make GrContext track the current matrix, render target, and clip directly rat...
commit-bot@chromium.org
2013-05-28
*
Decrease GPU drawn brightness for < 1 pixel wide/high rects
robertphillips@google.com
2013-05-28
*
fix slowness of getImageData() for CanvasRenderingContext2D in linux due to u...
commit-bot@chromium.org
2013-05-24
*
Fix degenerate and near-degenerate hairlines on the gpu
commit-bot@chromium.org
2013-05-24
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-23
*
Make GrGLProgramDesc's key variable length by compacting the effect key array
bsalomon@google.com
2013-05-22
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-21
*
Reland path bounds change with correct bounds for convex and hairline path re...
bsalomon@google.com
2013-05-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-20
*
One SkTSearch to rule them all. Allow key to be of different type than the ar...
bsalomon@google.com
2013-05-17
*
Revert "Revert "Revert "Pass bounds into draw calls in path renderers."""
bsalomon@google.com
2013-05-17
*
fix uninitialized adcd
bsalomon@google.com
2013-05-17
*
Revert "Revert "Pass bounds into draw calls in path renderers.""
bsalomon@google.com
2013-05-17
*
Add special handling of rectori case for gpu
robertphillips@google.com
2013-05-17
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-17
*
Revert "Pass bounds into draw calls in path renderers."
bsalomon@google.com
2013-05-16
*
Pass bounds into draw calls in path renderers.
bsalomon@google.com
2013-05-16
*
Better method for rendering AA ellipses.
commit-bot@chromium.org
2013-05-16
*
Disable blending when there is an effect that reads the dst and draw state bl...
bsalomon@google.com
2013-05-15
*
Don't make dst copies when color stage requires dst but color writes are disa...
bsalomon@google.com
2013-05-15
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-15
*
Remove assert that is no longer valid.
bsalomon@google.com
2013-05-14
*
Re-add isIRect test for AA rect drawing
robertphillips@google.com
2013-05-14
*
Make GrAAConvexPathRender support paths with > 64K verts.
bsalomon@google.com
2013-05-14
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-14
*
Key shader on whether frag pos read is relative to top-left or bottom-left
bsalomon@google.com
2013-05-13
*
Fix stroked roundrects on Nexus 10.
commit-bot@chromium.org
2013-05-13
*
Partial revert of r9087
robertphillips@google.com
2013-05-13
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-11
*
Don't call purgeCache() from within GrResource memebers.
bsalomon@google.com
2013-05-10
*
Remove GrPathCmd
bsalomon@google.com
2013-05-10
*
Further defer devRect computation in gpu rect drawing
robertphillips@google.com
2013-05-10
*
Update shader rect drawing path for r9087 (removal of isIRect "opt")
robertphillips@google.com
2013-05-10
*
Remove isIRect "optimization" & defer computation of device Rect in AA rect r...
robertphillips@google.com
2013-05-10
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-10
*
Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...
commit-bot@chromium.org
2013-05-09
[next]