Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -5/+4 |
| | | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | ||||
* | test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ↵ | Brian Paul | 2002-10-30 | 1 | -3/+3 |
| | | | | module | ||||
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -5/+13 |
| | | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes. | ||||
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -1/+4 |
| | | | | | | | | Some source files updated to call _mesa_debug(), but not finished. Added __GLimports as a parameter to _mesa_create/init_context() and updated drivers accordingly. Fleshed-out more of the __GLimports and __GLexports functionality. Removed run-time config file support (config.c) | ||||
* | Moved big/little endian code to glheader.h. | Brian Paul | 2002-06-12 | 1 | -1/+22 |
| | | | | Define either MESA_BIG_ENDIAN or MESA_LITTLE_ENDIAN. | ||||
* | removed temporary GL_ARB_texture_mirrored_repeat enums | Brian Paul | 2002-03-23 | 1 | -11/+3 |
| | |||||
* | Define finite as _finite for Windows. | Karl Schultz | 2001-12-20 | 1 | -1/+2 |
| | |||||
* | added GL_ARB_texture_mirrored_repeat | Brian Paul | 2001-10-17 | 1 | -1/+9 |
| | |||||
* | Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma) | Brian Paul | 2001-07-16 | 1 | -1/+9 |
| | |||||
* | Added fi_type union typedef to glheader.h. | Brian Paul | 2001-06-15 | 1 | -1/+11 |
| | | | | | Replace various float/int casts with the fi_type union cast. Fixes -fstrict-aliasing problems. | ||||
* | New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems with | Brian Paul | 2001-05-14 | 1 | -1/+26 |
| | | | | IFLOOR(1.99999)==2, for example. Moved some macros from config.h to glheader.h | ||||
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -1/+6 |
| | | | | | | Replaced SEPERATE with SEPARATE. Renumbered _NEW_ flags. Removed _NEW_COLORTABLE. | ||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -3/+3 |
| | |||||
* | minor updates to sync w/ XFree86 changes | Brian Paul | 2001-02-09 | 1 | -17/+10 |
| | |||||
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -2/+2 |
| | | | | | | | | | | that used to require a 'ReducedPrimitiveChange' callback. Various compilation fixes for XFree86. Reverted to the older version of glcore.h used internally in XFree86, and moved it to 'Mesa/include/GL/internal/glcore.h', for compatibility with XFree86. | ||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -1/+7 |
| | | | | | | | Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer. | ||||
* | use cpml.h on Alpha (AlanH) | Brian Paul | 2000-09-15 | 1 | -1/+6 |
| | |||||
* | Win32 update (Chris Morley) | Brian Paul | 2000-09-12 | 1 | -3/+3 |
| | |||||
* | define GL_GLEXT_PROTOTYPES before including mesa_wgl.h | Brian Paul | 2000-08-02 | 1 | -4/+7 |
| | |||||
* | define GL_GLEXT_PROTOTYPES for glext.h | Brian Paul | 2000-06-12 | 1 | -1/+2 |
| | |||||
* | applied Eero Pajarre's patch for Windows | Brian Paul | 2000-05-26 | 1 | -4/+9 |
| | |||||
* | replaced __CYGWIN32__ with __CYGWIN__, misc clean-up | Brian Paul | 2000-05-22 | 1 | -10/+5 |
| | |||||
* | added Window-isms previously in gl.h | Brian Paul | 2000-05-22 | 1 | -1/+94 |
| | |||||
* | added code to die on FP exceptions if DEBEG env var set to FP | Brian Paul | 2000-03-22 | 1 | -1/+4 |
| | |||||
* | use quotes for gl.h and glext.h includes | Brian Paul | 2000-02-24 | 1 | -3/+3 |
| | |||||
* | include GL/glext.h | Brian Paul | 2000-02-23 | 1 | -1/+2 |
| | |||||
* | always include <float.h> | Brian Paul | 2000-02-12 | 1 | -3/+4 |
| | |||||
* | moved assembly-related macros from types.h to glheader.h | Brian Paul | 1999-11-12 | 1 | -2/+40 |
| | |||||
* | . More Watcom C++ warnings fixed in Mesa. | Kendall Bennett | 1999-11-12 | 1 | -1/+7 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -0/+65 |