Age | Commit message (Collapse) | Author |
|
|
|
Quotes are important to make sure the argument to test -n really
is the empty string, but that requires stringifying PROGRAM_DIRS.
Signed-off-by: Brian Paul <brianp@vmware.com>
|
|
Also add a newline to the complaint so it'll be a little less annoying if we
actually encounter an unknown filter value again.
|
|
Fixes `xlib' driver build on AIX.
Signed-off-by: Brian Paul <brianp@vmware.com>
|
|
|
|
|
|
|
|
Only VC8 project file is known to work.
|
|
Very out of date, according to Karl Schultz.
|
|
This really isn't supported at this point. GEM's been in the kernel for
a year, and the fake bufmgr never really worked.
|
|
|
|
|
|
|
|
|
|
|
|
The padding was there to indicate the amount of space left from the
number of expected bytes in the struct minus allocated bits. But
uint bitfields get packed so that they don't cross uint boundaries, and we
ended up allocating an extra dword to hold the pad field!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Thomas Hellström for pointing this out.
|
|
|
|
|
|
Reorder STOREs in such a way that they appear after the last FETCH.
|
|
|
|
We're really more concerned about how many inputs the fragment shader
is expecting.
|
|
|
|
|
|
|
|
|
|
It's not implemented yet. fixes fdo bug 24047
|
|
|
|
Helps debuging with rbug
|
|
|
|
|
|
|
|
|
|
|
|
Bug #24984.
|
|
|
|
Prevents a null pointer deference later on.
|
|
|
|
|
|
|
|
|