Xiang, Haihao
afba8f0d30
Fix bug#9673
Cast from pointer to unsinged long and cast to pointer from
unsinged long
vor 19 Jahren
Michel Dänzer
78a6e05439
mipmap_limits: Fix display of current texture filtering mode.
vor 19 Jahren
Brian
6c305c0831
Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.
vor 19 Jahren
Brian
73eee2402e
Use XDisplayName() when reporting errors (bug 8079).
vor 19 Jahren
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 .
vor 19 Jahren
Michel Dänzer
14f92636b0
Make git ignore files only generated at build time.
vor 19 Jahren
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()).
vor 19 Jahren
Roland Scheidegger
22b74ff2b7
fix the gl version test
vor 19 Jahren
Brian Paul
4b43054c4b
added fsligght
vor 19 Jahren
Brian Paul
24ea2c2cef
yet another deriviative of the fplight.c demo for OpenGL 2.0 shading language
vor 19 Jahren
Brian Paul
036173e0d8
test OpenGL 2.0 stencil funcs
vor 19 Jahren
Keith Whitwell
48e6fff3a9
merge the (rest of) texmem branch
vor 19 Jahren
Ian Romanick
e4298b9492
Add missing call to glutInit.
vor 19 Jahren
Brian Paul
8dff54e71d
Added -clip option to test glCopyPixels beyond window bounds.
Clear dest window to black before copying.
Use glWindowPos2iARB().
vor 19 Jahren
Brian Paul
07fd19f572
allow specifying image size on cmd line
vor 19 Jahren
Michal Krol
ea87987dda
Prepend #extension 'MESA_shader_debug: require' to each shader.
vor 19 Jahren
Brian Paul
1ad12874b3
allocate larger TempImage, use COMBO var to choose test format/type
vor 19 Jahren
Keith Whitwell
54d3ab4878
npot version of redbook/mipmap.c
vor 19 Jahren
Brian Paul
c6f8176b3f
make prog2 a legal program (texture reference fix)
vor 19 Jahren
Roland Scheidegger
af1dc7e487
move initialization code aroudn so glPointParameter isn't called before checking the extension is present
vor 19 Jahren
Brian Paul
a394f546a4
check for GL_ARB_point_parameters
vor 19 Jahren
Brian Paul
0c46a12365
delete buffers, destroy window upon exit
vor 19 Jahren
Keith Whitwell
39f222a421
add point-position.c
vor 19 Jahren
Keith Whitwell
28536e6c4f
Test for fragment.position in points primitives. Currently renders
incorrectly on software mesa.
vor 19 Jahren
Ian Romanick
5208d93a41
Add test for GL_EXT_gpu_program_parameters.
vor 19 Jahren
Michal Krol
edefc658e4
More GLSL code - more support for vec4 operations on x86 back-end.
vor 19 Jahren
Michal Krol
1616f5b621
Change fragment shader to utilize faster vec4 operations.
vor 19 Jahren
Michal Krol
7a70391575
Add test for vec4 extension.
vor 19 Jahren
Brian Paul
cc738e004f
casts and assertions
vor 19 Jahren
Brian Paul
f05e7eba95
code to draw engine block
vor 19 Jahren
Michal Krol
c26999fd2c
Fix dependencies.
vor 19 Jahren
Michal Krol
39dd5196e6
Optimize shaders.
Use frame counter.
vor 19 Jahren
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.
vor 19 Jahren
Brian Paul
59cfd3cd3f
destroy window upon exit, remove CVS log comment
vor 19 Jahren
Brian Paul
d8bb5ea967
call glutDestroyWindow() to allow checking for mem leaks upon exit
vor 19 Jahren
Brian Paul
04f43226a8
fixup OSMESA_LIBS and make clean target
vor 19 Jahren
Brian Paul
8c140c9c37
remove GLUT dependency
vor 19 Jahren
Brian Paul
3ae1905744
remove dependency on GLUT
vor 19 Jahren
Brian Paul
1ff8daf21e
New animated engine demo.
vor 19 Jahren
Brian Paul
66c9be06f9
remove occlude.c demo since GL_HP_occlusion_test no longer available
vor 19 Jahren
Brian Paul
4e0617849c
use trackball code for mouse rotation
vor 19 Jahren
Brian Paul
9671548424
virtual trackball code
vor 19 Jahren
Brian Paul
0e794a1bc6
New 'install' targets in makefile. See bug 2372.
vor 19 Jahren
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.
vor 19 Jahren
Keith Whitwell
5fb9f80e37
exercise min/max lod
vor 19 Jahren
Keith Whitwell
942b5b7bc0
exercise position invarient vertex program
vor 19 Jahren
Michel Dänzer
73e73ffdd5
Fix command line parsing.
vor 19 Jahren
Brian Paul
18d0efb555
removed incorrect const qualifier
vor 19 Jahren
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.
vor 19 Jahren
Brian Paul
65ced47453
Thomas Sondergaard's API tracer
vor 19 Jahren