Xiang, Haihao
afba8f0d30
Fix bug#9673
Cast from pointer to unsinged long and cast to pointer from
unsinged long
18 years ago
Michel Dänzer
78a6e05439
mipmap_limits: Fix display of current texture filtering mode.
19 years ago
Brian
6c305c0831
Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.
19 years ago
Brian
73eee2402e
Use XDisplayName() when reporting errors (bug 8079).
19 years ago
Michel Dänzer
b46e359f58
glxinfo: When direct rendering is not enabled, print some hints.
If indirect rendering is forced, say how. Otherwise, suggest setting
LIBGL_DEBUG=verbose.
Inspired by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379323 .
19 years ago
Michel Dänzer
14f92636b0
Make git ignore files only generated at build time.
19 years ago
Claudio Ciccani
73fdecca9f
Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own header.
Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
19 years ago
Roland Scheidegger
22b74ff2b7
fix the gl version test
19 years ago
Brian Paul
4b43054c4b
added fsligght
19 years ago
Brian Paul
24ea2c2cef
yet another deriviative of the fplight.c demo for OpenGL 2.0 shading language
19 years ago
Brian Paul
036173e0d8
test OpenGL 2.0 stencil funcs
19 years ago
Keith Whitwell
48e6fff3a9
merge the (rest of) texmem branch
19 years ago
Ian Romanick
e4298b9492
Add missing call to glutInit.
19 years ago
Brian Paul
8dff54e71d
Added -clip option to test glCopyPixels beyond window bounds.
Clear dest window to black before copying.
Use glWindowPos2iARB().
19 years ago
Brian Paul
07fd19f572
allow specifying image size on cmd line
19 years ago
Michal Krol
ea87987dda
Prepend #extension 'MESA_shader_debug: require' to each shader.
19 years ago
Brian Paul
1ad12874b3
allocate larger TempImage, use COMBO var to choose test format/type
19 years ago
Keith Whitwell
54d3ab4878
npot version of redbook/mipmap.c
19 years ago
Brian Paul
c6f8176b3f
make prog2 a legal program (texture reference fix)
19 years ago
Roland Scheidegger
af1dc7e487
move initialization code aroudn so glPointParameter isn't called before checking the extension is present
19 years ago
Brian Paul
a394f546a4
check for GL_ARB_point_parameters
19 years ago
Brian Paul
0c46a12365
delete buffers, destroy window upon exit
19 years ago
Keith Whitwell
39f222a421
add point-position.c
19 years ago
Keith Whitwell
28536e6c4f
Test for fragment.position in points primitives. Currently renders
incorrectly on software mesa.
19 years ago
Ian Romanick
5208d93a41
Add test for GL_EXT_gpu_program_parameters.
19 years ago
Michal Krol
edefc658e4
More GLSL code - more support for vec4 operations on x86 back-end.
19 years ago
Michal Krol
1616f5b621
Change fragment shader to utilize faster vec4 operations.
19 years ago
Michal Krol
7a70391575
Add test for vec4 extension.
19 years ago
Brian Paul
cc738e004f
casts and assertions
19 years ago
Brian Paul
f05e7eba95
code to draw engine block
19 years ago
Michal Krol
c26999fd2c
Fix dependencies.
19 years ago
Michal Krol
39dd5196e6
Optimize shaders.
Use frame counter.
19 years ago
Brian Paul
883f9891cb
LIB_DIR is now just 'lib' or 'lib64'
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno Böck.
19 years ago
Brian Paul
59cfd3cd3f
destroy window upon exit, remove CVS log comment
19 years ago
Brian Paul
d8bb5ea967
call glutDestroyWindow() to allow checking for mem leaks upon exit
19 years ago
Brian Paul
04f43226a8
fixup OSMESA_LIBS and make clean target
19 years ago
Brian Paul
8c140c9c37
remove GLUT dependency
19 years ago
Brian Paul
3ae1905744
remove dependency on GLUT
19 years ago
Brian Paul
1ff8daf21e
New animated engine demo.
19 years ago
Brian Paul
66c9be06f9
remove occlude.c demo since GL_HP_occlusion_test no longer available
19 years ago
Brian Paul
4e0617849c
use trackball code for mouse rotation
19 years ago
Brian Paul
9671548424
virtual trackball code
19 years ago
Brian Paul
0e794a1bc6
New 'install' targets in makefile. See bug 2372.
19 years ago
Keith Whitwell
b4517527eb
A bunch of tiny tests that I've found helpful bringing up drivers from
scratch. These exercise single pieces of functionality and provide a
gentler ramp than trying to use the mesa demos to bring up drivers with.
19 years ago
Keith Whitwell
5fb9f80e37
exercise min/max lod
19 years ago
Keith Whitwell
942b5b7bc0
exercise position invarient vertex program
19 years ago
Michel Dänzer
73e73ffdd5
Fix command line parsing.
19 years ago
Brian Paul
18d0efb555
removed incorrect const qualifier
19 years ago
Ian Romanick
ee34e6ef71
Add support for GL_APPLE_vertex_array_object. Several test programs
and demos are also added.
Adding basic support to drivers should be as easy as just enabling the
extension, though thorough test would also be required.
19 years ago
Brian Paul
65ced47453
Thomas Sondergaard's API tracer
19 years ago