index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
23.2
23.3
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/23.2
staging/23.3
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
glapi
Age
Commit message (
Expand
)
Author
Files
Lines
2001-10-17
updated for new glext.h
Brian Paul
1
-1
/
+3
2001-10-17
minor updates for new glext.h
Brian Paul
1
-3
/
+16
2001-09-14
more GL 1.3 updates
Brian Paul
1
-49
/
+104
2001-08-28
OpenGL 1.3 support
Brian Paul
1
-686
/
+1025
2001-08-03
Use #function instead of @function
davem69
1
-4
/
+4
2001-06-06
Remove dependency on MESA sources from gl* files
davem69
2
-12
/
+21
2001-06-05
Sparc optimized GLAPI dispatch table.
davem69
2
-6
/
+63
2001-06-05
filled in a bunch of the function template strings
Brian Paul
1
-78
/
+78
2001-06-05
Python script for making glapi_sparc.S
davem69
1
-0
/
+152
2001-05-29
infrastructure for GL_ARB_multisample
Brian Paul
1
-2
/
+1
2001-03-28
removed a debug message
Brian Paul
1
-2
/
+1
2001-03-28
remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch po...
Brian Paul
1
-3
/
+1
2001-03-28
New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.
Brian Paul
3
-689
/
+986
2001-03-26
removed DO_GEOMETRY
Brian Paul
1
-15
/
+1
2001-03-26
change glTexImage3D() internalFormat to GLenum to match other OpenGLs
Brian Paul
2
-3
/
+3
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
4
-30
/
+25
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2
-7
/
+7
2001-01-23
added dispatch override mechanism, used by trace extension
Brian Paul
2
-56
/
+122
2000-12-26
Major rework of tnl module
Keith Whitwell
1
-904
/
+1489
2000-11-22
Committing in .
Jouk Jansen
2
-20
/
+14
2000-11-17
Committing in .
Jouk Jansen
1
-2
/
+9
2000-10-27
Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c
Brian Paul
4
-23
/
+142
2000-10-19
Rewrote get_static_proc_address(). It made mistakes in some situations
Brian Paul
1
-6
/
+8
2000-09-26
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Brian Paul
2
-15
/
+16
2000-09-15
added GL_MESA_trace support
Brian Paul
2
-11
/
+11
2000-09-06
replaced ## with CONCAT macro
Brian Paul
1
-4
/
+4
2000-09-05
added tracing facility from Loki
Brian Paul
2
-5
/
+66
2000-06-12
changed dispatch of GL_EXT_vertex_array functions
Brian Paul
1
-9
/
+9
2000-05-24
replaced assertion with a conditional in _glapi_add_entrypoint()
Brian Paul
1
-7
/
+8
2000-05-19
changed internalFormat to GLenum in TexImage4DSGI and all compressed textimag...
Brian Paul
1
-5
/
+5
2000-05-19
added const to compressed tex image functions
Brian Paul
1
-7
/
+7
2000-05-18
added glTbufferMask3DFX(), enabled texture compression functions
Brian Paul
1
-3
/
+9
2000-05-18
bunch of updates to static_functions[]
Brian Paul
1
-250
/
+510
2000-05-18
added tbuffer and compressed teximage extension functions
Brian Paul
3
-189
/
+259
2000-05-11
generate X86 dispatch code
Brian Paul
1
-0
/
+150
2000-05-11
recover from offset=? condition, code clean-up
Brian Paul
1
-10
/
+17
2000-05-11
recover from offset=? condition
Brian Paul
1
-9
/
+14
2000-04-10
added some more functions
Brian Paul
1
-1
/
+112
2000-03-29
renamed mesaStrDup() to str_dup()
Brian Paul
1
-9
/
+10
2000-03-27
Updated to compile under Irix 6.5
Randy Frank
1
-3
/
+14
2000-03-19
fixed compiler warnings on BeOS R4
Brian Paul
1
-349
/
+349
2000-02-24
now using SGI-specified dispatch order
Brian Paul
2
-623
/
+960
2000-02-24
now generated with Python script
Brian Paul
1
-847
/
+557
2000-02-24
bunch of dispatch and extension-related changes
Brian Paul
1
-822
/
+557
2000-02-24
added some error checking
Brian Paul
1
-3
/
+11
2000-02-23
changed a GLuint to GLint
Brian Paul
1
-2
/
+2
2000-02-23
fixed a few glitches
Brian Paul
2
-10
/
+10
2000-02-22
sort the offsets by number
Brian Paul
1
-4
/
+14
2000-02-22
initial check-in
Brian Paul
2
-0
/
+390
2000-02-12
always include thread.h
Brian Paul
1
-3
/
+1
[next]