Age | Commit message (Collapse) | Author |
|
Define either MESA_BIG_ENDIAN or MESA_LITTLE_ENDIAN.
|
|
|
|
|
|
|
|
|
|
|
|
Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs).
|
|
|
|
|
|
|
|
|
|
|
|
Simplification of some of the texture application code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load/MultTransposeMatrix() and return without recording any errors or
doing any multiplication.
|
|
Remove __FUNCTION__ macro definition from CC compile definitions.
(OpenVMS only)
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
|
|
|
|
to the conventional arrays when attribute arrays aren't enabled.
|
|
|
|
compilers. This allows Mesa to compile with non GNU C compilers again.
|
|
|
|
|
|
|
|
Update OpenVMS makefile
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
generalizes the R/texture comparision operators to include all eight of
the depth test comparisons.
|
|
|
|
|
|
|
|
memory. These can be overridden by applications which need to manage this
memory specially. Contributed by Gerk Huisma.
Also, new code for 8-bit -> 16-bit/channel texture image storage which
fills in the least-significant bits properly.
|
|
|