Move all the code for computing ctx->_TriangleCaps into state.c.
[mesa.git] / src / mesa / main / dlist.c
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
2006-10-11 Ian RomanickFix bug #4681.
2006-08-24 Ian RomanickGL_EXT_paletted_texture functions should alias GL_SGI_c...
2006-08-17 Brian Paulchange #ifdef to #if
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-06-30 Brian PaulAdded _mesa_delete_list() to delete a display list...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-21 Brian Paulpass color index as float, not int
2006-04-11 Michal KrolMore GLSL code:
2006-03-01 Brian PaulNo need for _mesa_save_error() to be public.
2006-03-01 Brian Pauladded BlitFramebuffer() support
2006-02-26 Brian Paulre-formated with indent.
2006-02-26 Brian PaulRemove need to initialize the InstSize[] array elements...
2006-02-26 Brian Pauldisplay list clean-ups
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-11 Brian PaulMake _mesa_is_proxy_texture() non-static and use in...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
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...
next