Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-15 | changed multi-include guard symbol | Brian Paul | |
1999-11-13 | fixed SSE bugs | Josh Vanderhoof | |
1999-11-12 | replaced EXT_color_table with EXT_paletted_texture | Brian Paul | |
1999-11-12 | replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_texture | Brian Paul | |
1999-11-12 | reordered some functions | Brian Paul | |
1999-11-12 | moved assembly-related macros from types.h to glheader.h | Brian Paul | |
1999-11-12 | restored the gl_Viewport function | Brian Paul | |
1999-11-12 | . More Watcom C++ warnings fixed in Mesa. | Kendall Bennett | |
1999-11-12 | . More fixed to | Kendall Bennett | |
1999-11-12 | added glxdpyinfo | Brian Paul | |
1999-11-12 | initial check-in | Brian Paul | |
1999-11-12 | Workaround for the VMS 32 character maximum limit. | Jouk Jansen | |
1999-11-12 | . Updates to get X86, MXX and 3DNow assembler code working with Watcom | Kendall Bennett | |
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++. | |||
1999-11-12 | added GL_EXT_texture_env_add extension | Brian Paul | |
1999-11-12 | added gl_extension_is_enabled() | Brian Paul | |
1999-11-12 | added some braces to silence gcc warnings | Brian Paul | |
1999-11-12 | minor clean-ups | Brian Paul | |
1999-11-11 | changed a warning string | Brian Paul | |
1999-11-11 | ColorTableEXT clean-up | Brian Paul | |
1999-11-11 | removed redundant extension prototypes | Brian Paul | |
1999-11-11 | updated for new texture color palette struct | Brian Paul | |
1999-11-11 | don't include strings.h or stdio.h | Brian Paul | |
1999-11-11 | added missing braces in array initializations | Brian Paul | |
1999-11-11 | Added missing GLAPIENTRY to glConvolution* and glCopy* | sio | |
1999-11-11 | version 3.3 update | Jouk Jansen | |
1999-11-11 | tess_macro.h included | Jouk Jansen | |
1999-11-11 | . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility | Kendall Bennett | |
with the IBM VisualAge C++ compiler. Eventually some more code will be needed in the headers to enable the reversal of (__stdcall*) to (*__stdcall) for the IBM compilers, however we currently build using our own header files that already handle this. . Changed instances of (GLCALLBACK*) to GLCALLBACKP for compatibility with the IBM VisualAge C++ compiler in src-glu. . Misc cleanups for warnings generated with Watcom C++ in src-glu. Compiles with 0 warnings now. . tess_hash.c: line 244 - Why is this function stubbed out? I removed the code with a #if 0 to avoid a compiler warning, but it looks dangerous. | |||
1999-11-11 | initial changes for Mesa 3.3 | Brian Paul | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |
1999-11-10 | fix for colormaterial | Keith Whitwell | |
1999-11-09 | use glClientActiveTexture in interleaved setup | Keith Whitwell | |
1999-11-09 | more fixes for glDrawArrays | Keith Whitwell | |
1999-11-09 | second try at drawarrays fix | Keith Whitwell | |
1999-11-09 | fix for (some of?) the vertex array problems | Keith Whitwell | |
1999-11-09 | fixed typo: replaced |= with != in conditional | Brian Paul | |
1999-11-09 | replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps() | Brian Paul | |
1999-11-08 | header includes clean-up (Daryll) | Brian Paul | |
1999-11-08 | changes to silence MSVC warnings | Brian Paul | |
1999-11-08 | flush pb after each line segment - for conformance | Brian Paul | |
1999-11-08 | clean-up of header includes (Daryll) | Brian Paul | |
1999-11-05 | Added filename, line number output for debugging messages. | Gareth Hughes | |
1999-11-05 | turned off 'conditional expression is constant' warning for win32 | Ted Jump | |
1999-11-05 | removed printf's | Brian Paul | |
1999-11-05 | added xfont demo | Brian Paul | |
1999-11-05 | new xfont demo | Brian Paul | |
1999-11-05 | clean-up to reduce MSVC warnings | Brian Paul | |
1999-11-04 | Fix for glerror on compilation of list containing gldrawelements calls | Keith Whitwell | |
1999-11-04 | Major winding rule updates, especially stacked contour support. | Gareth Hughes | |
Improved debugging output that can be altered with an environment variable instead of hard coded at compile time. Fixed bug in vertex sorting function, so vertices are now indexed correctly (left to right). | |||
1999-11-04 | Updated demo for new GLU 1.3 tessellation. Added optimized rendering | Gareth Hughes | |
by saving the output of the tessellation into display lists. | |||
1999-11-04 | Changed ($MAKE) to $(MAKE) to allow real-clean to work correctly. | Gareth Hughes | |