Jakob Bornecrantz
ba344753b1
tests: Added a test for a strange bug in texstore_a8
17 years ago
José Fonseca
fc72d7e032
Remove CVS keywords.
17 years ago
José Fonseca
77ce568ff7
Remove CVS keywords.
17 years ago
Zack Rusin
f869ddf297
add new binaries to ignore to make 'git status' cleaner
17 years ago
Dan Nicholson
0a4867bd4c
Ignore more generated files in progs/
Many of the directories in progs/ were missing .gitignore files or
were tracking generated files. This patch is basically the process of
running `make' in each directory and then finding the untracked files
with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing
files were also sorted.
18 years ago
Brian Paul
79e57695e1
disable GL_DEPTH_TEST before glDrawPixels in case window has unrequested depth buffer
17 years ago
Brian Paul
bc57a7c9f7
Press <space> to reset limit/bias values, clean-up limit/bias printf
17 years ago
Brian Paul
522f11b632
set TextureID = NULL after deleting the array
17 years ago
Brian Paul
059ab50c60
mesa: explicitly delete textures before creating new ones
Also, call glutDestroyWindow() upon exit.
17 years ago
Brian Paul
6d0f9d5a01
mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)
17 years ago
Brian Paul
544c236db1
mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)
17 years ago
Brian
cdbfae9bef
test glStencilFuncSeparateATI()
18 years ago
Brian
7f40115a52
mesa: added a cast to avoid int overflow, plus rename texels->pixels
17 years ago
Brian
792d524aed
mesa: measure fill rate for drawing a large quad with basic shading/texture modes
17 years ago
Brian Paul
74525d474c
mesa: minor code re-org
17 years ago
Brian Paul
ba31cf6855
better text labels
17 years ago
Brian Paul
5456f4f210
mesa: new mipmap generation, lod bias demo
Show each of the mipmap levels side-by-side.
Press 's' to toggle quad scaling to see mipmap level at actual size.
17 years ago
Brian
370eca12ad
Added calibrate_rast.c program
Measures rasterization of points/lines/tris and suggests fixes/biases when
something doesn't meet spec.
17 years ago
José Fonseca
2d38d1b300
Remove files of unsupported build systems.
17 years ago
Brian
52e4c8d702
Test calling glTexSubImage2D mid-way through a frame.
17 years ago
Brian
f9973b1c3d
Added minmag.c test
Test that different minification and magnification filters are chosen for the
non-mipmapped texture case.
17 years ago
Brian
be54b492d9
Fix broken test.
As-is, if the texture was too large for the target, an assertion would fail.
Now check proxy texture first and if it works, then test non-proxy target.
17 years ago
Brian
cf94941122
Set Min/MaxLod with glTexParameterf, not glTexParameteri
17 years ago
Brian
74c32ee6aa
tweak incr/decrements amounts for keyboard options
17 years ago
Michal Krol
918ea5168b
Rename 'mms-config.' to 'mms.config'.
It looks like Windows does not like filenames ending with a dot,
in effect renaming it to 'mms-config'.
18 years ago
Brian
6a3ed5eb96
Random state-change / primitive rendering. Good for hammering on a driver...
18 years ago
Brian
39d221ef14
fix glReadPixels parameters to handle odd-width windows correctly
18 years ago
Brian
5e9cff0b97
disable shader program before glDrawPixels
18 years ago
Ian Romanick
2f61cbd30c
Add simple program to test GL_MESA_texture_array.
18 years ago
Brian
6fda763989
destroy window on exit
18 years ago
Brian
d2a6f43eaf
extra stuff for drawbuffers test
18 years ago
Brian
3f7ef618b6
added drawbuffers.c
18 years ago
Brian
ccb80d7ec4
Test the GL_ARB_draw_buffers extension.
Also requires GL_EXT_framebuffer_object and OpenGL 2.0 (for GLSL).
18 years ago
Brian
2282d81536
destroy window during cleanup
18 years ago
Brian
d592eaeb83
fix clipping, display name, warnings
18 years ago
Michel Dänzer
78a6e05439
mipmap_limits: Fix display of current texture filtering mode.
18 years ago
Michel Dänzer
14f92636b0
Make git ignore files only generated at build time.
18 years ago
Roland Scheidegger
22b74ff2b7
fix the gl version test
18 years ago
Brian Paul
036173e0d8
test OpenGL 2.0 stencil funcs
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
Brian Paul
0c46a12365
delete buffers, destroy window upon exit
19 years ago
Ian Romanick
5208d93a41
Add test for GL_EXT_gpu_program_parameters.
19 years ago
Keith Whitwell
5fb9f80e37
exercise min/max lod
19 years ago
Keith Whitwell
942b5b7bc0
exercise position invarient vertex program
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
1ec9b5a5a9
fix extension_supported() function, added comments
19 years ago
Brian Paul
4e470db0b9
print 2D vs 3D in window
19 years ago
Brian Paul
5ec34f0ff9
also test 3D textures (press '2'/'3' to toggle)
19 years ago