Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 16 | -198/+197 |
| | |||||
* | use texture objects now | Brian Paul | 1999-10-13 | 1 | -11/+24 |
| | |||||
* | Fixed delete_all_contours memory deallocation. | Gareth Hughes | 1999-10-12 | 1 | -16/+12 |
| | |||||
* | Updated memory allocation to allow new macros to be used. | Gareth Hughes | 1999-10-12 | 1 | -38/+16 |
| | |||||
* | Renamed GLUtesselator user data pointer to avoid confusion. | Gareth Hughes | 1999-10-11 | 1 | -3/+6 |
| | |||||
* | Correctly initialized GLUtesselator user data pointer. | Gareth Hughes | 1999-10-11 | 2 | -4/+11 |
| | |||||
* | Allow debugging output capture under Win32. This seems really | Gareth Hughes | 1999-10-11 | 1 | -2/+11 |
| | | | | broken to me, but that's Windows for you... | ||||
* | Updated debugging output. I'm going to change it all to something | Gareth Hughes | 1999-10-11 | 1 | -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_STRUC | Jouk Jansen | 1999-10-11 | 1 | -2/+2 |
| | |||||
* | #include <stdlib.h> | Jouk Jansen | 1999-10-11 | 2 | -3/+4 |
| | |||||
* | #include <assert.h> | Jouk Jansen | 1999-10-11 | 1 | -1/+2 |
| | |||||
* | misc -> glmisc | Jouk Jansen | 1999-10-11 | 1 | -2/+2 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 3 | -9/+9 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 9 | -94/+86 |
| | |||||
* | fixed dumb typo | Brian Paul | 1999-10-10 | 1 | -2/+2 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 2 | -39/+33 |
| | |||||
* | added memory macros | Brian Paul | 1999-10-10 | 2 | -51/+105 |
| | |||||
* | no underscore prefix for freebsd >= 3 (Simon Walton) | Josh Vanderhoof | 1999-10-09 | 1 | -2/+4 |
| | |||||
* | texture units now share default texture objects | Brian Paul | 1999-10-09 | 2 | -27/+34 |
| | |||||
* | fixed reference count bug in save_TexImage3DEXT() | Brian Paul | 1999-10-09 | 1 | -1/+5 |
| | |||||
* | fixed voodoo initialization | Keith Whitwell | 1999-10-08 | 3 | -22/+20 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 41 | -465/+629 |
| | |||||
* | Added PARB support. | Miklos Fazekas | 1999-10-05 | 1 | -0/+45 |
| | |||||
* | Added gl_ext_multitexture_ADD suport. | Miklos Fazekas | 1999-10-05 | 1 | -1/+1 |
| | |||||
* | Added packed ARGB support. | Miklos Fazekas | 1999-10-05 | 1 | -0/+57 |
| | |||||
* | Packed RGBA support. | Miklos Fazekas | 1999-10-05 | 1 | -2/+20 |
| | |||||
* | Packed RGB support. | Miklos Fazekas | 1999-10-05 | 1 | -24/+47 |
| | |||||
* | Added support for GL_ext_texture_add | Miklos Fazekas | 1999-10-05 | 1 | -0/+4 |
| | |||||
* | Minor cleanup. | Miklos Fazekas | 1999-10-05 | 1 | -7/+3 |
| | |||||
* | Added tess_winding.c for compilation | Jouk Jansen | 1999-10-04 | 1 | -2/+3 |
| | |||||
* | Fixed overflow bug in combineCallback. | Gareth Hughes | 1999-10-03 | 1 | -24/+24 |
| | |||||
* | Added tessellation winding rule support. Misc bug fixes. | Gareth Hughes | 1999-10-03 | 2 | -35/+56 |
| | |||||
* | Added tessellation winding rule files. | Gareth Hughes | 1999-10-03 | 3 | -5/+11 |
| | |||||
* | more hooks for mga driver, including an immediate fastpath | Keith Whitwell | 1999-09-30 | 4 | -7/+51 |
| | |||||
* | Disable genkgi sublib handling until we have some sublibs to handlemesa_3_1_beta_3 | Jon Taylor | 1999-09-21 | 1 | -16/+5 |
| | |||||
* | added mesa.conf | Keith Whitwell | 1999-09-20 | 1 | -1/+2 |
| | |||||
* | Bugfix for ctx->backface_sign calculation | Keith Whitwell | 1999-09-20 | 2 | -11/+13 |
| | |||||
* | Cleaning up | Keith Whitwell | 1999-09-19 | 3 | -5/+22 |
| | |||||
* | RasterMask was set incorrectly | Keith Whitwell | 1999-09-19 | 1 | -2/+2 |
| | |||||
* | lots of autoconf updates | tanner | 1999-09-19 | 3 | -6/+15 |
| | |||||
* | Changed name 'glGetProcAddressEXT' to 'gluGetProcAddressEXT' | Ted Jump | 1999-09-19 | 1 | -4/+4 |
| | |||||
* | Fixed LIBNAME entry | Ted Jump | 1999-09-19 | 1 | -1/+1 |
| | |||||
* | Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXT | Ted Jump | 1999-09-19 | 2 | -431/+430 |
| | |||||
* | Added NASM support | Ted Jump | 1999-09-19 | 1 | -1/+11 |
| | |||||
* | More Win32 build compliance fixups | Ted Jump | 1999-09-19 | 7 | -31/+23 |
| | |||||
* | Large patch: | Keith Whitwell | 1999-09-18 | 14 | -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 being | Brian Paul | 1999-09-18 | 1 | -2/+1 |
| | |||||
* | added a bunch of missing files to LIB_FILES | Brian Paul | 1999-09-17 | 1 | -8/+39 |
| | |||||
* | Fix for write-rgba-span and others | Keith Whitwell | 1999-09-17 | 1 | -22/+48 |
| | |||||
* | silenced some warnings | Brian Paul | 1999-09-17 | 3 | -8/+20 |
| |