summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed GL_ prefix from memory macrosBrian Paul1999-10-1316-198/+197
|
* use texture objects nowBrian Paul1999-10-131-11/+24
|
* Fixed delete_all_contours memory deallocation.Gareth Hughes1999-10-121-16/+12
|
* Updated memory allocation to allow new macros to be used.Gareth Hughes1999-10-121-38/+16
|
* Renamed GLUtesselator user data pointer to avoid confusion.Gareth Hughes1999-10-111-3/+6
|
* Correctly initialized GLUtesselator user data pointer.Gareth Hughes1999-10-112-4/+11
|
* Allow debugging output capture under Win32. This seems reallyGareth Hughes1999-10-111-2/+11
| | | | broken to me, but that's Windows for you...
* Updated debugging output. I'm going to change it all to somethingGareth Hughes1999-10-111-33/+39
| | | | | much more like the GLX project. This was a set of macros left over from a research project I'd done, and I like the GLX logging more.
* 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.Keith 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
|
* Added tess_winding.c for compilationJouk Jansen1999-10-041-2/+3
|
* Fixed overflow bug in combineCallback.Gareth Hughes1999-10-031-24/+24
|
* 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 handleJon 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
|