Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c | Brian Paul | 2000-10-27 | 4 | -23/+142 |
| | | | | | | | | and state.c file for plugging those functions into the dispatch table. Don't use Mesa 3.5 for DRI until SGI approves the new dispatch offsets. Commented-out references to ctx->FogMode and VB->Specular in FX driver. Minor clean-up in extensions.c Removed unused prototype in fog.h | ||||
* | Rewrote get_static_proc_address(). It made mistakes in some situations | Brian Paul | 2000-10-19 | 1 | -6/+8 |
| | |||||
* | Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE. | Brian Paul | 2000-09-26 | 2 | -15/+16 |
| | | | | Changed src/Makefile.X11 to compile Trace sources like other drivers. | ||||
* | added GL_MESA_trace support | Brian Paul | 2000-09-15 | 2 | -11/+11 |
| | |||||
* | replaced ## with CONCAT macro | Brian Paul | 2000-09-06 | 1 | -4/+4 |
| | |||||
* | added tracing facility from Loki | Brian Paul | 2000-09-05 | 2 | -5/+66 |
| | |||||
* | changed dispatch of GL_EXT_vertex_array functions | Brian Paul | 2000-06-12 | 1 | -9/+9 |
| | |||||
* | replaced assertion with a conditional in _glapi_add_entrypoint() | Brian Paul | 2000-05-24 | 1 | -7/+8 |
| | |||||
* | changed internalFormat to GLenum in TexImage4DSGI and all compressed ↵ | Brian Paul | 2000-05-19 | 1 | -5/+5 |
| | | | | textimage calls | ||||
* | added const to compressed tex image functions | Brian Paul | 2000-05-19 | 1 | -7/+7 |
| | |||||
* | added glTbufferMask3DFX(), enabled texture compression functions | Brian Paul | 2000-05-18 | 1 | -3/+9 |
| | |||||
* | bunch of updates to static_functions[] | Brian Paul | 2000-05-18 | 1 | -250/+510 |
| | |||||
* | added tbuffer and compressed teximage extension functions | Brian Paul | 2000-05-18 | 3 | -189/+259 |
| | |||||
* | generate X86 dispatch code | Brian Paul | 2000-05-11 | 1 | -0/+150 |
| | |||||
* | recover from offset=? condition, code clean-up | Brian Paul | 2000-05-11 | 1 | -10/+17 |
| | |||||
* | recover from offset=? condition | Brian Paul | 2000-05-11 | 1 | -9/+14 |
| | |||||
* | added some more functions | Brian Paul | 2000-04-10 | 1 | -1/+112 |
| | |||||
* | renamed mesaStrDup() to str_dup() | Brian Paul | 2000-03-29 | 1 | -9/+10 |
| | |||||
* | Updated to compile under Irix 6.5 | Randy Frank | 2000-03-27 | 1 | -3/+14 |
| | |||||
* | fixed compiler warnings on BeOS R4 | Brian Paul | 2000-03-19 | 1 | -349/+349 |
| | |||||
* | now using SGI-specified dispatch order | Brian Paul | 2000-02-24 | 2 | -623/+960 |
| | |||||
* | now generated with Python script | Brian Paul | 2000-02-24 | 1 | -847/+557 |
| | |||||
* | bunch of dispatch and extension-related changes | Brian Paul | 2000-02-24 | 1 | -822/+557 |
| | |||||
* | added some error checking | Brian Paul | 2000-02-24 | 1 | -3/+11 |
| | |||||
* | changed a GLuint to GLint | Brian Paul | 2000-02-23 | 1 | -2/+2 |
| | |||||
* | fixed a few glitches | Brian Paul | 2000-02-23 | 2 | -10/+10 |
| | |||||
* | sort the offsets by number | Brian Paul | 2000-02-22 | 1 | -4/+14 |
| | |||||
* | initial check-in | Brian Paul | 2000-02-22 | 2 | -0/+390 |
| | |||||
* | always include thread.h | Brian Paul | 2000-02-12 | 1 | -3/+1 |
| | |||||
* | added more error checking to _glapi_add_entrypoint() | Brian Paul | 2000-02-12 | 1 | -7/+14 |
| | |||||
* | clean-up | Brian Paul | 2000-02-12 | 2 | -23/+67 |
| | |||||
* | fixed WIN32_THREADS error | Brian Paul | 2000-02-11 | 2 | -6/+6 |
| | |||||
* | added code for all GL_MESA_window_pos functions | Brian Paul | 2000-02-11 | 3 | -33/+79 |
| | |||||
* | THREADS now defined by glthread.h, added more prototypes | Brian Paul | 2000-02-10 | 2 | -21/+50 |
| | |||||
* | changed thread TSD initialization | Brian Paul | 2000-02-10 | 1 | -17/+4 |
| | |||||
* | added support for XFree86 threads. misc clean-up | Brian Paul | 2000-02-10 | 2 | -43/+151 |
| | |||||
* | Committing in . | Jouk Jansen | 2000-02-03 | 1 | -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 Paul | 2000-02-02 | 1 | -2/+2 |
| | |||||
* | added normal, vertex, viewport message strings | Brian Paul | 2000-02-01 | 1 | -37/+43 |
| | |||||
* | added more message strings | Brian Paul | 2000-02-01 | 1 | -59/+59 |
| | |||||
* | added Mutex macros | Brian Paul | 2000-01-31 | 1 | -5/+60 |
| | |||||
* | removed unneeded \n chars | Brian Paul | 2000-01-31 | 1 | -25/+25 |
| | |||||
* | added more function templates, changed message format | Brian Paul | 2000-01-31 | 1 | -517/+773 |
| | |||||
* | fixed protos for glTexImage3DEXT and GetDetailTexFuncSGIS | Brian Paul | 2000-01-31 | 1 | -3/+3 |
| | |||||
* | added Josh's dynamic display assembly generator | Brian Paul | 2000-01-31 | 1 | -3/+41 |
| | |||||
* | renamed _glapi_CurrentContext to _glapi_Context | Brian Paul | 2000-01-28 | 2 | -13/+13 |
| | |||||
* | removed actual GL entrypoints (glapitemp.h) | Brian Paul | 2000-01-28 | 1 | -70/+11 |
| | |||||
* | added default template macros | Brian Paul | 2000-01-28 | 1 | -1/+28 |
| | |||||
* | updated comments | Brian Paul | 2000-01-28 | 2 | -4/+13 |
| | |||||
* | include conf.h if HAVE_CONFIG_H defined | Brian Paul | 2000-01-27 | 1 | -1/+4 |
| |