Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
d16983b31f5750c28f0b493f3639d407f1b94610
/
gpu
/
include
/
GrConfig.h
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
· 15 years ago
4333323
Make enabling static rect VB configurable by user config file.
by bsalomon@google.com
· 15 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
· 15 years ago
8752ad7
close quotes on #error
by reed@google.com
· 15 years ago
c921843
fixes for some warnings:
by reed@google.com
· 15 years ago
ac10a2d
add gpu backend (not hooked up yet)
by reed@google.com
· 15 years ago