Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-10-08 | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 41 | -465/+629 | |
1999-10-05 | Added PARB support. | Miklos Fazekas | 1 | -0/+45 | |
1999-10-05 | Added gl_ext_multitexture_ADD suport. | Miklos Fazekas | 1 | -1/+1 | |
1999-10-05 | Added packed ARGB support. | Miklos Fazekas | 1 | -0/+57 | |
1999-10-05 | Packed RGBA support. | Miklos Fazekas | 1 | -2/+20 | |
1999-10-05 | Packed RGB support. | Miklos Fazekas | 1 | -24/+47 | |
1999-10-05 | Added support for GL_ext_texture_add | Miklos Fazekas | 1 | -0/+4 | |
1999-10-05 | Minor cleanup. | Miklos Fazekas | 1 | -7/+3 | |
1999-10-04 | Added tess_winding.c for compilation | Jouk Jansen | 1 | -2/+3 | |
1999-10-03 | Fixed overflow bug in combineCallback. | Gareth Hughes | 1 | -24/+24 | |
1999-10-03 | Added tessellation winding rule support. Misc bug fixes. | Gareth Hughes | 2 | -35/+56 | |
1999-10-03 | Added tessellation winding rule files. | Gareth Hughes | 3 | -5/+11 | |
1999-09-30 | more hooks for mga driver, including an immediate fastpath | Keith Whitwell | 4 | -7/+51 | |
1999-09-21 | Disable genkgi sublib handling until we have some sublibs to handlemesa_3_1_beta_3 | Jon Taylor | 1 | -16/+5 | |
1999-09-20 | added mesa.conf | Keith Whitwell | 1 | -1/+2 | |
1999-09-20 | Bugfix for ctx->backface_sign calculation | Keith Whitwell | 2 | -11/+13 | |
1999-09-19 | Cleaning up | Keith Whitwell | 3 | -5/+22 | |
1999-09-19 | RasterMask was set incorrectly | Keith Whitwell | 1 | -2/+2 | |
1999-09-19 | lots of autoconf updates | tanner | 3 | -6/+15 | |
1999-09-19 | Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT' | Ted Jump | 1 | -4/+4 | |
1999-09-19 | Fixed LIBNAME entry | Ted Jump | 1 | -1/+1 | |
1999-09-19 | Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT | Ted Jump | 2 | -431/+430 | |
1999-09-19 | Added NASM support | Ted Jump | 1 | -1/+11 | |
1999-09-19 | More Win32 build compliance fixups | Ted Jump | 7 | -31/+23 | |
1999-09-18 | Large patch: | Keith Whitwell | 14 | -292/+285 | |
- 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. | |||||
1999-09-18 | disabled GL_EXT_get_proc_address for the time being | Brian Paul | 1 | -2/+1 | |
1999-09-17 | added a bunch of missing files to LIB_FILES | Brian Paul | 1 | -8/+39 | |
1999-09-17 | Fix for write-rgba-span and others | Keith Whitwell | 1 | -22/+48 | |
1999-09-17 | silenced some warnings | Brian Paul | 3 | -8/+20 | |
1999-09-17 | glGetProcAddressEXT changes to accomodate Win32 and non-Win32 | Brian Paul | 3 | -11/+32 | |
1999-09-17 | pad GL_TINY to 6 digits | Brian Paul | 2 | -4/+4 | |
1999-09-17 | pad GLU_TINY to 6 digits | Brian Paul | 1 | -2/+2 | |
1999-09-17 | Winding rule updates. | Gareth Hughes | 2 | -2/+17 | |
1999-09-17 | mesa_wgl.h should only be included when _WIN32 is defined | Jouk Jansen | 1 | -2/+2 | |
1999-09-17 | Modified to build better with Mesa wgl functions | Ted Jump | 1 | -23/+16 | |
1999-09-17 | Relocated wgl function prototypes to separate .h for easier work with fxwgl ↵ | Ted Jump | 1 | -20/+6 | |
& glut | |||||
1999-09-17 | wgl function prototypes moved out to better work with fxwgl | Ted Jump | 1 | -0/+33 | |
1999-09-17 | Patch error fixup | Ted Jump | 1 | -5/+4 | |
1999-09-17 | Win32 build req't updates | Ted Jump | 6 | -24/+38 | |
1999-09-17 | I changed the xxxGetProcAddressEXT function declarations to be more | Ted Jump | 2 | -4/+11 | |
MSVC friendly. Brianp - could you verify that they describe and operate as intended on Linux/ETC platforms? | |||||
1999-09-17 | Cleaned up exit from main to prevent MSVC warnings | Ted Jump | 1 | -2/+2 | |
1999-09-17 | Added ESC key handling | Ted Jump | 30 | -414/+799 | |
1999-09-17 | Update for beta3 | Ted Jump | 1 | -2/+9 | |
1999-09-17 | fixed typo | Brian Paul | 1 | -2/+5 | |
1999-09-17 | link with -lGL instead of -lMesaGL | Brian Paul | 1 | -2/+2 | |
1999-09-17 | added src-glut.beos back in demo files | Brian Paul | 1 | -5/+4 | |
1999-09-17 | link with -lGLU -lGL instead of -lMesaGLU -lMesaGL | Brian Paul | 3 | -10/+16 | |
1999-09-17 | version symbol changes | Brian Paul | 1 | -2/+9 | |
1999-09-17 | gluGetProcAddressEXT change for C++ / BeOS | Brian Paul | 1 | -2/+10 | |
1999-09-17 | updated for GL instead of MesaGL | Brian Paul | 1 | -1/+2 | |