Age | Commit message (Collapse) | Author |
|
texcompress.c added to OpenVMS makefile.
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding vsnprintf support for OpenVMS (needed in src/imports.c)
Modified Files:
Mesa/src/Makefile.am Mesa/src/descrip.mms
Added Files:
Mesa/src/vsnprintf.c
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
_mesa_create_context. This avoids calling initialize twice and fixes
memory leaks. Add call to free the GL context because we are creating it
with _mesa_create_context, fixing another leak.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|