Store compiled vertex program representations in a pointer in the
[mesa.git] / src / mesa / sparc /
2004-11-22 Brian Paulsilence warning, minor clean-up
2004-11-22 Brian Paulapplied SPARC patch (freedesktop bug 1898)
2004-06-26 Ian RomanickRe-enable SPARC assembly on sunos5-gcc platform.
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2003-12-01 Brian Paulfix __sparc_v9__ test to exclude linux (bug 852204)
2003-11-24 Brian Paulgenerate the OpenGL 1.5 entrypoints
2003-08-24 Brian Paulregenerated for GL_IBM_multimode_draw_arrays
2003-08-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-10 Brian PaulFurther makefile clean-up, concentrated on the x86...
2003-04-21 Brian Paulalias ARB/NV program functions where possible
2003-03-29 Brian PaulGL_ARB_vertex_buffer_object, GL_ARB_vertex_program...
2003-02-08 Brian Pauldisable normal xform code - see bug 673938
2002-11-07 Brian Pauladded glBlendFuncSeparate, glMultiDrawArrays, glMultiDr...
2002-11-07 Brian Pauladded missing 1.4 glFogCoord functions
2002-09-06 Brian Paulfixed glSampleCoverage typo
2002-09-06 Brian Pauladded GL_EXT_stencil_two_side and GL_NV_fence
2002-09-06 Brian Pauladded OpenGL 1.4 entrypoints
2002-07-12 Brian Paulfix patching offsets (Sven Panne) (patch 544637)
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-27 Brian Paulupdated vertex program dispatch
2002-04-17 Brian PaulDisabled SPARC cliptest functions for now. See bug...
2002-04-09 Keith Whitwellremove dead vertex assembly
2002-01-03 Brian Paulregenerated from updated glsparcasm.py script
2001-12-14 Brian Paulvertex program check-in
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-11-19 Brian Paulfixed a glitch
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian PaulAPI dispath updates
2001-10-17 Brian Pauladded new entrypoints for 1.3
2001-08-03 davem69Use #function instead of @function
2001-07-27 Brian Paulundo previous check-in (restore the @ symbols)
2001-07-27 Brian Paulreplaced @ with ## or # to allow compilation on SunOS...
2001-06-06 davem69Remove dependency on MESA sources from gl* files
2001-06-06 davem69SPARC normal tnl optimizations.
2001-06-05 davem69Sparc optimized GLAPI dispatch table.
2001-06-05 davem69Generate this now that I know which
2001-05-23 Brian Paulupdated copyright
2001-05-23 Brian PaulSPARC assembly optimizations from David Miller.