fix for (some of?) the vertex array problems
[mesa.git] / src / mesa / main /
1999-11-09 Keith Whitwellfix for (some of?) the vertex array problems
1999-11-09 Brian Paulfixed typo: replaced |= with != in conditional
1999-11-08 Brian Paulheader includes clean-up (Daryll)
1999-11-08 Brian Paulchanges to silence MSVC warnings
1999-11-08 Brian Paulflush pb after each line segment - for conformance
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-11-05 Brian Paulclean-up to reduce MSVC warnings
1999-11-04 Keith WhitwellFix for glerror on compilation of list containing gldra...
1999-11-03 Brian Paulinclude assert.h with rest of system headers
1999-11-03 Brian Pauladded another fast-path in _mesa_unpack_ubyte_color_spa...
1999-11-03 Brian Paulnew texture image processing
1999-10-31 Brian Paulfixed a typo in a comment
1999-10-30 Brian Paulpixel pack/unpack ImageHeight and SkipImages was not...
1999-10-30 Brian Pauladded a few more scale/bias/lookup functions (for futur...
1999-10-26 Brian Paulfixed stupid error in GL_RGA case in gl_pack_rgba_span()
1999-10-22 Brian Paulfixed byteswapping bug in gl_pack_rgba_span()
1999-10-22 Brian Pauladded optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pac...
1999-10-22 Brian Paulapplied Jonn Carmack's patch for faster glTexSubImage2D...
1999-10-21 Brian Paulupdated some comments/docs
1999-10-21 Brian Paulsilenced some uninitialized var warnings
1999-10-21 Brian Paulsilenced ininitialized var warnings
1999-10-21 Brian Paulsilenced uninitialized variable warnings
1999-10-20 Brian Paulclean-up of optimized GL_RETURN code
1999-10-20 Brian Paulfixed divTable precision problem in GL_RETURN case
1999-10-20 Brian Paulenable lighting even if no light sources are turned on
1999-10-19 Brian Paulfixed a number of error-test bugs
1999-10-19 Brian Paulmore image type error checking in draw_stencil_pixels()
1999-10-19 Brian Paulclean-up in gl_LightModelfv()
1999-10-19 Brian Pauladded more format/type error checking code
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-17 Brian Paulnegative offsets to TexSubImage w/ texture borders...
1999-10-17 Brian Pauladded glGet cases for vertex array enable state
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-13 Ted JumpFixed parameter type for notify function pointer parame...
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-11 Jouk JansenRepaired definition of GL_CALLOC_STRUC
1999-10-11 Jouk Jansen#include <stdlib.h>
1999-10-11 Jouk Jansen#include <assert.h>
1999-10-11 Jouk Jansen misc -> glmisc
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-10 Brian Paulfixed dumb typo
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-10 Brian Pauladded memory macros
1999-10-09 Brian Paultexture units now share default texture objects
1999-10-09 Brian Paulfixed reference count bug in save_TexImage3DEXT()
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-30 Keith Whitwellmore hooks for mga driver, including an immediate fastpath
1999-09-20 Keith WhitwellBugfix for ctx->backface_sign calculation
1999-09-19 Keith WhitwellCleaning up
1999-09-19 Keith WhitwellRasterMask was set incorrectly
1999-09-19 Ted JumpMore Win32 build compliance fixups
1999-09-18 Keith WhitwellLarge patch:
1999-09-17 Brian Paul pad GL_TINY to 6 digits
1999-09-16 Brian PaulGL_EXT_get_proc_address clean-up
1999-09-16 Brian Paulchanged version string to return 1.2
1999-09-16 Keith WhitwellDo pop for GL_VIEWPORT_BIT via. the api
1999-09-15 Brian Paulnew version number symbols
1999-09-15 Brian Pauladded third, tiny version number to mklib scripts
1999-09-15 Brian Paulremoved unused GLcontext arg from a few functions
1999-09-11 Brian PaulGL_EXT_get_proc_address clean-up
1999-09-11 Brian Pauladded GL_EXT_get_proc_address
1999-09-10 Keith Whitwellnew DD_Z_NEVER flag
1999-09-09 Brian Paulmoved gl_GetPointerv() into get.h
1999-09-09 Brian Paulmoved gl_GetString() into get.c
1999-09-09 Miklos FazekasMore compliant error check.
1999-09-07 Brian Paulremoved TexCoordUnit from GLcontext, use Array.ActiveTe...
1999-09-07 Brian Pauladded vertices.c
1999-09-05 Keith Whitwellfixes for the mga driver
1999-09-04 Keith Whitwellfix for mga depthbuffer resize
1999-09-02 Keith Whitwellfixed GL_FRONT_AND_BACK cull bug
1999-08-30 Jouk Jansen Added vertices.c to compile list
1999-08-29 Keith Whitwellnew files to support vertex-based geometry
1999-08-27 Jouk Jansen This time the correct file
1999-08-26 Keith Whitwellvarious pipeline bugs
1999-08-24 Jouk Jansen Update after disk crash
1999-08-19 Brian Paulfixed alpha channel problem in gl_blend_pixels()
1999-08-19 Brian PaulglIsEnabled(GL_TEXTURE_3D) was wrong
1999-08-19 Brian Paultesting
1999-08-19 jtgInitial revision