Age | Commit message (Collapse) | Author |
|
|
|
|
|
a const.
|
|
Also changed parameter types for some driver functions (like ctx->Driver.Clear-
Color). Updated all the device drivers.
Someday, we want to support 8, 16 and 32-bit channels dynamically at runtime.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(provided we're on x86 or SPARC). Later, _glapi_add_entrypoint() will fix-up
the dispatch offset (which was -1). This will allow DRI libGL to avoid
probing for drivers.
|
|
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.
|
|
|
|
|
|
|