summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added tessellation winding rule support. Misc bug fixes.Gareth Hughes1999-10-032-35/+56
|
* Added tessellation winding rule files.Gareth Hughes1999-10-033-5/+11
|
* more hooks for mga driver, including an immediate fastpathKeith Whitwell1999-09-304-7/+51
|
* Disable genkgi sublib handling until we have some sublibs to handlemesa_3_1_beta_3Jon Taylor1999-09-211-16/+5
|
* added mesa.confKeith Whitwell1999-09-201-1/+2
|
* Bugfix for ctx->backface_sign calculationKeith Whitwell1999-09-202-11/+13
|
* Cleaning upKeith Whitwell1999-09-193-5/+22
|
* RasterMask was set incorrectlyKeith Whitwell1999-09-191-2/+2
|
* lots of autoconf updatestanner1999-09-193-6/+15
|
* Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT'Ted Jump1999-09-191-4/+4
|
* Fixed LIBNAME entryTed Jump1999-09-191-1/+1
|
* Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump1999-09-192-431/+430
|
* Added NASM supportTed Jump1999-09-191-1/+11
|
* More Win32 build compliance fixupsTed Jump1999-09-197-31/+23
|
* Large patch:Keith Whitwell1999-09-1814-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.
* disabled GL_EXT_get_proc_address for the time beingBrian Paul1999-09-181-2/+1
|
* added a bunch of missing files to LIB_FILESBrian Paul1999-09-171-8/+39
|
* Fix for write-rgba-span and othersKeith Whitwell1999-09-171-22/+48
|
* silenced some warningsBrian Paul1999-09-173-8/+20
|
* glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul1999-09-173-11/+32
|
* pad GL_TINY to 6 digitsBrian Paul1999-09-172-4/+4
|
* pad GLU_TINY to 6 digitsBrian Paul1999-09-171-2/+2
|
* Winding rule updates.Gareth Hughes1999-09-172-2/+17
|
* mesa_wgl.h should only be included when _WIN32 is definedJouk Jansen1999-09-171-2/+2
|
* Modified to build better with Mesa wgl functionsTed Jump1999-09-171-23/+16
|
* Relocated wgl function prototypes to separate .h for easier work with fxwgl ↵Ted Jump1999-09-171-20/+6
| | | | & glut
* wgl function prototypes moved out to better work with fxwglTed Jump1999-09-171-0/+33
|
* Patch error fixupTed Jump1999-09-171-5/+4
|
* Win32 build req't updatesTed Jump1999-09-176-24/+38
|
* I changed the xxxGetProcAddressEXT function declarations to be moreTed Jump1999-09-172-4/+11
| | | | | MSVC friendly. Brianp - could you verify that they describe and operate as intended on Linux/ETC platforms?
* Cleaned up exit from main to prevent MSVC warningsTed Jump1999-09-171-2/+2
|
* Added ESC key handlingTed Jump1999-09-1730-414/+799
|
* Update for beta3Ted Jump1999-09-171-2/+9
|
* fixed typoBrian Paul1999-09-171-2/+5
|
* link with -lGL instead of -lMesaGLBrian Paul1999-09-171-2/+2
|
* added src-glut.beos back in demo filesBrian Paul1999-09-171-5/+4
|
* link with -lGLU -lGL instead of -lMesaGLU -lMesaGLBrian Paul1999-09-173-10/+16
|
* version symbol changesBrian Paul1999-09-171-2/+9
|
* gluGetProcAddressEXT change for C++ / BeOSBrian Paul1999-09-171-2/+10
|
* updated for GL instead of MesaGLBrian Paul1999-09-171-1/+2
|
* initial check-inBrian Paul1999-09-1640-0/+25985
|
* added some casts in gluGetProcAddressEXT()Brian Paul1999-09-161-8/+11
|
* GLU_EXT_get_proc_address clean-upBrian Paul1999-09-161-9/+10
|
* clean-up of GLU_EXT_get_proc_addressBrian Paul1999-09-161-11/+14
|
* GL_EXT_get_proc_address clean-upBrian Paul1999-09-162-11/+17
|
* added GL_EXT_get_proc_addressBrian Paul1999-09-161-3/+3
|
* changed archive filenames to beta3Brian Paul1999-09-161-3/+3
|
* added glxinfoBrian Paul1999-09-161-2/+2
|
* initial check-inBrian Paul1999-09-161-0/+99
|
* added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul1999-09-163-35/+80
|