Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|