summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/glapi_x86.S
Commit message (Expand)AuthorAgeFilesLines
* more MinGW fixesDaniel Borca2003-10-231-1/+1
* More SciTech SNAP updates. Some of these files didn't really change, butKendall Bennett2003-10-221-1795/+1798
* regenerated for GL_IBM_multimode_draw_arraysBrian Paul2003-08-241-12/+12
* Added support for GL_IBM_multimode_draw_arrays.Ian Romanick2003-08-221-0/+12
* Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul2003-06-131-0/+48
* alias ARB/NV program functions where possibleBrian Paul2003-04-211-102/+108
* GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program en...Brian Paul2003-03-291-0/+474
* added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul2002-11-071-30/+48
* added missing 1.4 glFogCoord functionsBrian Paul2002-11-071-0/+30
* fixed glSampleCoverage typoBrian Paul2002-09-061-0/+6
* added GL_EXT_stencil_two_side and GL_NV_fenceBrian Paul2002-09-061-0/+48
* added OpenGL 1.4 entrypointsBrian Paul2002-09-061-0/+222
* Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...Brian Paul2002-06-301-0/+12
* Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)Brian Paul2002-06-111-750/+752
* Added GL_NV_point_sprite functions: glPointParameteri[v]NV().Brian Paul2002-05-291-0/+12
* updated vertex program dispatchBrian Paul2002-05-271-130/+130
* DJGPP updatesBrian Paul2002-04-021-1/+1
* vertex program check-inBrian Paul2001-12-141-0/+384
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-296/+290
* added test implementation of GL_ARB_window_posBrian Paul2001-11-181-0/+96
* API dispath updatesBrian Paul2001-11-181-331/+347
* added new entrypoints for 1.3Brian Paul2001-10-171-0/+278
* Major rework of tnl moduleKeith Whitwell2000-12-261-1240/+0
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-0/+136
* replaced ## with CONCAT macroBrian Paul2000-09-061-2/+2
* DeleteTexturesEXT was missingBrian Paul2000-05-181-0/+8
* now generated from bin/glx86asm.py scriptBrian Paul2000-05-181-1846/+2014
* added more entrypointsBrian Paul2000-02-241-82/+433
* added more extension entrypointsBrian Paul2000-02-241-1/+300
* include glapioffset.h instead of ../glapioffsets.hBrian Paul2000-01-281-2/+2
* renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul2000-01-171-988/+992
* added copyright infoBrian Paul2000-01-171-0/+32
* x86 assembly dispatchJosh Vanderhoof2000-01-161-0/+3985