Age | Commit message (Collapse) | Author |
|
|
|
Mesa/macos/src-gli/MDD.h Mesa/macos/src-gli/mgliContext.c
Mesa/macos/src-gli/mgliContext.h
Mesa/macos/src-gli/mgliError.c Mesa/src/D3D/D3DMESA.H
Mesa/src/D3D/D3Dvbrender.c Mesa/src/D3D/NullProcs.c
Mesa/src/S3/S3mesa.c
Some more files with capitals.
----------------------------------------------------------------------
|
|
- Remove support for choosing software fallbacks from core code
- Remove partial fallback code from vbrender.c -- drivers are now
expected to be able to find a triangle/quad function for every state,
even if they have to use _swsetup_Triangle or _swsetup_Quad.
- Marked derived variables in the GLcontext struct with a leading
underscore '_'.
|
|
|
|
Renamed struct gl_context to struct __GLcontextRec.
Include glcore.h, setup GL imports/exports.
Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions.
GLcontext's Visual field is no longer a pointer.
|
|
C++ and NASM. This includes lots of _ASMAPI macros to ensure that
assembler functions are prototyped as __cdecl, as Watcom C++ uses
register calling conventions by default.
. Misc fixes to files to remove warnings generated by Watcom C++.
|
|
|