summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1999-10-13Fixed parameter type for notify function pointer parameter to gl_extensions_addTed Jump
1999-10-13Removed CVS logs from files, as they were getting rather large.Gareth Hughes
1999-10-13Added edge flag callback support.Gareth Hughes
1999-10-13now using MALLOC, CALLOC, FREE, etc macrosBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-12Fixed delete_all_contours memory deallocation.Gareth Hughes
1999-10-12Updated memory allocation to allow new macros to be used.Gareth Hughes
1999-10-11Renamed GLUtesselator user data pointer to avoid confusion.Gareth Hughes
1999-10-11Correctly initialized GLUtesselator user data pointer.Gareth Hughes
1999-10-11Allow debugging output capture under Win32. This seems reallyGareth Hughes
broken to me, but that's Windows for you...
1999-10-11Updated debugging output. I'm going to change it all to somethingGareth Hughes
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.
1999-10-11Repaired definition of GL_CALLOC_STRUCJouk Jansen
1999-10-11#include <stdlib.h>Jouk Jansen
1999-10-11#include <assert.h>Jouk Jansen
1999-10-11 misc -> glmiscJouk Jansen
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10fixed dumb typoBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10added memory macrosBrian Paul
1999-10-09no underscore prefix for freebsd >= 3 (Simon Walton)Josh Vanderhoof
1999-10-09texture units now share default texture objectsBrian Paul
1999-10-09fixed reference count bug in save_TexImage3DEXT()Brian Paul
1999-10-08fixed voodoo initializationKeith Whitwell
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-10-05Added PARB support.Miklos Fazekas
1999-10-05Added gl_ext_multitexture_ADD suport.Miklos Fazekas
1999-10-05Added packed ARGB support.Miklos Fazekas
1999-10-05Packed RGBA support.Miklos Fazekas
1999-10-05Packed RGB support.Miklos Fazekas
1999-10-05Added support for GL_ext_texture_addMiklos Fazekas
1999-10-05Minor cleanup.Miklos Fazekas
1999-10-04 Added tess_winding.c for compilationJouk Jansen
1999-10-03Added tessellation winding rule support. Misc bug fixes.Gareth Hughes
1999-10-03Added tessellation winding rule files.Gareth Hughes
1999-09-30more hooks for mga driver, including an immediate fastpathKeith Whitwell
1999-09-21Disable genkgi sublib handling until we have some sublibs to handleJon Taylor
1999-09-20Bugfix for ctx->backface_sign calculationKeith Whitwell
1999-09-19Cleaning upKeith Whitwell
1999-09-19RasterMask was set incorrectlyKeith Whitwell
1999-09-19Fixed LIBNAME entryTed Jump
1999-09-19Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump
1999-09-19More Win32 build compliance fixupsTed Jump
1999-09-18Large patch:Keith Whitwell
- 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.
1999-09-17Fix for write-rgba-span and othersKeith Whitwell
1999-09-17glGetProcAddressEXT changes to accomodate Win32 and non-Win32Brian Paul
1999-09-17 pad GL_TINY to 6 digitsBrian Paul
1999-09-17 pad GLU_TINY to 6 digitsBrian Paul
1999-09-17Winding rule updates.Gareth Hughes
1999-09-17mesa_wgl.h should only be included when _WIN32 is definedJouk Jansen