Age | Commit message (Collapse) | Author |
|
Some of the headers in src/mesa/main have pretty common names which
easily conflict with third-party code, e.g. config.h
|
|
to slip over the allocated memory for the vb.
|
|
|
|
|
|
Each pipe driver will build to a .a library, as these will optionally
be included in the various DRI drivers (this will make more sense once
there is at least one hardware driver...). Not strictly necessary for
softpipe, but want to minimize the differences between it and
actual hw implementations.
|
|
The demos/fslight.c demo runs now.
|
|
This is a cleaned up version of the code in tnl/t_vertex*.
|