Age | Commit message (Collapse) | Author |
|
|
|
Fixes DRI2 initialization with current xserver Git.
|
|
When linking with --as-needed libgallium.a can't find the dl* symbols from
-ldl since order matters more with --as-needed.
Thanks to Nirbheek Chauhan and Adam Jackson
|
|
Can't ref in the middle of a paragraph.
|
|
|
|
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
|
|
Shows what's actually going on in the RS block.
|
|
|
|
|
|
with this approach we inline the entire function body in the caller
|
|
|
|
See comments in the code.
|
|
|
|
|
|
|
|
|
|
|
|
This fixes CS rejections in openarena.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes SCons build.
|
|
|
|
|
|
|
|
r300_vertex_shader::outputs was uninitialized.
Also remove the tokens parameter.
|
|
plus whitespace and comment fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Commits moved to the gallivm-call feature branch for further
experimentation and stabilization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|