Age | Commit message (Collapse) | Author |
|
Allows regular DRI drivers to work with libEGL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|