Brian Paul
34075d0219
progs/tests: added test for GL_EXT_draw_buffers2
Render into two color buffers (render targets). Display half of each
buffer in the window. Use different color masks for each render target.
Only enable blending for the second render target.
16 years ago
Brian Paul
08d145e1d7
progs/tests: added conditional rendering test program
16 years ago
Vinson Lee
978b80c8e3
progs/tests: Add tests to Makefile.
(cherry picked from commit 76d2ec3a0a )
16 years ago
Michel Dänzer
d13c603e37
Add 'texture leak' test.
16 years ago
Brian Paul
3bee7610be
progs/tests: added new blitfb.c test
Tests glBlitFramebuffer() between two texture/renderbuffer surfaces.
In particular, blit from level[1] of a cube map face to a 2D texture.
Used to find/fix bug in intel do_copy_texsubimage().
See commit aef1ab1073
16 years ago
Brian Paul
498fcfd315
progs/tests: added new blitfb.c test
Tests glBlitFramebuffer() between two texture/renderbuffer surfaces.
In particular, blit from level[1] of a cube map face to a 2D texture.
Used to find/fix bug in intel do_copy_texsubimage().
See commit aef1ab1073
16 years ago
Vinson Lee
76d2ec3a0a
progs/tests: Add tests to Makefile.
16 years ago
Jakob Bornecrantz
a36b9987cd
progs/tests: Add yet another mipmap test
16 years ago
Jakob Bornecrantz
ba7f45ac0c
progs/tests: Add tests for glCompressedTexSubImage
16 years ago
Jakob Bornecrantz
e99d13bbc6
progs/tests: Add yet another mipmap test
16 years ago
Brian Paul
193177b732
tests: added persp_hint.c test
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation.
16 years ago
Brian Paul
5379f35a15
tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs
16 years ago
Brian Paul
0195cc1c0d
tests: prim.c demo, modified for GL_EXT_provoking_vertex
16 years ago
Brian Paul
139f2ddde4
tests: quick and dirty glGetTexImage() test program
16 years ago
Jakob Bornecrantz
283e84bfb3
progs/tests: Add some scissor tests
16 years ago
Jakob Bornecrantz
1793d5adac
progs/tests: Add mipmap_comp for mipmap testing with compressed textures
16 years ago
Brian Paul
d61070b659
demos: move demos/texobj.c to tests/
16 years ago
Brian Paul
22af013f85
demos: move tests/dinoshade.c to demos/
16 years ago
Brian Paul
49c3e7172d
demos: move tests/projtex.c to demos/
And fix compiler warnings.
16 years ago
Brian Paul
292e192093
demos: move tests/fbotexture.c to demos/
16 years ago
Brian Paul
f47495ec42
demos: move texdown.c to tests/
16 years ago
Brian Paul
dfd69a27f8
demos: move glutfx demo to tests/
16 years ago
Brian Paul
6a495d26af
demos: move streaming_rect.c demo to tests/
16 years ago
Brian Paul
d60b4f7885
mesa: asst. progs/test/Makefile files
16 years ago
Keith Whitwell
f02aaa83c1
tests: add simplest mipgen test
17 years ago
Jakob Bornecrantz
a528eb51eb
progs/tests: Update mipmap_limits to show image and colors
17 years ago
Roland Scheidegger
45b8e76b5c
mesa test prog for ATI_envmap_bumpmap
17 years ago
Brian Paul
b5d3c17427
tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range
This only tests the most basic functionality for now.
17 years ago
Brian Paul
b6e2dd6e06
tests: new mapvbo.c test
Test that glDrawArrays() isn't effected by a glMapBuffer()/modify/glUnmapBuffer()
immediately afterward.
17 years ago
Brian Paul
f97792421b
tests: test pseudo-XOR blend mode.
GL_XOR logicop mode can be approximated with blending by computing 1 - dst.
Here's a couple test programs for that.
17 years ago
Brian Paul
b8bfddf976
demos: updated tests/floattex.c (doesn't work just yet).
17 years ago
Brian Paul
3c7419d57b
demos: updated tests/floattex.c (doesn't work just yet).
17 years ago
Brian Paul
90c93bbeee
define new APP_CC configuration variable for building apps/demos/tests
For Cell, need to use different compilers for the libraries vs. the demos/tests
to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
17 years ago
Brian Paul
5c459b3925
simple quad drawing test
17 years ago
Jakob Bornecrantz
ba344753b1
tests: Added a test for a strange bug in texstore_a8
17 years ago
Dan Nicholson
a6464b3cb0
Never fail `make clean'
Mostly some pedantic changes such that `make clean' always ignores
errors. Also changed the top clean target to do the `touch
configs/current' dance instead of realclean.
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
792d524aed
mesa: measure fill rate for drawing a large quad with basic shading/texture modes
17 years ago
Eric Anholt
227af94cce
Add a couple of test apps for line/unfilled polygon clipping.
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.
18 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.
18 years ago
Brian
52e4c8d702
Test calling glTexSubImage2D mid-way through a frame.
18 years ago
Brian
f9973b1c3d
Added minmag.c test
Test that different minification and magnification filters are chosen for the
non-mipmapped texture case.
18 years ago
Brian
3955bbc303
Added minmag.c test
Test that different minification and magnification filters are chosen for the
non-mipmapped texture case.
18 years ago
Bruce Merry
239be839be
Add a test program to test for assorted bugs in shader_api.c
18 years ago
Roland Scheidegger
46c405663b
add simple test for two-sided stencil functionality
18 years ago
Brian
578641941f
test that point/line/quad rendering hits the right pixels
18 years ago
Dan Nicholson
c05aa5ec4c
specify app lib dependencies in Makefiles (patch 1/3)
18 years ago
Dan Nicholson
2a3e33865d
add support for LDFLAGS env var
18 years ago