change gl_buffer_object's Size field to GLsizeiptrARB type
[mesa.git] / src / mesa / main / dlist.c
2005-02-11 Keith Whitwellmesa-main-0-NULL.patch from Jeff Muizelaar
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-27 Brian Paulclean up code related to dispatch table initialization
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-24 Adam JacksonBug #1682: Mesa core code that gets linked into DRI...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-08-30 Daniel Borcaremove CR
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-06-28 Brian PaulglBegin/EndQueryARB didn't work inside display lists
2004-06-03 Keith WhitwellFix problems when sizeof(Node) != sizeof(float)
2004-04-20 Keith WhitwellAdd printing for recently added opcodes.
2004-04-19 Brian Paulin TexEnv functions, check if pname == GL_TEXTURE_ENV_C...
2004-04-02 Brian Pauladded some assertions, just to be safe
2004-03-26 Brian Paulfix some warnings
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-04 Brian Paulplug in _mesa_BlendFunc into dispatch table
2004-03-03 Brian Paulcomments, capitalization, misc-clean-ups
2004-01-30 Brian PaulglBindProgramARB wasn't getting compiled into display...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-21 Ian RomanickSilence a compiler warning DRI builds using gcc3.
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-15 Brian Paulchange MALLOC to CALLOC to silence valgrind error in...
2003-12-04 Karl SchultzAdd missing GLAPIENTRY
2003-11-25 Brian Paulcasts for g++
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-18 Brian PaulMove macros from header to C file. Updated some comments
2003-09-12 Kendall BennettUpdates to fix problems building with the Open Watcom...
2003-09-09 Brian Pauldisplay list support for ARB_vertex/fragment_program
2003-09-09 Brian Paulplug in vertex buffer object functions
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...
next