Age | Commit message (Collapse) | Author |
|
This is trying to follow the spirit of the invariance rules, though
they're not specific on this point. Fixes quad-invariance piglit test
while retaining the 22s -> 18s win on glean blendFunc.
This was a regression in c67d9d84f501f145f841c0b981caff6f4dfd936f.
|
|
|
|
with this approach we inline the entire function body in the caller
|
|
|
|
GL doesn't actually let you begin an OQ while one is active, so the
extra work was pointless.
|
|
|
|
Tested-by: Marek Olšák <maraeo@gmail.com>
|
|
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
|
|
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.
|
|
|
|
|
|
Bug #24470: glean clipFlat test.
|
|
|
|
|
|
|
|
|
|
|
|
|