work on GL_SGI_color_table
[mesa.git] / src / mesa / main /
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()
2000-03-20 Brian Pauladded device driver functions for CopyTexImage, CopyTex...
2000-03-19 Brian Paulremoved debug printf
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-17 Brian Pauladded missing error checks
2000-03-17 Brian Paulremoved old Depth buffer pointer var
2000-03-16 Keith Whitwellfix for tristrip bug and unfilled quad/polygon bug
2000-03-13 Brian Paulremoved old comment
2000-03-13 Brian Paulfixed polygon stipple packing/unpacking
2000-03-13 Jouk Jansen Committing in .
2000-03-11 Brian Paulinitial implementation of GL_HP_occlusion_test extension
2000-03-10 Brian PaulglPopAttrib() now calls Driver's ClearColor, ClearIndex...
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
2000-03-07 Brian Paulminor clean-up
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias extension (Michael Vance)
2000-03-07 Brian Paulmade gl_make_fog_coords() static
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-06 Brian Paulfixed off-by-one errors in matrix stack setup/cleanup
2000-03-03 Brian Pauladded LineWidth device driver function
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-03-03 Brian Paulsave ColorTable and ColorSubTable commands
2000-03-03 Brian Paulmoved device driver DrawPixels call
2000-03-03 Brian Pauladded device driver ReadPixels and CopyPixels functions
2000-03-02 Brian Paulminor clean-up
2000-03-01 Brian Paulinserted static const in make_null_texture()
2000-02-28 Brian Pauladded proxy texture targets to GetColorTableParameter...
2000-02-27 Keith Whitwelladd callbacks for stipple
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-24 Brian Paulbunch of dispatch and extension-related changes
2000-02-24 Brian Pauluse quotes for gl.h and glext.h includes
2000-02-23 Brian PaulGL_EXT_blend_color is now DEFAULT_ON
2000-02-23 Brian Paulinclude GL/glext.h
2000-02-21 Brian Pauladded aatriangle.c source
2000-02-21 Brian Paulfixed off by one error in matrix stack depths (Eero...
2000-02-21 Brian Paulfixed minor bug in copytexsubimage_error_check()
2000-02-21 Brian Paulfixed bug in GL_UNSIGNED_INT_10_10_10_2 unpacking
2000-02-21 Brian Paulfixed GL_SRC_ALPHA_SATURATE bug, lots clean-up
2000-02-21 Brian Pauladded CHAN_MAX, CHAN_MAXF
2000-02-17 Brian Paulremoved driver RendererString() and ExtensionString...
2000-02-12 Brian Paulnow using dynamically allocated api dispatch tables
2000-02-12 Brian Paulalways include <float.h>
2000-02-12 Brian Paulfixed reference count but in DeleteTextures()
2000-02-11 Brian Pauladded code for all GL_MESA_window_pos functions
2000-02-11 Jouk Jansen Committing in .
2000-02-08 Brian PaulglDrawPixels w/ format=GL_COLOR_INDEX was broken
2000-02-08 Jouk Jansen Committing in .
2000-02-08 Brian Pauladded a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH...
2000-02-06 Brian Paulupdated with new info
2000-02-06 Brian Pauladded missing glGet cases for GL_EXT_compiled_vertex_array
next