fix for eval regression
[mesa.git] / src / mesa /
2000-07-20 Keith Whitwellfix for eval regression
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-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-12 Brian Paulfirst bits of convolution code
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-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 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 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 Paulfixed GL_INTENSITY error checking bug
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-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-14 Brian Paulmoved #define of LLBL into assyntax.h file
2000-06-14 Brian Pauladded dummy function to silence compiler warning
2000-06-12 Brian PaulGL_TEXTURE_BASE_LEVEL wasn't working correctly
2000-06-12 Brian Pauldefine GL_GLEXT_PROTOTYPES for glext.h
2000-06-12 Brian Paulchanged dispatch of GL_EXT_vertex_array functions
2000-06-12 Brian Pauladded EXT version of vertex array functions
2000-06-12 Brian Pauladded EXT version of vertex array functions
2000-06-11 Jon TaylorLots of small updates to GGIMesa, tracking LibGGI inter...
2000-06-08 Brian Paulvariety of updates to better conform to real GLX
2000-06-08 Brian Pauladded GL_EXT_packed_pixels extension, subset of GL 1.2
2000-06-06 Brian Paulmore work on GL_ARB_texture_compression
2000-06-05 Brian Paulfixed bugs in fxSetupDepthTest()
2000-06-05 Brian Pauladded ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()
2000-06-05 Jouk Jansen Committing in .
2000-05-30 Brian Paulinitial work for GL_NV_blend_square extension
2000-05-30 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-26 Brian Paulinclude glheader.h instead of system headers
2000-05-26 Brian Paulapplied Eero Pajarre's patch for Windows
2000-05-26 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-24 Brian Paulreplaced assertion with a conditional in _glapi_add_en...
2000-05-24 Brian Paulchanged allocation/initialization of API dispatch tables
2000-05-24 Brian Paulmore work on GL_ARB_texture_compression
2000-05-24 Brian Paulreplaced _mesa_base_tex_format() with base_colortab_for...
2000-05-23 Brian Paulenable and clean-up of paletted texture code
2000-05-23 Brian Paulregister recent GL extensions for libGL compatibility
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-23 Brian Paulmore texture cube work, misc code clean-up
2000-05-23 Brian Paulmore work on GL_ARB_texture_cube_map
2000-05-22 Brian Paulreplaced __CYGWIN32__ with __CYGWIN__, misc clean-up
2000-05-22 Brian Pauladded GL_EXT_blend_func_separate
2000-05-22 Brian Paulinitial code for GL_ARB_texture_cube_map
2000-05-22 Brian Pauladded Window-isms previously in gl.h
2000-05-22 Brian Paulupdate for Glide3
2000-05-19 Brian Paulfixed alignment bug in _mesa_image_row_stride()
2000-05-19 Brian Paulchanged internalFormat to GLenum in TexImage4DSGI and...
2000-05-19 Brian Pauladded a bunch of imaging functions
2000-05-19 Brian Pauladded const to compressed tex image functions
2000-05-19 Brian PaulPass pixel format to xmesa_color_to_pixel(). Compute...
2000-05-18 Brian Pauladded glTbufferMask3DFX(), enabled texture compression...
2000-05-18 Brian PaulDeleteTexturesEXT was missing
2000-05-18 Brian Paulnow generated from bin/glx86asm.py script
2000-05-18 Brian Paulbunch of updates to static_functions[]
2000-05-18 Brian Pauladded tbuffer and compressed teximage extension functions
next