Performance fix for unfilled triangles on mga and i810 hardware.
[mesa.git] / src / mesa / main /
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-15 Brian Paulrevamped glCopyTexSubImage1/2/3D() to be more like...
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 Pauladded EXT version of vertex array functions
2000-06-12 Brian Pauladded EXT version of vertex array functions
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 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 Paulapplied Eero Pajarre's patch for Windows
2000-05-26 Brian Paulmore work on GL_ARB_texture_cube_map
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 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-19 Brian Paulfixed alignment bug in _mesa_image_row_stride()
2000-05-19 Brian Pauladded a bunch of imaging functions
2000-05-18 Brian Pauladded Kevin's 32bpp Z buffer fix
2000-05-18 Brian Paulreplaced components with internalFormat
2000-05-10 Brian Paulfixed PB bugs, removed MutablePixels, MonoPixels from...
2000-05-10 Brian Paulmore GL_EXT_convolution work
2000-05-09 Brian Paulremoved printf
2000-05-07 Brian PaulAdded point UserSize, cleaned up point drawing code
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-05-05 Brian Paultoggle DD_LINE_SMOOTH in GL_LINE_SMOOTH case
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-22 Brian Pauladded _mesa_initialize_buffer/visual()
2000-04-22 Brian Paulremoved old profiling code
2000-04-18 Brian Paulmore color table and imaging work
2000-04-17 Keith WhitwellNew clipping to avoid division by zero bug.
2000-04-17 Brian Pauldynamically allocate color table data, uses less memory
2000-04-17 Brian Paulwork on GL_SGI_color_table
2000-04-15 Brian Paulcleaned up whitespace
2000-04-14 Jouk Jansen Committing in .
2000-04-13 Brian Paulapplied Keith's fix for the Loki ice bug
2000-04-12 Brian Paulmore work on GL_SGI_color_table, pixel transfer code...
2000-04-12 Brian Paulmore GL_SGI_color_table extension work
2000-04-11 Brian Paulrenamed alpha buffer functions
2000-04-11 Brian Paulrenamed stencil functions
2000-04-11 Brian Paulfixed duplicate variable problem
2000-04-11 Brian Paulclip depth/stencil spans to window bounds
2000-04-11 Brian Paulinitial work on GL_SGI_color_table extension
2000-04-10 Brian Paulfixed GL_PGI_misc_hints identifiers
2000-04-09 Brian Paulremoved a printf
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture
2000-04-07 Brian Pauladded pixeltex.c
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-07 Brian Paulinitial histogram and min/max work
2000-04-05 Brian Pauladded extern for gl_fog_coord_stage
2000-04-05 Brian Paulminor clean-ups, renaming
2000-04-04 Brian Paulmore GL_HP_occlusion_test work
2000-04-04 Brian Pauluse BCOPY macro on FreeBSD
2000-04-01 Brian Paulchanges for GL_HP_occlusion_test
2000-03-31 Brian Pauladded _mesa_create/destroy_visual()
2000-03-31 Brian Paulseparate R/G/B/A accum buffer size fields
2000-03-30 Brian Paulimproved PrintTexture debug function
2000-03-30 Brian Paulfixed typos in generate_lookup_tables()
2000-03-30 Brian Paulfixed subtexture address calculation bug
2000-03-29 Brian Paullots of new work
2000-03-29 Brian Paulchanges for single-copy textures
2000-03-29 Brian Pauladded missing GL_INTENSITY case in _mesa_components_in_...
2000-03-28 Randy FrankImplemented support for the HP occlusion test extension...
2000-03-27 Brian Pauladded _mesa_unconvert_teximage()
2000-03-27 Brian Paulput _mesa prefix on some functions
2000-03-24 Brian Paulfixed a Driver.TexImage call typo, misc clean-up
2000-03-24 Brian Pauladded texutil.c source
2000-03-24 Brian Paulinitial check-in
2000-03-23 Brian Paulreplaced decode_internal_format() with _mesa_base_tex_f...
2000-03-23 Brian Paulmore clean-up and rearranging
2000-03-22 Brian Pauladded code to die on FP exceptions if DEBEG env var...
2000-03-22 Brian Paullots of changes for single-copy texture image DD interface
2000-03-21 Brian Paulremoved a few const keywords because of mutex calls
2000-03-21 Brian Pauladded more locking
2000-03-21 Brian Paulremoved retainInternalCopy from TexSubImage functions
2000-03-21 Brian Paulmade _mesa_native_packing const
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-03-21 Brian Paulclean-up of texture image construction
2000-03-21 Brian Pauladded _mesa_image_row_stride()
2000-03-20 Brian Paulmore reorganization and clean-up
2000-03-20 Brian Paulrearranged order of some functions
2000-03-20 Brian Pauladded new TexImage and TexSubImage functions
2000-03-20 Brian Pauladded new_texture_image()
next