Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, check the FEATURE flags in many places.
|
|
|
|
|
|
|
|
|
|
flatshade-first"
This reverts commit ad44e68706877ab06929747e7a82c718c1c27e02.
|
|
The driver/pipeline will still be applying flatshade-first state to the
triangles emitted from vcache, so there's no need to rotate the vertices
of most primitives. The only exception is POLYGON, as explained in the
code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For situations where one has a reserve memory pool, or
a faster/slower pool.
|
|
Reuse cached buffers up to twice as big a requested.
|
|
debug_get_bool_option will interpret "n", "no", "0", "f", or
"false" as FALSE; and everything else as TRUE. The default value
(used when the variable is not set) is received as a parameter.
|
|
|
|
|
|
|
|
|
|
framebuffer.c
|
|
|
|
|
|
|
|
|
|
pixel.c is just the API-related code now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|