Age | Commit message (Collapse) | Author |
|
the latest changes were in UNIX and not VMS makefile syntax.
changed to VMS syntax.
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
|
|
Re-org of some GL_NV_vertex_program code.
Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
allocates memory (like FreeBSD).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed src/mem.c from OpenVMS makefile
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
|
|
1. Remove all.h and PC_HEADER junk.
2. Rolled mem.c and mem.h into imports.c and imports.h
3. Include imports.h instead of mem.h
Restore _mesa_create/initialize_context() to be like they were in 4.0.4
New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|