Age | Commit message (Collapse) | Author |
|
|
|
|
|
in the libraries. Make with NODEBUG=1 builds optimized without debug
info (doc'ed in top level Makefile.win).
|
|
|
|
|
|
|
|
|
|
Modified Files:
Mesa/si-glu/libutil/glue.c
added some type casts to silence compiler warnings.
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
consistent with the other modules and platforms. It also makes the
API and linkage on Windows more consistent.
|
|
This is important now that we're using __stdcall instead of the (default)
__cdecl on WIN32. This gets apps using the tessellator working again
on Windows.
|
|
|
|
|
|
|
|
confused the Windows compiler. Also make messages unsigned char for
consistency.
|
|
|
|
and far because Windows compiler can get confused over these old keywords.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Textures are broken (eg. isosurf).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|