summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added PARB support.Miklos Fazekas1999-10-051-0/+45
|
* Added gl_ext_multitexture_ADD suport.Miklos Fazekas1999-10-051-1/+1
|
* Added packed ARGB support.Miklos Fazekas1999-10-051-0/+57
|
* Packed RGBA support.Miklos Fazekas1999-10-051-2/+20
|
* Packed RGB support.Miklos Fazekas1999-10-051-24/+47
|
* Added support for GL_ext_texture_addMiklos Fazekas1999-10-051-0/+4
|
* Minor cleanup.Miklos Fazekas1999-10-051-7/+3
|
* Added tess_winding.c for compilationJouk Jansen1999-10-041-2/+3
|
* 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
|
* 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
|
* Fixed LIBNAME entryTed Jump1999-09-191-1/+1
|
* Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump1999-09-192-431/+430
|
* More Win32 build compliance fixupsTed Jump1999-09-193-13/+12
|
* 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.
* Fix for write-rgba-span and othersKeith Whitwell1999-09-171-22/+48
|
* glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul1999-09-171-4/+13
|
* 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
|
* Patch error fixupTed Jump1999-09-171-5/+4
|
* Win32 build req't updatesTed Jump1999-09-176-24/+38
|
* fixed typoBrian Paul1999-09-171-2/+5
|
* 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
|
* clean-up of GLU_EXT_get_proc_addressBrian Paul1999-09-161-11/+14
|
* GL_EXT_get_proc_address clean-upBrian Paul1999-09-161-5/+5
|
* added GL_EXT_get_proc_addressBrian Paul1999-09-161-3/+3
|
* added GLX_MESA_set_3dfx_mode. clean-up of glXGetProcAddressBrian Paul1999-09-162-20/+58
|
* changed version string to return 1.2Brian Paul1999-09-161-2/+2
|
* Do pop for GL_VIEWPORT_BIT via. the apiKeith Whitwell1999-09-161-13/+14
|
* Misc winding rule bug fixes.Gareth Hughes1999-09-162-10/+17
|
* bumped version strings to Mesa 3.1Brian Paul1999-09-151-3/+3
|
* new version number symbolsBrian Paul1999-09-153-6/+18
|
* added third, tiny version number to mklib scriptsBrian Paul1999-09-157-14/+22
|
* removed unused GLcontext arg from a few functionsBrian Paul1999-09-151-5/+5
|
* Added debugging pragma message.Gareth Hughes1999-09-151-2/+6
|
* Fixed vector macro calls, specifically COPY_3V params.Gareth Hughes1999-09-151-25/+83
|
* Added debugging output.Gareth Hughes1999-09-141-2/+5
|
* Win32 fix by Eero Pajarre.Gareth Hughes1999-09-141-1/+2
|
* Fixed legacy gluNextContour impact on gluTessEndContour.Gareth Hughes1999-09-141-1/+8
|