Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / mesa / x86 / glapi_x86.S
2008-05-25 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-21 Brianmesa: fix #include path for glapioffsets.h (fixes x86...
2008-05-18 Brian PaulRegenerated API dispatch files
2008-04-09 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-04 BrianAlias glStencilOpSeparateATI with glStencilOpSeparate.
2008-04-04 BrianFinish up ATI_separate_stencil
2008-01-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-10 Michel DänzerAdd glapi/ path for inclusion of glapioffsets.h.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 BrianAdd a few missing GL 2.0 entrypoints, regenerate relate...
2007-06-12 BrianFix TEXREL issues when using GLX_USE_TLS (see bug 7459).
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-30 Brians/params/pointer/ for glGetVertexAttribPointer
2007-01-27 George SapountzisBug 9628: no entry for GetVertexAttribPointerv
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-03 Brian Paul#define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_N...
2006-11-03 Brian PaulAdded OpenGL 2.1 entrypoints.
2006-11-02 Brian PaulUpdate gl_API.xml with OpenGL 2.0 functions, regenerate...
2006-10-11 Ian RomanickFix bug #4681.
2006-10-04 Ian RomanickChanges to generated code caused by the previous commits.
2006-08-29 Ian RomanickDeprecate GL_EXT_vertex_weighting.
2006-08-29 Ian RomanickMore static dispatch function removal.
2006-08-25 Ian RomanickAdd a couple of the missing GL 2.0 functions. Enable...
2006-08-24 Ian RomanickGL_EXT_paletted_texture functions should alias GL_SGI_c...
2006-08-24 Ian RomanickAdd a new offset mode to the GL API XML. This mode...
2006-08-22 Ian RomanickAdd new attribute called static_dispatch to the <functi...
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-04-17 Kristian HøgsbergAdd .note.GNU-stack section to assembler files to avoid...
2006-03-01 Brian PaulAdded glBlitFramebufferEXT function.
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-11-04 Brian Paulremove unneeded HIDDEN definition (bug 4956)
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-08-03 Ian RomanickConvert all instances of XTHREADS to USE_XTHREADS....
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-05-26 Ian RomanickMake a couple minor corrections to gl_API.xml. Fixes...
2005-05-07 Brian Paulx86-64 transform optimizations (Mikko T.)
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2005-02-08 Brian PaulAdd new entrypoints for GL_EXT_framebuffer_object.
2005-01-12 Brian PaulOpenGL 2.0 StencilFunc/Op/MaskSeparate functions
2005-01-07 Ian RomanickUse GNU AS label aliasing, if available. This must...
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 PaulSet symbol visibility to 'default', if supported by...
2004-10-28 Michal Krolrenumber ARB_shader_objects and ARB_vertex_shader offsets
2004-10-27 Michal Kroladd support for ARB_shader_objects and ARB_vertex_shader
2004-10-02 Brian PaulGL_ARB_draw_buffers
2004-08-25 Brian PaulFix mgl name mangling (patch 1014800)
2004-08-17 Ian RomanickFixed an assembler warning / error (depending on the...
2004-07-02 Daniel Borcaput back the correct dispatcher for non-threaded builds.
2004-07-01 Ian RomanickMake sure THREADS is set no matter which threading...
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2003-11-24 Brian Paulupdated after APIspec fixes
2003-11-24 Brian Paulgenerate the OpenGL 1.5 entrypoints
2003-10-23 Daniel Borcamore MinGW fixes
2003-10-22 Kendall BennettMore SciTech SNAP updates. Some of these files didn...
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-04-21 Brian Paulalias ARB/NV program functions where possible
2003-03-29 Brian PaulGL_ARB_vertex_buffer_object, GL_ARB_vertex_program...
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-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-11 Brian PaulFix NASM problems, remove static var in SSE detection...
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-27 Brian Paulupdated vertex program dispatch
2002-04-02 Brian PaulDJGPP updates
2001-12-14 Brian Paulvertex program check-in
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-10-17 Brian Pauladded new entrypoints for 1.3
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-09-06 Brian Paulreplaced ## with CONCAT macro
2000-05-18 Brian PaulDeleteTexturesEXT was missing
2000-05-18 Brian Paulnow generated from bin/glx86asm.py script
2000-02-24 Brian Pauladded more entrypoints
2000-02-24 Brian Pauladded more extension entrypoints
2000-01-28 Brian Paulinclude glapioffset.h instead of ../glapioffsets.h
2000-01-17 Brian Paulrenamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up
2000-01-17 Brian Pauladded copyright info
2000-01-16 Josh Vanderhoofx86 assembly dispatch