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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
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
2000-10-19
Rewrote get_static_proc_address(). It made mistakes in some situations
Brian Paul
1
-7
/
+9
2000-09-06
replaced ## with CONCAT macro
Brian Paul
1
-4
/
+4
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
2000-02-12
added more error checking to _glapi_add_entrypoint()
Brian Paul
1
-7
/
+14
2000-02-12
clean-up
Brian Paul
2
-23
/
+67
2000-02-11
fixed WIN32_THREADS error
Brian Paul
2
-6
/
+6
2000-02-11
added code for all GL_MESA_window_pos functions
Brian Paul
3
-33
/
+79
2000-02-10
THREADS now defined by glthread.h, added more prototypes
Brian Paul
2
-21
/
+50
2000-02-10
changed thread TSD initialization
Brian Paul
1
-17
/
+4
2000-02-10
added support for XFree86 threads. misc clean-up
Brian Paul
2
-43
/
+151
2000-02-03
Committing in .
Jouk Jansen
1
-1
/
+5
2000-02-02
replace offset with functionOffset in generate_entrypoint()
Brian Paul
1
-2
/
+2
2000-02-01
added normal, vertex, viewport message strings
Brian Paul
1
-37
/
+43
2000-02-01
added more message strings
Brian Paul
1
-59
/
+59
2000-01-31
added Mutex macros
Brian Paul
1
-5
/
+60
2000-01-31
removed unneeded \n chars
Brian Paul
1
-25
/
+25
2000-01-31
added more function templates, changed message format
Brian Paul
1
-517
/
+773
2000-01-31
fixed protos for glTexImage3DEXT and GetDetailTexFuncSGIS
Brian Paul
1
-3
/
+3
2000-01-31
added Josh's dynamic display assembly generator
Brian Paul
1
-3
/
+41
2000-01-28
renamed _glapi_CurrentContext to _glapi_Context
Brian Paul
2
-13
/
+13
2000-01-28
removed actual GL entrypoints (glapitemp.h)
Brian Paul
1
-70
/
+11
2000-01-28
added default template macros
Brian Paul
1
-1
/
+28
2000-01-28
updated comments
Brian Paul
2
-4
/
+13
2000-01-27
include conf.h if HAVE_CONFIG_H defined
Brian Paul
1
-1
/
+4
2000-01-17
disabled X86-optimized dispatch when using XF86DRI (temporary)
Brian Paul
1
-2
/
+2
2000-01-17
added _glapi_Dispatch
Brian Paul
1
-2
/
+4
2000-01-17
renamed _mesa_Dispatch to _glapi_Dispatch, misc clean-up
Brian Paul
1
-19
/
+16
2000-01-16
x86 assembly dispatch
Josh Vanderhoof
2
-23
/
+43
[next]