Age | Commit message (Collapse) | Author |
|
Fall back to interpreter in this case.
|
|
This can be almost impossible to avoid - hopefully we won't encounter
a situation where this is a true requirement. Would probably require
drivers to flush between hardware and software vertex processing.
|
|
|
|
|
|
Try to avoid creating multiple blend atoms.
|
|
A lot of the mesa demos emit commentary on stdout, try to keep it in
sync with the corresponding output from debug_printf().
|
|
|
|
Use these for quickly creating an RGBA drawing surface.
|
|
Fix comments.
Make sure .w is set to 1.0 for NRM.
Optimise for non-.xyzw writemasks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes failed assertion in glean fbo test.
|
|
Only allows clearing currently bound buffers, but colour and depth/stencil in
a single call.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nice for stack backtraces.
Windows-only for now.
|
|
|
|
|
|
|
|
|
|
Check for NaN/Inf, print exec vectors, print temp registers.
|
|
|
|
|
|
A breakpoint is much nicer than abort when gdb is attached.
|
|
|
|
|
|
|
|
|
|
From Ramesh Dharan <rrdharan@vmware.com>
|
|
Fixes segfault when sampling 1D textures.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
|
|
|
|
|
|
|
|
|