index
:
~osiris/mesa
master
r300-blit
r300g-vbo
radeon-texrewrite-clean
radeon_copyteximage
radeon_fbos
radeon_tiled_textures
tiled_textures
Unnamed repository; edit this file to name it for gitweb.
osiris
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2006-05-30
Make it running under Linux.
Michal Krol
8
-1481
/
+1559
2006-05-19
print 2D vs 3D in window
Brian Paul
1
-2
/
+9
2006-05-19
also test 3D textures (press '2'/'3' to toggle)
Brian Paul
1
-8
/
+44
2006-05-19
Demonstrate rendering 8, 16 and 32-bit/channel images all in one program.
Brian Paul
2
-1
/
+350
2006-05-17
call reshape() after init() to set initial projection/viewing transform (see ...
Brian Paul
1
-2
/
+8
2006-05-16
bug 6941: fixed initial rendering problems in glxgears
Tilman Sauerbeck
1
-0
/
+1
2006-05-16
GLSL regression test suite.
Michal Krol
12
-0
/
+3168
2006-05-15
added a few extension #ifdef tests
Brian Paul
1
-1
/
+12
2006-05-15
usage() function
Brian Paul
1
-2
/
+15
2006-05-13
Expanded output with -l option: vertex/fragment program and vertex/fragment
Brian Paul
1
-24
/
+157
2006-05-11
simplify image setup code, added LOD Bias control (l/L keys)
Brian Paul
1
-76
/
+62
2006-05-10
simple texture compression test
Brian Paul
2
-0
/
+274
2006-05-10
new test image - Delicate Arch, Utah
Brian Paul
1
-0
/
+0
2006-05-10
Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.
Brian Paul
2
-0
/
+248
2006-04-28
fptest1 requires GL_NV_fragment_program
Tilman Sauerbeck
1
-0
/
+5
2006-04-25
Remove carriage returns.
Michal Krol
1
-106
/
+106
2006-04-24
fprintf() clean-up (bug 6730)
Brian Paul
1
-3
/
+1
[next]