Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
VBO funcs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Other whitespace/etc clean-ups.
|
|
|
|
This allows subclassing by drivers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also cleanup mesa SConscript.
|
|
matypes.h doesn't really depend on assyntax.h; assyntax.h is only present
on x86; and this way we remove the need of grep being available (which is
relevant for scons and non-unix platforms).
|
|
Checks if all instructions are of the form MOV OUT[n], IN[n]
Untested at this time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conditional build of the winsys based on the platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|