profile/ivi/mesa.git
2000-07-20 Keith Whitwellfix for eval regression
2000-07-19 Brian Paulcall glutInit()
2000-07-19 Brian Paula bunch of thread-safety changes
2000-07-19 Brian Paulinitialize GenBit[STRQ] in init_texture_unit()
2000-07-19 Brian Paulrestore driver depth test enable/disable state in PopAt...
2000-07-19 Brian Paulremoved two bugs
2000-07-18 Brian PaulFixed off-by-one error in compute_shine_table(). Minor...
2000-07-18 Brian Pauladded: touch widgets-sgi/depend
2000-07-18 Brian Paulremoved more redundant files from tar archive
2000-07-18 Brian Paulremoved redundant configure file from tar list
2000-07-18 Brian Paulchanged version string to 3.2.1
2000-07-17 Keith WhitwellFix for gloss and sgl eval bugs.
2000-07-15 Brian Paulanother tweak to optimized GL_RETURN code
2000-07-15 Brian Paulfixed AA sampling problem, misc clean-up
2000-07-14 Brian Paulremoved references to fx_regoff.h and fx_gen_regoff.c
2000-07-14 Brian PaulFixed pixel color problem in general_flat_rgba_line...
2000-07-14 Brian Pauladded extra check to optimized GL_RETURN case
2000-07-14 Brian Paultest for MESA_DEBUG = silent in gl_error(), misc clean-up
2000-07-13 Brian Paulreplaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_A...
2000-07-12 Brian Paulfirst bits of convolution code
2000-07-11 Brian Paulallocate 1-larger knot array in explode_knot() (Mesa...
2000-07-11 Brian Pauluse indirect context, added error checking
2000-07-11 Brian Paulreverted to old tessellator
2000-07-11 Brian Paulreverted to old tessellator (GLU 1.1)
2000-07-10 Keith WhitwellFix for miscolored rects in display lists.
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-05 Brian Paulchanged MAX_WIDTH to 2048 to handle 2K textures
2000-07-05 Brian Pauladded texture cube map state save/restore
2000-07-05 Brian PaulHolger's fixes for GL_EXT_texture_env_combine
2000-07-05 Brian Pauladded GL_ARB_texture_cube_mapping and GL_EXT_texture_en...
2000-06-30 Brian Pauladded histogram sink test
2000-06-30 Brian Paulinitialize some color table scale/bias factors
2000-06-30 Brian Paulenabled GL_POST_CONVOLUTION_COLOR_TABLE
2000-06-30 Brian PaulNeedEyeCoords if non-uniform scale transform
2000-06-29 Brian Paulfixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza)
2000-06-29 Brian Pauladded GL_TABLE_TOO_LARGE to gl_error()
2000-06-29 Brian Paulseveral colortable fixes
2000-06-29 Brian Paulminor update
2000-06-29 Brian Pauldon't add light's ambient color to BaseColor in gl_upda...
2000-06-28 Brian Pauladd separate specular color support in multitextured_rg...
2000-06-28 Brian Pauladded flat_multitextured_line()
2000-06-28 Brian Paulfixed two proxy texture typos
2000-06-28 Brian Pauladded GL_EXT_texture_env_combine
2000-06-28 Brian Paulminor updates
2000-06-28 Brian Pauladded code to initialize shininess tables
2000-06-27 Brian Paulinitialize TextureStack matrices
2000-06-27 Brian Pauladded aligned memory allocations (Gareth Hughes)
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-06-27 Brian Pauladded LoadRGBMipmaps2()
2000-06-27 Brian Paulupdated demos/ info
2000-06-27 Brian Paulremoved 3Dfx directory
2000-06-27 Brian Paulminor tweaks
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Paulfixed compiler warnings
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Pauladded 3dfx demos
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Pauladded texenv demo
2000-06-27 Brian Paulinitial check-in
2000-06-27 Brian Paulfixed GL_INTENSITY error checking bug
2000-06-27 Brian Paulprint GL_RENDERER upon startup
2000-06-27 Brian Pauldraw a solid cube too
2000-06-27 Brian Paulanother patch for win32 joysticks
2000-06-27 Brian Paulremoved bad DrawDestMask assignments
2000-06-27 Brian Paulfixed type checking error
2000-06-27 Brian Paulfixed an assertion and minor bug
2000-06-27 Brian Paulinit Point.UserSize
2000-06-26 Brian Pauldisabled some ctx->NeedEyeCoords shortcuts
2000-06-26 Brian Paulupdating mat ambient/emissive was broke. always compute...
2000-06-24 Keith WhitwellPerformance fix for unfilled triangles on mga and i810...
2000-06-23 Brian Paulfixed ColorMask test in update_rasterflags()
2000-06-23 Brian Pauladded extension numbers for Mesa extensions
2000-06-23 Brian Paulupdated with version numbers, edits from Jon Leech
2000-06-23 Brian Paulapplied joystick patch from Michael Champigny
2000-06-22 Brian PaulAdded FREE(depth) in error clause before return
2000-06-19 Keith Whitwellfix GL_BACK color material bug
2000-06-19 Brian Paulcheck for special cases of value = 0 or 1 in glAccum
2000-06-16 Brian Paulreplaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadM...
2000-06-15 Brian Paulrevamped glCopyTexSubImage1/2/3D() to be more like...
2000-06-15 Brian Pauladded Motif info message
2000-06-15 Brian Paulremoved non-windows exit() prototype
2000-06-15 Brian Paulcall glutInit() in main()
2000-06-15 Jouk Jansen -------------------------------------------------...
2000-06-14 Keith WhitwellRe-enable the keyboard functionality.
2000-06-14 Brian Paulmoved #define of LLBL into assyntax.h file
2000-06-14 Brian Pauladded dummy function to silence compiler warning
2000-06-13 Brian Pauladded glxheads, manywin
2000-06-13 Brian Paulinitial check-in
2000-06-13 Brian Pauluse GL_CLAMP_TO_EDGE
2000-06-13 Brian Paulnow using SGI's glext.h instead of original Mesa file
2000-06-12 Brian PaulGL_TEXTURE_BASE_LEVEL wasn't working correctly
next