Added most of the infrastructure required to support
[mesa.git] / src / mesa / main / dlist.c
2003-08-31 Brian PaulMoved some shared vertex/fragment program code into...
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-07-22 Brian Paulremove printf
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-03 Brian Paultweak checks for display list zero
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-04-17 Brian Pauladded LoadProgramNV and RequestResidentProgramsNV
2003-04-17 Brian PaulAdded arbprogram.c to Makefiles.
2003-03-03 Brian Paulbetter error messages (Leif Delgass)
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-11-06 Brian Paula few dispatch pointers weren't set (glGenTexturesEXT...
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-10-07 Brian Paulremoved old comment
2002-09-06 Brian Paulimplemented glProgramParameters4[df]vNV()
2002-09-06 Brian Paulhook-up dispatch for glActiveStencilFaceEXT()
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-08-17 Brian Pauladded error checking for glCallLists() type parameter
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-27 Brian Pauldispatch offsets for ARB_window_pos
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-04-02 Brian PaulGL_ARB_point_parameters support
2001-12-19 Brian Paulsome display list support for vertex program extension
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulminor dispatach table changes
2001-12-14 Brian Paulvertex program check-in
2001-12-13 Karl SchultzRemove const from save_TexParameteri to match prototype...
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian PaulAPI dispath updates
2001-09-18 Karl Schultzcompiler warnings
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-06-12 Brian Pauldon't compile glClientActiveTextureARB() into display...
2001-06-11 Brian Paulfixed minor display list bugs (#431517)
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-05-14 Keith Whitwellincrease blocksize, remove dead opcodes
2001-05-10 Keith WhitwellSet 'prefer_float_colors' true, now that tnl uses them...
2001-05-09 Keith WhitwellAdd FLUSH_CURRENT() calls to fix ordering problems...
2001-03-27 Brian Paulsilence compiler warnings
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-13 Keith Whitwellfix conform dlist test
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwelltry and force a log message
2000-12-27 Keith Whitwellfix demos/fire, enable lazy vertex flushing
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-10 Brian Paulrenamed imaging files to histogram since that's what...
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-23 Brian Pauladded convolve.h header
2000-07-10 Keith WhitwellFix for miscolored rects in display lists.
2000-06-12 Brian Pauladded EXT version of vertex array functions
2000-06-06 Brian Paulmore work on GL_ARB_texture_compression
2000-05-24 Brian Paulchanged allocation/initialization of API dispatch tables
2000-05-23 Brian Paulinitial work for GL_ARB_texture_compression
2000-05-19 Brian Pauladded a bunch of imaging functions
2000-05-18 Brian Paulreplaced components with internalFormat
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture
2000-03-21 Brian Pauladded more locking
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-03-03 Brian Paulsave ColorTable and ColorSubTable commands
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-12 Brian Paulnow using dynamically allocated api dispatch tables
2000-02-11 Brian Pauladded code for all GL_MESA_window_pos functions
2000-02-02 Brian Pauldon't include dispatch.h
2000-02-02 Brian Paulupdated includes for source file reorg
2000-01-31 Brian Pauladded save_TexImage3DEXT()
2000-01-24 Brian Paulprefixed hash functions with _mesa_
2000-01-13 Brian Paulmade some functions static
2000-01-07 Brian Pauladded missing glHintPGI() function
1999-12-15 Brian Paulremoved _GLAPI_ extension testing
1999-12-10 Brian Paulimplemented GL_ARB_tranpose_matrix
1999-11-27 Brian Pauladded call to _mesa_init_no_op_table()
1999-11-25 Brian Paulinclude glapi.h
1999-11-12 Brian Paulreplaced EXT_color_table with EXT_paletted_texture
1999-11-11 Brian PaulColorTableEXT clean-up
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-09 Keith Whitwellmore fixes for glDrawArrays
1999-11-08 Brian Paulclean-up of header includes (Daryll)
next