Age | Commit message (Collapse) | Author |
|
array, texObj->Image[face][level].
|
|
Replace struct gl_texure_object's Dimension w/ Target field.
Added _EnabledUnits to struct gl_texture_attrib - the _ReallyEnabled
field is obsolete, but still present for now. This effectively
removes the 8-texture units limit, 32 units now possible, but unlikely!
New TEXTURE_1D/2D/3D/CUBE/RECT_BIT tokens for unit->_ReallyEnabled field.
Updated device drivers to use ctx->Texture._EnabledUnits.
|
|
|
|
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 '_'.
|
|
|
|
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++.
|
|
|