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
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/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
staging/22.2
staging/22.3
staging/23.0
staging/23.1
staging/23.2
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
/
progs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-04
Delete directories not included in the mesa tarballs.
Julien Cristau
293
-50052
/
+0
2007-02-01
Merge branch 'upstream-experimental' into debian-experimental
Julien Cristau
313
-10
/
+52267
2006-12-01
Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...
Claudio Ciccani
3
-3
/
+3
2006-11-22
fix the gl version test
Roland Scheidegger
1
-4
/
+4
2006-11-18
Update to latest upstream release candidate.
Thierry Reding
8
-79
/
+824
2006-11-03
added fsligght
Brian Paul
1
-0
/
+1
2006-11-03
yet another deriviative of the fplight.c demo for OpenGL 2.0 shading language
Brian Paul
1
-0
/
+334
2006-11-02
test OpenGL 2.0 stencil funcs
Brian Paul
1
-5
/
+83
2006-11-01
merge the (rest of) texmem branch
Keith Whitwell
5
-27
/
+612
2006-10-24
Add missing call to glutInit.
Ian Romanick
1
-0
/
+1
2006-10-16
Added -clip option to test glCopyPixels beyond window bounds.
Brian Paul
1
-18
/
+17
2006-10-14
allow specifying image size on cmd line
Brian Paul
1
-19
/
+26
2006-10-14
Import Mesa 6.5.1 (MesaLib, MesaDemos, MesaGLUT).
Thierry Reding
265
-0
/
+81720
2006-09-26
Prepend #extension 'MESA_shader_debug: require' to each shader.
Michal Krol
2
-1
/
+41
2006-09-23
allocate larger TempImage, use COMBO var to choose test format/type
Brian Paul
1
-15
/
+16
2006-09-15
npot version of redbook/mipmap.c
Keith Whitwell
2
-0
/
+185
2006-08-30
make prog2 a legal program (texture reference fix)
Brian Paul
1
-1
/
+1
2006-08-28
move initialization code aroudn so glPointParameter isn't called before check...
Roland Scheidegger
1
-3
/
+3
2006-08-28
check for GL_ARB_point_parameters
Brian Paul
1
-0
/
+5
2006-08-25
delete buffers, destroy window upon exit
Brian Paul
1
-1
/
+13
2006-08-24
add point-position.c
Keith Whitwell
1
-0
/
+1
2006-08-24
Test for fragment.position in points primitives. Currently renders
Keith Whitwell
1
-0
/
+119
2006-08-15
Add test for GL_EXT_gpu_program_parameters.
Ian Romanick
2
-0
/
+286
2006-08-09
More GLSL code - more support for vec4 operations on x86 back-end.
Michal Krol
2
-1
/
+22
2006-08-02
Change fragment shader to utilize faster vec4 operations.
Michal Krol
1
-23
/
+38
2006-08-02
Add test for vec4 extension.
Michal Krol
1
-0
/
+152
2006-08-01
casts and assertions
Brian Paul
1
-4
/
+9
2006-08-01
code to draw engine block
Brian Paul
1
-11
/
+205
2006-07-30
Fix dependencies.
Michal Krol
1
-16
/
+4
2006-07-29
Optimize shaders.
Michal Krol
1
-15
/
+30
2006-07-13
LIB_DIR is now just 'lib' or 'lib64'
Brian Paul
8
-23
/
+23
2006-07-12
destroy window upon exit, remove CVS log comment
mesa-6_5-20060712
Brian Paul
1
-22
/
+4
2006-07-12
call glutDestroyWindow() to allow checking for mem leaks upon exit
Brian Paul
1
-1
/
+3
2006-07-07
fixup OSMESA_LIBS and make clean target
Brian Paul
1
-1
/
+5
2006-07-07
remove GLUT dependency
Brian Paul
1
-7
/
+133
2006-07-07
remove dependency on GLUT
Brian Paul
1
-33
/
+75
2006-07-04
New animated engine demo.
Brian Paul
2
-0
/
+1107
2006-06-30
remove occlude.c demo since GL_HP_occlusion_test no longer available
Brian Paul
1
-1
/
+0
2006-06-26
use trackball code for mouse rotation
Brian Paul
2
-49
/
+44
2006-06-26
virtual trackball code
Brian Paul
2
-0
/
+422
2006-06-22
New 'install' targets in makefile. See bug 2372.
Brian Paul
1
-0
/
+2
2006-06-22
A bunch of tiny tests that I've found helpful bringing up drivers from
Keith Whitwell
54
-0
/
+7585
2006-06-21
exercise min/max lod
Keith Whitwell
1
-2
/
+21
2006-06-21
exercise position invarient vertex program
Keith Whitwell
1
-6
/
+1
2006-06-13
Fix command line parsing.
Michel Dänzer
1
-7
/
+7
2006-06-13
removed incorrect const qualifier
Brian Paul
2
-2
/
+2
2006-06-12
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
5
-0
/
+708
2006-06-02
Thomas Sondergaard's API tracer
Brian Paul
6
-0
/
+579
2006-05-31
fix extension_supported() function, added comments
Brian Paul
1
-4
/
+18
2006-05-31
Added some example progs using DirectFBGL.
Claudio Ciccani
5
-0
/
+2258
[next]