summaryrefslogtreecommitdiffstats
path: root/src/mesa
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
|
* 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
|
* Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump1999-09-192-431/+430
|
* More Win32 build compliance fixupsTed Jump1999-09-192-4/+6
|
* 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
|
* pad GL_TINY to 6 digitsBrian Paul1999-09-172-4/+4
|
* Win32 build req't updatesTed Jump1999-09-171-3/+3
|
* 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
|
* bumped version strings to Mesa 3.1Brian Paul1999-09-151-3/+3
|
* new version number symbolsBrian Paul1999-09-152-4/+12
|
* added third, tiny version number to mklib scriptsBrian Paul1999-09-152-4/+4
|
* removed unused GLcontext arg from a few functionsBrian Paul1999-09-151-5/+5
|
* added Eero's multitexture function patchBrian Paul1999-09-131-0/+34
|
* Re-added missing GGIMesa context bufsize structure memberJon Taylor1999-09-131-0/+1
|
* fixed typo in GetProcAddressBrian Paul1999-09-121-2/+2
|
* clean-up of glXGetProcAddressEXT()Brian Paul1999-09-111-6/+6
|
* bugix from raul for fxddbitmapKeith Whitwell1999-09-111-8/+29
|
* GL_EXT_get_proc_address clean-upBrian Paul1999-09-112-130/+129
|
* include extensions.hBrian Paul1999-09-111-0/+1
|
* added GLX_EXT_get_proc_addressBrian Paul1999-09-112-2/+39
|
* added GL_EXT_get_proc_addressBrian Paul1999-09-114-11/+202
|
* new DD_Z_NEVER flagKeith Whitwell1999-09-101-3/+12
|
* moved gl_GetPointerv() into get.hBrian Paul1999-09-091-12/+2
|
* moved gl_GetString() into get.cBrian Paul1999-09-092-2/+55
|
* More compliant error check.Miklos Fazekas1999-09-091-2/+8
|
* removed TexCoordUnit from GLcontext, use Array.ActiveTexture insteadBrian Paul1999-09-074-13/+9
|
* added vertices.cBrian Paul1999-09-072-2/+4
|
* fixes for the mga driverKeith Whitwell1999-09-051-1/+14
|
* fix for mga depthbuffer resizeKeith Whitwell1999-09-042-31/+42
|
* more bugfixesKeith Whitwell1999-09-031-1/+7
|
* fix for GL_COMPILE_AND_EXECUTE bugKeith Whitwell1999-09-031-43/+1
|
* fixed GL_FRONT_AND_BACK cull bugKeith Whitwell1999-09-021-2/+4
|
* Added vertices.c to compile listJouk Jansen1999-08-301-2/+2
|
* removed bogus callKeith Whitwell1999-08-291-1/+0
|
* more fixes on the fast pathKeith Whitwell1999-08-291-1/+1
|