rearranged order of some functions
[mesa.git] / src / mesa / main /
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
2000-02-05 Brian Pauldisabled locked arrays in glDrawRangeElements()
2000-02-05 Brian PaulGL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT...
2000-02-03 Brian Pauladded SUB_PIXEL_BITS
2000-02-03 Brian Pauladded point/line size limits to gl_constants struct
2000-02-03 Brian Pauladded Const.SubPixelBits
2000-02-03 Jouk Jansen Committing in .
2000-02-02 Brian Paulminor clean-ups
2000-02-02 Brian Paulchanged _gl prefix to _mesa_ on fog functions
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix on depth funcs
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix on blend funcs
2000-02-02 Brian Paulreplaced gl_ prefix with _mesa_ prefix
2000-02-02 Brian Pauladded check for IntegerAccumScaler > 0 in GL_RETURN...
2000-02-02 Brian Paulchanged prefix to _mesa_ for a few accum functions
2000-02-02 Brian Pauldon't include dispatch.h
2000-02-02 Brian Pauladded comments
2000-02-02 Brian Paulinclude buffers.h
2000-02-02 Brian Paulupdated source files
2000-02-02 Brian Paulmoved exec dispatch init to state.c
2000-02-02 Brian Paulupdated includes for source file reorg
2000-02-02 Brian Paulmoved state functions to state.c
2000-02-02 Brian Paulremoved glmisc.c, added buffers.c, hint.c, state.c
2000-02-02 Brian Paulfunctions from context.c
2000-02-02 Brian Paulfunctions from old glmisc.c file
2000-02-01 Brian Paulpatch for XFree86 building
2000-01-31 Brian Pauldefined FLT_MIN if undefined
2000-01-31 Brian Pauladded mutexes for thread safety
2000-01-31 Brian Pauladded _mesa_TexImage3DEXT()
2000-01-31 Brian Pauladded save_TexImage3DEXT()
2000-01-31 Brian Paulchanged message format, added GL_EXT_texture3d
2000-01-28 Brian Pauladded -I. to .S.o rule
2000-01-28 Brian Paulrenamed _glapi_CurrentContext to _glapi_Context
2000-01-28 Brian Paulmoved entrypoints here from glapi.c
2000-01-28 Brian Paulenable/disable no-context warnings depending on MESA_DEBUG
2000-01-25 Brian Paulfixed VB->IndexPtr==NULL bug (Richard Guenther)
2000-01-24 Brian Paulchanged VB_MAX, no longer dependant on FX symbol
2000-01-24 Brian Paulreplaced HashLookup() with _mesa_HashLookup()
2000-01-24 Brian Paulprefixed hash functions with _mesa_
2000-01-23 Brian Pauladded new SVGA driver files
2000-01-18 Brian Paulreplaced some spaces with a tab
2000-01-18 Brian Paulgeneric_noop() now returns 0
2000-01-18 Brian Paulrenamed CURRENT_INPUT to _mesa_CurrentInput
2000-01-17 Brian Pauladded X86-optimized message for MESA_INFO
2000-01-17 Brian Pauladded missing POINT/LINE RANGE/GRANULARITY tokens
2000-01-17 Brian PaulZ values were wrong in selection mode (Holger Waechtler...
2000-01-14 Brian Pauladded gl_initialize_context_data(), gl_free_context_dat...
2000-01-13 Brian Pauladded _mesa_ArrayElement() proto
2000-01-13 Brian Pauladded gl_register_config_var() proto
2000-01-13 Brian Paulinit a few vars to silence compiler warnings
2000-01-13 Brian Paulinclude dispatch.h
next