Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
1c13c9668a889e56a0c85b51b9f28139c25b76ff
/
gpu
/
include
/
GrConfig.h
1c13c96
Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer both GrBufferAllocPool to manage reserved and set-to-array vertex and index data.
by bsalomon@google.com
· 14 years ago
7acdb8e
by bsalomon@google.com
· 14 years ago
d16983b
Make aggressive shader opts an option in GrUserConfig.h. Currently just controls whether color=white optimization is applied (eliminates reading color varying and modulation by color). This was already a compile time option just not exposed through user config.
by bsalomon@google.com
· 14 years ago
4333323
Make enabling static rect VB configurable by user config file.
by bsalomon@google.com
· 14 years ago
6f7fbc9
Adds ability to draw rects using a unit square vertex buffer. Useful when matrix/uniform changes are less expensive than sending new verts.
by bsalomon@google.com
· 14 years ago
8752ad7
close quotes on #error
by reed@google.com
· 14 years ago
c921843
fixes for some warnings:
by reed@google.com
· 14 years ago
ac10a2d
add gpu backend (not hooked up yet)
by reed@google.com
· 15 years ago