Age | Commit message (Collapse) | Author |
|
|
|
|
|
Hopefully adddresses fdo 25828.
|
|
Fixes assertion failure with fp-incomplete-tex (fdo 24298).
|
|
|
|
Fixes bug 25926.
|
|
|
|
Otherwise we risk overwriting them with temporary GPRs if
they're not used immediately after the CALL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This assertion fails with piglit glsl-vs-mov-after-deref test
because we're double freeing the memory. It seems there's some
confusion between what's placed in the hash table and what isn't.
|
|
|
|
check_register_usage() frees the scan_register *reg data so we were
reading from freed memory. This fixes a valgrind error found with
piglit's glsl-vs-mov-after-deref test.
|
|
Should fix fdo bug 25837.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The shell case statement obviously only evaluates the first matching
block. Thanks to Julien Cristau for spotting the bug.
|
|
|
|
|
|
Was used only as a reference, since texture sampling is now code generated.
Already axed in the lp-binning branch too.
This fixes the llvmpipe build after recent sampling changes.
|
|
|
|
sampler.
|
|
|
|
This also allows us to have texture_target
back as a bitfield and save us a few bytes.
|
|
Required for two-sided lighting. BTW we are approaching softpipe-level
quality. ;)
|
|
It might have caused hardlocks when TCL was bypassed, not sure.
|
|
It fixes another "Bad CS" issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Let's get some performance out of the blender.
|
|
|
|
|
|
|
|
|
|
gcc won't let us take the address of a bitfield in the svga_fs_key_size()
function.
|
|
|
|
|