Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed redundant fxCloseHardware() decl | Brian Paul | 1999-11-22 | 1 | -1/+0 |
| | |||||
* | fixed FX_grSstControl(), now returns FxBool | Brian Paul | 1999-11-18 | 2 | -15/+18 |
| | |||||
* | removed unused fxTMNewTMFreeNode decl | Brian Paul | 1999-11-18 | 1 | -1/+0 |
| | |||||
* | test visinfo, not vishandle in save_glx_visual (Wolfram Gloger) | Brian Paul | 1999-11-18 | 1 | -3/+3 |
| | |||||
* | texture palette update | Brian Paul | 1999-11-15 | 1 | -14/+14 |
| | |||||
* | include mem.h | Brian Paul | 1999-11-15 | 1 | -0/+1 |
| | |||||
* | fixed mistake in merge regarding texture palettes | Brian Paul | 1999-11-15 | 1 | -14/+14 |
| | |||||
* | update/merge with Daryll's X server changes | Brian Paul | 1999-11-15 | 10 | -712/+1872 |
| | |||||
* | . Updates to get X86, MXX and 3DNow assembler code working with Watcom | Kendall Bennett | 1999-11-12 | 15 | -15/+0 |
| | | | | | | | 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++. | ||||
* | updated for new texture color palette struct | Brian Paul | 1999-11-11 | 1 | -14/+14 |
| | |||||
* | initial changes for Mesa 3.3 | Brian Paul | 1999-11-11 | 1 | -4/+4 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 3 | -15/+78 |
| | |||||
* | Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not ↵ | Ted Jump | 1999-10-30 | 1 | -1/+3 |
| | | | | appropriate | ||||
* | disabled glXGetProcAddress code | Brian Paul | 1999-10-27 | 2 | -3/+5 |
| | |||||
* | Minor patches to cleanup some compiler warnings in MSVC | Ted Jump | 1999-10-20 | 1 | -3/+3 |
| | |||||
* | Changes to reduce the memory footprint of display lists | Keith Whitwell | 1999-10-19 | 4 | -9/+54 |
| | |||||
* | Fixed a MacOS specific compile error. | Miklos Fazekas | 1999-10-16 | 1 | -1/+1 |
| | |||||
* | removed GL_EXT_get_proc_address | Brian Paul | 1999-10-16 | 1 | -1/+6 |
| | |||||
* | fixed an RGB vs CI bug in overlay visual selection | Brian Paul | 1999-10-14 | 1 | -3/+27 |
| | |||||
* | now using MALLOC, CALLOC, FREE, etc macros | Brian Paul | 1999-10-13 | 5 | -24/+24 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -5/+5 |
| | |||||
* | fixed voodoo initialization | Keith Whitwell | 1999-10-08 | 3 | -22/+20 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 4 | -338/+367 |
| | |||||
* | Added PARB support. | Miklos Fazekas | 1999-10-05 | 1 | -0/+45 |
| | |||||
* | Added gl_ext_multitexture_ADD suport. | Miklos Fazekas | 1999-10-05 | 1 | -1/+1 |
| | |||||
* | Added packed ARGB support. | Miklos Fazekas | 1999-10-05 | 1 | -0/+57 |
| | |||||
* | Packed RGBA support. | Miklos Fazekas | 1999-10-05 | 1 | -2/+20 |
| | |||||
* | Packed RGB support. | Miklos Fazekas | 1999-10-05 | 1 | -24/+47 |
| | |||||
* | Added support for GL_ext_texture_add | Miklos Fazekas | 1999-10-05 | 1 | -0/+4 |
| | |||||
* | Minor cleanup. | Miklos Fazekas | 1999-10-05 | 1 | -7/+3 |
| | |||||
* | Disable genkgi sublib handling until we have some sublibs to handlemesa_3_1_beta_3 | Jon Taylor | 1999-09-21 | 1 | -16/+5 |
| | |||||
* | Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT | Ted Jump | 1999-09-19 | 2 | -431/+430 |
| | |||||
* | Large patch: | Keith Whitwell | 1999-09-18 | 1 | -11/+12 |
| | | | | | | | | | | - FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives. | ||||
* | Fix for write-rgba-span and others | Keith Whitwell | 1999-09-17 | 1 | -22/+48 |
| | |||||
* | Win32 build req't updates | Ted Jump | 1999-09-17 | 1 | -3/+3 |
| | |||||
* | added GL_EXT_get_proc_address | Brian Paul | 1999-09-16 | 1 | -3/+3 |
| | |||||
* | added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddress | Brian Paul | 1999-09-16 | 2 | -20/+58 |
| | |||||
* | bumped version strings to Mesa 3.1 | Brian Paul | 1999-09-15 | 1 | -3/+3 |
| | |||||
* | added Eero's multitexture function patch | Brian Paul | 1999-09-13 | 1 | -0/+34 |
| | |||||
* | Re-added missing GGIMesa context bufsize structure member | Jon Taylor | 1999-09-13 | 1 | -0/+1 |
| | |||||
* | fixed typo in GetProcAddress | Brian Paul | 1999-09-12 | 1 | -2/+2 |
| | |||||
* | clean-up of glXGetProcAddressEXT() | Brian Paul | 1999-09-11 | 1 | -6/+6 |
| | |||||
* | bugix from raul for fxddbitmap | Keith Whitwell | 1999-09-11 | 1 | -8/+29 |
| | |||||
* | include extensions.h | Brian Paul | 1999-09-11 | 1 | -0/+1 |
| | |||||
* | added GLX_EXT_get_proc_address | Brian Paul | 1999-09-11 | 2 | -2/+39 |
| | |||||
* | fix for GL_COMPILE_AND_EXECUTE bug | Keith Whitwell | 1999-09-03 | 1 | -43/+1 |
| | |||||
* | removed bogus call | Keith Whitwell | 1999-08-29 | 1 | -1/+0 |
| | |||||
* | more fixes on the fast path | Keith Whitwell | 1999-08-29 | 1 | -1/+1 |
| | |||||
* | Fixed double buffering bug when running in X | Jon Taylor | 1999-08-27 | 1 | -5/+5 |
| | |||||
* | various pipeline bugs | Keith Whitwell | 1999-08-26 | 3 | -4/+13 |
| |