Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise, we would use the pitch as width of the texture, and compiz would
render the pitch padding on the right hand side.
|
|
Only one level of if/else/endif nesting is currently working.
|
|
|
|
A couple of those lines of debug printfs I deleted weren't actually debug
printfs.
|
|
|
|
|
|
|
|
selected HEAD and removed the old.
|
|
|
|
|
|
Also, some var renaming and additional comments
|
|
tgsi_exec_machine_bind_shader() isn't cheap so avoiding unecessary calls
is a big win.
A similar change should be done for softpipe's fragment exec path but
extra care needs to be taken with the texture sampler state/params.
|
|
This fixes parsing errors seen with optimized builds on PPC (which led to crashes).
The memcpy() is heavy-handed, but works. A lighter uint assignment could
be used on x86...
|
|
|
|
|
|
aliasing
|
|
|
|
|
|
|
|
Also remove old code, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
progs/fp/Makefile
|
|
|
|
|
|
|