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