Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The final output buffer can't be used to hold intermediate results
as the intermediate vertex size may be greater than the final vertex
size, and in any case the output buffer may be uncached in hw drivers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
More logic can be shared between public and private branches this way.
|
|
|
|
|
|
This removes some cruft from src/mesa/Makefile.
Something similar could be done for stand-alone / Xlib-Mesa libGL...
|
|
(picked from master)
|
|
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|