1999-10-27 |
Brian Paul | removed gluGetProcAddressEXT() |
commit | commitdiff | tree | snapshot |
1999-10-26 |
Brian Paul | better texture matrix, better end-cap reflections on... |
commit | commitdiff | tree | snapshot |
1999-10-26 |
Brian Paul | fixed stupid error in GL_RGA case in gl_pack_rgba_span() |
commit | commitdiff | tree | snapshot |
1999-10-23 |
Brian Paul | more comments, removed unneeded glDepthFunc call |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Brian Paul | added gloss demo |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Brian Paul | initial rev |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Brian Paul | fixed byteswapping bug in gl_pack_rgba_span() |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Brian Paul | added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pac... |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Brian Paul | removed revision history info |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Brian Paul | define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing... |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Brian Paul | minor clean-up of linux-elf-debug target |
commit | commitdiff | tree | snapshot |
1999-10-22 |
Brian Paul | applied Jonn Carmack's patch for faster glTexSubImage2D... |
commit | commitdiff | tree | snapshot |
1999-10-21 |
Brian Paul | added f key to toggle front/back drawing |
commit | commitdiff | tree | snapshot |
1999-10-21 |
Brian Paul | added -info command line option |
commit | commitdiff | tree | snapshot |
1999-10-21 |
Brian Paul | updated some comments/docs |
commit | commitdiff | tree | snapshot |
1999-10-21 |
Brian Paul | silenced some uninitialized var warnings |
commit | commitdiff | tree | snapshot |
1999-10-21 |
Brian Paul | silenced ininitialized var warnings |
commit | commitdiff | tree | snapshot |
1999-10-21 |
Brian Paul | silenced uninitialized variable warnings |
commit | commitdiff | tree | snapshot |
1999-10-21 |
Ted Jump | Added pragma to disable warning about unk pragmas for... |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Brian Paul | clean-up of optimized GL_RETURN code |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Brian Paul | fixed divTable precision problem in GL_RETURN case |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Brian Paul | enable lighting even if no light sources are turned on |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Holger Waechtler | added X86/vertex.S and X86/vertex_3dnow.S to ASM_SOURCES |
commit | commitdiff | tree | snapshot |
1999-10-20 |
Ted Jump | Minor patches to cleanup some compiler warnings in... |
commit | commitdiff | tree | snapshot |
1999-10-19 |
Brian Paul | fixed a number of error-test bugs |
commit | commitdiff | tree | snapshot |
1999-10-19 |
Brian Paul | more image type error checking in draw_stencil_pixels() |
commit | commitdiff | tree | snapshot |
1999-10-19 |
Brian Paul | clean-up in gl_LightModelfv() |
commit | commitdiff | tree | snapshot |
1999-10-19 |
Brian Paul | added more format/type error checking code |
commit | commitdiff | tree | snapshot |
1999-10-19 |
Keith Whitwell | Changes to reduce the memory footprint of display lists |
commit | commitdiff | tree | snapshot |
1999-10-17 |
Brian Paul | GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong values |
commit | commitdiff | tree | snapshot |
1999-10-17 |
Brian Paul | negative offsets to TexSubImage w/ texture borders... |
commit | commitdiff | tree | snapshot |
1999-10-17 |
Brian Paul | added glGet cases for vertex array enable state |
commit | commitdiff | tree | snapshot |
1999-10-17 |
Brian Paul | more ARB_imaging colortable functions |
commit | commitdiff | tree | snapshot |
1999-10-17 |
Brian Paul | added missing GL_ARB_imaging color table functions |
commit | commitdiff | tree | snapshot |
1999-10-16 |
Miklos Fazekas | Fixed a MacOS specific compile error. |
commit | commitdiff | tree | snapshot |
1999-10-16 |
Miklos Fazekas | Added glGetMinmax |
commit | commitdiff | tree | snapshot |
1999-10-16 |
Brian Paul | removed GL_EXT_get_proc_address |
commit | commitdiff | tree | snapshot |
1999-10-16 |
Brian Paul | removed GL_EXT_get_proc_address |
commit | commitdiff | tree | snapshot |
1999-10-15 |
Brian Paul | added sco5 config |
commit | commitdiff | tree | snapshot |
1999-10-15 |
Brian Paul | replaced glGetMinMax() with glGetMinmax() |
commit | commitdiff | tree | snapshot |
1999-10-14 |
Brian Paul | fixed an RGB vs CI bug in overlay visual selection |
commit | commitdiff | tree | snapshot |
1999-10-14 |
Gareth Hughes | Added point_contour_test, taken from O'Rourke 1998. |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Ted Jump | Fixed parameter type for notify function pointer parame... |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Gareth Hughes | Removed CVS logs from files, as they were getting rathe... |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Gareth Hughes | Added edge flag callback support. |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Brian Paul | now using MALLOC, CALLOC, FREE, etc macros |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Brian Paul | removed GL_ prefix from memory macros |
commit | commitdiff | tree | snapshot |
1999-10-13 |
Brian Paul | use texture objects now |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Gareth Hughes | Fixed delete_all_contours memory deallocation. |
commit | commitdiff | tree | snapshot |
1999-10-12 |
Gareth Hughes | Updated memory allocation to allow new macros to be... |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Gareth Hughes | Renamed GLUtesselator user data pointer to avoid confusion. |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Gareth Hughes | Correctly initialized GLUtesselator user data pointer. |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Gareth Hughes | Allow debugging output capture under Win32. This seems... |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Gareth Hughes | Updated debugging output. I'm going to change it all... |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Jouk Jansen | Repaired definition of GL_CALLOC_STRUC |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Jouk Jansen | #include <stdlib.h> |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Jouk Jansen | #include <assert.h> |
commit | commitdiff | tree | snapshot |
1999-10-11 |
Jouk Jansen | misc -> glmisc |
commit | commitdiff | tree | snapshot |
1999-10-10 |
Brian Paul | now using GL_MALLOC, GL_FREE |
commit | commitdiff | tree | snapshot |
1999-10-10 |
Brian Paul | now using GL_MALLOC, GL_FREE |
commit | commitdiff | tree | snapshot |
1999-10-10 |
Brian Paul | fixed dumb typo |
commit | commitdiff | tree | snapshot |
1999-10-10 |
Brian Paul | now using GL_MALLOC, GL_FREE |
commit | commitdiff | tree | snapshot |
1999-10-10 |
Brian Paul | added memory macros |
commit | commitdiff | tree | snapshot |
1999-10-09 |
Josh Vanderhoof | no underscore prefix for freebsd >= 3 (Simon Walton) |
commit | commitdiff | tree | snapshot |
1999-10-09 |
Brian Paul | texture units now share default texture objects |
commit | commitdiff | tree | snapshot |
1999-10-09 |
Brian Paul | fixed reference count bug in save_TexImage3DEXT() |
commit | commitdiff | tree | snapshot |
1999-10-08 |
Keith Whitwell | fixed voodoo initialization |
commit | commitdiff | tree | snapshot |
1999-10-08 |
Keith Whitwell | Fixed includes & added a few hooks for the DRI. |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Miklos Fazekas | Added PARB support. |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Miklos Fazekas | Added gl_ext_multitexture_ADD suport. |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Miklos Fazekas | Added packed ARGB support. |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Miklos Fazekas | Packed RGBA support. |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Miklos Fazekas | Packed RGB support. |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Miklos Fazekas | Added support for GL_ext_texture_add |
commit | commitdiff | tree | snapshot |
1999-10-05 |
Miklos Fazekas | Minor cleanup. |
commit | commitdiff | tree | snapshot |
1999-10-04 |
Jouk Jansen | Added tess_winding.c for compilation |
commit | commitdiff | tree | snapshot |
1999-10-03 |
Gareth Hughes | Fixed overflow bug in combineCallback. |
commit | commitdiff | tree | snapshot |
1999-10-03 |
Gareth Hughes | Added tessellation winding rule support. Misc bug... |
commit | commitdiff | tree | snapshot |
1999-10-03 |
Gareth Hughes | Added tessellation winding rule files. |
commit | commitdiff | tree | snapshot |
1999-09-30 |
Keith Whitwell | more hooks for mga driver, including an immediate fastpath |
commit | commitdiff | tree | snapshot |
1999-09-21 |
Jon Taylor | Disable genkgi sublib handling until we have some subli... |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Keith Whitwell | added mesa.conf |
commit | commitdiff | tree | snapshot |
1999-09-20 |
Keith Whitwell | Bugfix for ctx->backface_sign calculation |
commit | commitdiff | tree | snapshot |
1999-09-19 |
Keith Whitwell | Cleaning up |
commit | commitdiff | tree | snapshot |
1999-09-19 |
Keith Whitwell | RasterMask was set incorrectly |
commit | commitdiff | tree | snapshot |
1999-09-19 |
tanner | lots of autoconf updates |
commit | commitdiff | tree | snapshot |
1999-09-19 |
Ted Jump | Changed name 'glGetProcAddressEXT' to 'gluGetProcAddres... |
commit | commitdiff | tree | snapshot |
1999-09-19 |
Ted Jump | Fixed LIBNAME entry |
commit | commitdiff | tree | snapshot |
1999-09-19 |
Ted Jump | Removed use of GLU.H - prevents compiler warning wrt... |
commit | commitdiff | tree | snapshot |
1999-09-19 |
Ted Jump | Added NASM support |
commit | commitdiff | tree | snapshot |
1999-09-19 |
Ted Jump | More Win32 build compliance fixups |
commit | commitdiff | tree | snapshot |
1999-09-18 |
Keith Whitwell | Large patch: |
commit | commitdiff | tree | snapshot |
1999-09-18 |
Brian Paul | disabled GL_EXT_get_proc_address for the time being |
commit | commitdiff | tree | snapshot |
1999-09-17 |
Brian Paul | added a bunch of missing files to LIB_FILES |
commit | commitdiff | tree | snapshot |
1999-09-17 |
Keith Whitwell | Fix for write-rgba-span and others |
commit | commitdiff | tree | snapshot |
1999-09-17 |
Brian Paul | silenced some warnings |
commit | commitdiff | tree | snapshot |
1999-09-17 |
Brian Paul | glGetProcAddressEXT changes to accomodate Win32 and... |
commit | commitdiff | tree | snapshot |
1999-09-17 |
Brian Paul | pad GL_TINY to 6 digits |
commit | commitdiff | tree | snapshot |
1999-09-17 |
Brian Paul | pad GLU_TINY to 6 digits |
commit | commitdiff | tree | snapshot |
1999-09-17 |
Gareth Hughes | Winding rule updates. |
commit | commitdiff | tree | snapshot |
next |