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.
vor 16 Jahren
Brian Paul
08d145e1d7
progs/tests: added conditional rendering test program
vor 16 Jahren
Vinson Lee
978b80c8e3
progs/tests: Add tests to Makefile.
(cherry picked from commit 76d2ec3a0a )
vor 16 Jahren
Michel Dänzer
d13c603e37
Add 'texture leak' test.
vor 16 Jahren
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
vor 16 Jahren
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
vor 16 Jahren
Vinson Lee
76d2ec3a0a
progs/tests: Add tests to Makefile.
vor 16 Jahren
Jakob Bornecrantz
a36b9987cd
progs/tests: Add yet another mipmap test
vor 16 Jahren
Jakob Bornecrantz
ba7f45ac0c
progs/tests: Add tests for glCompressedTexSubImage
vor 16 Jahren
Jakob Bornecrantz
e99d13bbc6
progs/tests: Add yet another mipmap test
vor 16 Jahren
Brian Paul
193177b732
tests: added persp_hint.c test
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation.
vor 16 Jahren
Brian Paul
5379f35a15
tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs
vor 16 Jahren
Brian Paul
0195cc1c0d
tests: prim.c demo, modified for GL_EXT_provoking_vertex
vor 16 Jahren
Brian Paul
139f2ddde4
tests: quick and dirty glGetTexImage() test program
vor 16 Jahren
Jakob Bornecrantz
283e84bfb3
progs/tests: Add some scissor tests
vor 16 Jahren
Jakob Bornecrantz
1793d5adac
progs/tests: Add mipmap_comp for mipmap testing with compressed textures
vor 16 Jahren
Brian Paul
d61070b659
demos: move demos/texobj.c to tests/
vor 16 Jahren
Brian Paul
22af013f85
demos: move tests/dinoshade.c to demos/
vor 16 Jahren
Brian Paul
49c3e7172d
demos: move tests/projtex.c to demos/
And fix compiler warnings.
vor 16 Jahren
Brian Paul
292e192093
demos: move tests/fbotexture.c to demos/
vor 16 Jahren
Brian Paul
f47495ec42
demos: move texdown.c to tests/
vor 16 Jahren
Brian Paul
dfd69a27f8
demos: move glutfx demo to tests/
vor 16 Jahren
Brian Paul
6a495d26af
demos: move streaming_rect.c demo to tests/
vor 16 Jahren
Brian Paul
d60b4f7885
mesa: asst. progs/test/Makefile files
vor 16 Jahren
Keith Whitwell
f02aaa83c1
tests: add simplest mipgen test
vor 17 Jahren
Jakob Bornecrantz
a528eb51eb
progs/tests: Update mipmap_limits to show image and colors
vor 17 Jahren
Roland Scheidegger
45b8e76b5c
mesa test prog for ATI_envmap_bumpmap
vor 17 Jahren
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.
vor 17 Jahren
Brian Paul
b6e2dd6e06
tests: new mapvbo.c test
Test that glDrawArrays() isn't effected by a glMapBuffer()/modify/glUnmapBuffer()
immediately afterward.
vor 17 Jahren
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.
vor 17 Jahren
Brian Paul
b8bfddf976
demos: updated tests/floattex.c (doesn't work just yet).
vor 17 Jahren
Brian Paul
3c7419d57b
demos: updated tests/floattex.c (doesn't work just yet).
vor 17 Jahren
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"
vor 17 Jahren
Brian Paul
5c459b3925
simple quad drawing test
vor 17 Jahren
Jakob Bornecrantz
ba344753b1
tests: Added a test for a strange bug in texstore_a8
vor 17 Jahren
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.
vor 17 Jahren
Brian Paul
6d0f9d5a01
mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)
vor 17 Jahren
Brian Paul
544c236db1
mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)
vor 17 Jahren
Brian
792d524aed
mesa: measure fill rate for drawing a large quad with basic shading/texture modes
vor 17 Jahren
Eric Anholt
227af94cce
Add a couple of test apps for line/unfilled polygon clipping.
vor 17 Jahren
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.
vor 18 Jahren
Brian
370eca12ad
Added calibrate_rast.c program
Measures rasterization of points/lines/tris and suggests fixes/biases when
something doesn't meet spec.
vor 18 Jahren
Brian
52e4c8d702
Test calling glTexSubImage2D mid-way through a frame.
vor 18 Jahren
Brian
f9973b1c3d
Added minmag.c test
Test that different minification and magnification filters are chosen for the
non-mipmapped texture case.
vor 18 Jahren
Brian
3955bbc303
Added minmag.c test
Test that different minification and magnification filters are chosen for the
non-mipmapped texture case.
vor 18 Jahren
Bruce Merry
239be839be
Add a test program to test for assorted bugs in shader_api.c
vor 18 Jahren
Roland Scheidegger
46c405663b
add simple test for two-sided stencil functionality
vor 18 Jahren
Brian
578641941f
test that point/line/quad rendering hits the right pixels
vor 18 Jahren
Dan Nicholson
c05aa5ec4c
specify app lib dependencies in Makefiles (patch 1/3)
vor 18 Jahren
Dan Nicholson
2a3e33865d
add support for LDFLAGS env var
vor 18 Jahren