summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Collapse)AuthorAgeFilesLines
* changed internalFormat to GLenum in TexImage4DSGI and all compressed ↵Brian Paul2000-05-191-5/+5
| | | | textimage calls
* added const to compressed tex image functionsBrian Paul2000-05-191-7/+7
|
* added glTbufferMask3DFX(), enabled texture compression functionsBrian Paul2000-05-181-3/+9
|
* bunch of updates to static_functions[]Brian Paul2000-05-181-250/+510
|
* added tbuffer and compressed teximage extension functionsBrian Paul2000-05-183-189/+259
|
* generate X86 dispatch codeBrian Paul2000-05-111-0/+150
|
* recover from offset=? condition, code clean-upBrian Paul2000-05-111-10/+17
|
* recover from offset=? conditionBrian Paul2000-05-111-9/+14
|
* added some more functionsBrian Paul2000-04-101-1/+112
|
* renamed mesaStrDup() to str_dup()Brian Paul2000-03-291-9/+10
|
* Updated to compile under Irix 6.5Randy Frank2000-03-271-3/+14
|
* fixed compiler warnings on BeOS R4Brian Paul2000-03-191-349/+349
|
* now using SGI-specified dispatch orderBrian Paul2000-02-242-623/+960
|
* now generated with Python scriptBrian Paul2000-02-241-847/+557
|
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-822/+557
|
* added some error checkingBrian Paul2000-02-241-3/+11
|
* changed a GLuint to GLintBrian Paul2000-02-231-2/+2
|
* fixed a few glitchesBrian Paul2000-02-232-10/+10
|
* sort the offsets by numberBrian Paul2000-02-221-4/+14
|
* initial check-inBrian Paul2000-02-222-0/+390
|
* always include thread.hBrian Paul2000-02-121-3/+1
|
* added more error checking to _glapi_add_entrypoint()Brian Paul2000-02-121-7/+14
|
* clean-upBrian Paul2000-02-122-23/+67
|
* fixed WIN32_THREADS errorBrian Paul2000-02-112-6/+6
|
* added code for all GL_MESA_window_pos functionsBrian Paul2000-02-113-33/+79
|
* THREADS now defined by glthread.h, added more prototypesBrian Paul2000-02-102-21/+50
|
* changed thread TSD initializationBrian Paul2000-02-101-17/+4
|
* added support for XFree86 threads. misc clean-upBrian Paul2000-02-102-43/+151
|
* Committing in .Jouk Jansen2000-02-031-1/+5
| | | | | | | | Updates effective and needed for VMS only Modified Files: Mesa/src/descrip.mms Mesa/src/glapitable.h ----------------------------------------------------------------------
* replace offset with functionOffset in generate_entrypoint()Brian Paul2000-02-021-2/+2
|
* added normal, vertex, viewport message stringsBrian Paul2000-02-011-37/+43
|
* added more message stringsBrian Paul2000-02-011-59/+59
|
* added Mutex macrosBrian Paul2000-01-311-5/+60
|
* removed unneeded \n charsBrian Paul2000-01-311-25/+25
|
* added more function templates, changed message formatBrian Paul2000-01-311-517/+773
|
* fixed protos for glTexImage3DEXT and GetDetailTexFuncSGISBrian Paul2000-01-311-3/+3
|
* added Josh's dynamic display assembly generatorBrian Paul2000-01-311-3/+41
|
* renamed _glapi_CurrentContext to _glapi_ContextBrian Paul2000-01-282-13/+13
|
* removed actual GL entrypoints (glapitemp.h)Brian Paul2000-01-281-70/+11
|
* added default template macrosBrian Paul2000-01-281-1/+28
|
* updated commentsBrian Paul2000-01-282-4/+13
|
* include conf.h if HAVE_CONFIG_H definedBrian Paul2000-01-271-1/+4
|
* disabled X86-optimized dispatch when using XF86DRI (temporary)Brian Paul2000-01-171-2/+2
|
* added _glapi_DispatchBrian Paul2000-01-171-2/+4
|
* renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-upBrian Paul2000-01-171-19/+16
|
* x86 assembly dispatchJosh Vanderhoof2000-01-162-23/+43
|
* minor change for DEBUG buildsBrian Paul2000-01-141-2/+4
|
* added printf-message to dispatch templatesBrian Paul2000-01-102-515/+555
|
* removed DISPATCH_SETUP, added RETURN_DISPATCHBrian Paul2000-01-082-527/+30
|
* improved robustness of extension handling in static_functions[] arrayBrian Paul2000-01-071-229/+467
|