summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Collapse)AuthorAgeFilesLines
* added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul1999-10-221-2/+14
|
* applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul1999-10-221-3/+22
|
* updated some comments/docsBrian Paul1999-10-211-23/+32
|
* silenced some uninitialized var warningsBrian Paul1999-10-211-7/+38
|
* silenced ininitialized var warningsBrian Paul1999-10-211-1/+4
|
* silenced uninitialized variable warningsBrian Paul1999-10-211-1/+9
|
* clean-up of optimized GL_RETURN codeBrian Paul1999-10-201-18/+19
|
* fixed divTable precision problem in GL_RETURN caseBrian Paul1999-10-201-28/+46
|
* enable lighting even if no light sources are turned onBrian Paul1999-10-201-2/+2
|
* Minor patches to cleanup some compiler warnings in MSVCTed Jump1999-10-201-3/+3
|
* fixed a number of error-test bugsBrian Paul1999-10-191-7/+13
|
* more image type error checking in draw_stencil_pixels()Brian Paul1999-10-191-1/+13
|
* clean-up in gl_LightModelfv()Brian Paul1999-10-191-5/+8
|
* added more format/type error checking codeBrian Paul1999-10-191-3/+41
|
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-1912-134/+320
|
* negative offsets to TexSubImage w/ texture borders caused memory corruptionBrian Paul1999-10-171-12/+50
|
* added glGet cases for vertex array enable stateBrian Paul1999-10-171-4/+73
|
* Fixed a MacOS specific compile error.Miklos Fazekas1999-10-161-1/+1
|
* removed GL_EXT_get_proc_addressBrian Paul1999-10-161-1/+6
|
* removed GL_EXT_get_proc_addressBrian Paul1999-10-163-140/+132
|
* fixed an RGB vs CI bug in overlay visual selectionBrian Paul1999-10-141-3/+27
|
* Fixed parameter type for notify function pointer parameter to gl_extensions_addTed Jump1999-10-131-2/+2
|
* now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1999-10-135-24/+24
|
* removed GL_ prefix from memory macrosBrian Paul1999-10-1316-198/+197
|
* Repaired definition of GL_CALLOC_STRUCJouk Jansen1999-10-111-2/+2
|
* #include <stdlib.h>Jouk Jansen1999-10-112-3/+4
|
* #include <assert.h>Jouk Jansen1999-10-111-1/+2
|
* misc -> glmiscJouk Jansen1999-10-111-2/+2
|
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-103-9/+9
|
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-109-94/+86
|
* fixed dumb typoBrian Paul1999-10-101-2/+2
|
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-102-39/+33
|
* added memory macrosBrian Paul1999-10-102-51/+105
|
* no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof1999-10-091-2/+4
|
* texture units now share default texture objectsBrian Paul1999-10-092-27/+34
|
* fixed reference count bug in save_TexImage3DEXT()Brian Paul1999-10-091-1/+5
|
* fixed voodoo initializationKeith Whitwell1999-10-083-22/+20
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-0841-465/+629
|
* 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
|