updated with Mesa 3.3 info
[mesa.git] / src /
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-23 Keith Whitwellanother typo
1999-11-23 Brian Pauladded GLX 1.3 functions
1999-11-22 Brian Pauladded _mesa_clip_pixelrect()
1999-11-22 Brian Paulclean up of version handling, removed GLX_EXT_get_proc_...
1999-11-22 Brian Paulremoved GLU_EXT_get_proc_address from ext strings
1999-11-22 Brian Paulchanged comment for WriteRGBSpan()
1999-11-22 Brian Pauladded glXGetCurrentDisplay() for GLX 1.2
1999-11-22 Brian Paulfixed potential bug in _mesa_ShadeModel()
1999-11-22 Brian Pauladded SET/CLEAR/TEST_BITS macros, misc clean-up
1999-11-22 Brian Paulfixed shade model bug (A.Borrmann)
1999-11-22 Brian Paulremoved redundant fxCloseHardware() decl
1999-11-19 Brian Paulrenamed struct gl_palette as struct gl_color_table
1999-11-19 Brian Paulupdates for thread safety
1999-11-19 Brian Paulupdates for Mesa 3.3
1999-11-19 Brian Paulreplace encounteed with encountered
1999-11-19 Keith Whitwellfixes for andree's drawarrays problems
1999-11-18 Brian Paultwo fixes in gl_DrawArrays (Andree Borrman)
1999-11-18 Brian Paulfixed FX_grSstControl(), now returns FxBool
1999-11-18 Brian Paulremoved unused fxTMNewTMFreeNode decl
1999-11-18 Brian Paulsilence an uninitialized var warning
1999-11-18 Brian Paultest visinfo, not vishandle in save_glx_visual (Wolfram...
1999-11-18 Andre Werthmannchecked in the first new PIII vertex-transformation...
1999-11-16 Brian Paulmake clean removes .lo .la and .libs/
1999-11-15 Brian Paulfixed several texture state bugs found with objbug...
1999-11-15 Brian Paultexture palette update
1999-11-15 Brian Paulinclude mem.h
1999-11-15 Brian Paulfixed mistake in merge regarding texture palettes
1999-11-15 Brian Paulupdate/merge with Daryll's X server changes
1999-11-13 Josh Vanderhooffixed SSE bugs
1999-11-12 Brian Paulreplaced EXT_color_table with EXT_paletted_texture
1999-11-12 Brian Paulreplaced _GLAPI_EXT_color_table with _GLAPI_EXT_palette...
1999-11-12 Brian Paulreordered some functions
1999-11-12 Brian Paulmoved assembly-related macros from types.h to glheader.h
1999-11-12 Brian Paulrestored the gl_Viewport function
1999-11-12 Kendall Bennett . More Watcom C++ warnings fixed in Mesa.
1999-11-12 Jouk Jansen Workaround for the VMS 32 character maximum limit.
1999-11-12 Kendall Bennett . Updates to get X86, MXX and 3DNow assembler code...
1999-11-12 Brian Pauladded GL_EXT_texture_env_add extension
1999-11-12 Brian Pauladded gl_extension_is_enabled()
1999-11-12 Brian Pauladded some braces to silence gcc warnings
1999-11-12 Brian Paulminor clean-ups
1999-11-11 Brian Paulchanged a warning string
1999-11-11 Brian PaulColorTableEXT clean-up
1999-11-11 Brian Paulupdated for new texture color palette struct
1999-11-11 Brian Pauldon't include strings.h or stdio.h
1999-11-11 sioAdded missing GLAPIENTRY to glConvolution* and glCopy*
1999-11-11 Jouk Jansen version 3.3 update
1999-11-11 Jouk Jansen tess_macro.h included
1999-11-11 Kendall Bennett . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP...
1999-11-11 Brian Paulinitial changes for Mesa 3.3
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-10 Keith Whitwellfix for colormaterial
1999-11-09 Keith Whitwelluse glClientActiveTexture in interleaved setup
1999-11-09 Keith Whitwellmore fixes for glDrawArrays
1999-11-09 Keith Whitwellsecond try at drawarrays fix
1999-11-09 Keith Whitwellfix for (some of?) the vertex array problems
1999-11-09 Brian Paulfixed typo: replaced |= with != in conditional
1999-11-09 Brian Paulreplace GLint with GLsizei in a gluScaleImage, gluBuild...
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 Gareth HughesAdded filename, line number output for debugging messages.
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-04 Gareth HughesMajor winding rule updates, especially stacked contour...
1999-11-03 Brian Paulinclude assert.h with rest of system headers
1999-11-03 Josh Vanderhoofswap operand order for Intel style REGOFF
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 Ted JumpAdded checking for FXMESA_USE_ARGB to disable pixel...
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-27 Brian Pauldisabled glXGetProcAddress code
1999-10-27 Brian Pauldisabled gluGetProcAddressEXT
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-20 Ted JumpMinor patches to cleanup some compiler warnings in...
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 Miklos FazekasFixed a MacOS specific compile error.
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-14 Brian Paulfixed an RGB vs CI bug in overlay visual selection
next