Keith Whitwell
63e6e33db6
trivial: simple edgeflag test
pirms 17 gadiem
Keith Whitwell
1e3087cd03
mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c
pirms 17 gadiem
Brian
bc3f2c908e
Added line smooth test
pirms 17 gadiem
Brian
ca2f2c7664
gallium: new pgon-mode.c test
A two-triangle strip is drawn such that the first tri is front-facing and
the second tri is back-facing. Use different front/back polygon modes.
pirms 17 gadiem
Keith Whitwell
b1399a5dd2
gallium: more trivial tests
pirms 18 gadiem
Brian
f726ffd060
test flat shading w/ clipping
pirms 18 gadiem
Brian
34d535ad2c
glRead/DrawPixels test
pirms 18 gadiem
Brian
bf64be2268
added clear-scissor.c
pirms 18 gadiem
Brian
9110dbd9b2
simple fragment shader test
pirms 18 gadiem
Brian
3c0790ca92
triangles w/ depth test
pirms 18 gadiem
Keith Whitwell
48c638b671
New tests for the array functions which also provoke rebasing.
pirms 19 gadiem
Keith Whitwell
c53df49b8b
Additional display list tests
pirms 19 gadiem
Alan Hourihane
6d104cb932
merge current trunk into vbo branch
pirms 19 gadiem
Keith Whitwell
48e6fff3a9
merge the (rest of) texmem branch
pirms 19 gadiem
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.
pirms 19 gadiem
Keith Whitwell
ca188de098
add simple test for program local parameters
pirms 20 gadiem
Keith Whitwell
f28cbb6a7f
simplify, remove sgi messages
pirms 20 gadiem
Keith Whitwell
a90909e892
A bunch of little tests which exercise each ARB_fp instruction plus
a couple of other interesting cases.
pirms 20 gadiem
Roland Scheidegger
0ca6715ba5
new demo to test ATI_fragment_shader, not very creative but easy to know if the output is correct. Tests single-pass as well as multi-pass shader (only pseudo-dependant texture read though, and no tex coord swizzling), src and dst modifiers, src repetition, dst masks, constants, and some ops. Both shaders run succesfully with swrast as well as r200.
pirms 20 gadiem
Ian Romanick
b462855c24
Add simple regression test for bugzilla #3195.
pirms 20 gadiem
Ian Romanick
259f096ed8
Add regression test for bug #3101.
pirms 20 gadiem
Brian Paul
e4b2356c07
Major check-in of changes for GL_EXT_framebuffer_object extension.
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
pirms 20 gadiem
Ian Romanick
4ea4589302
Simple test for GL_MESA_pack_invert.
pirms 21 gadiem
Ian Romanick
816c0c932d
Simple test for ARB_texture_env_crossbar functionality. It is difficult
to come up with good tests for this functionality that don't require
either ATI_texture_env_combine3 or NV_texture_env_combine4.
pirms 21 gadiem
Brian Paul
31fb7648fc
added texobjshare.c
pirms 21 gadiem
Ian Romanick
cb7f212f93
Add EXT_stencil_wrap test that doesn't depend on stencil read-back
functioning.
pirms 21 gadiem
Brian Paul
7520e25995
Updated getprocaddress test to use gl_API.xml instead of old APIspec file.
pirms 21 gadiem
Ian Romanick
af0a4690db
Add simple test program for Mesa bug #1028405.
pirms 21 gadiem
Brian Paul
46bc595969
Test program to check that packed pixel formats work as expected with
glTexImage2D. All samples should appear identical. Press f/F to change
the internal texture format.
pirms 21 gadiem
Ian Romanick
5f6691f371
Added simple EXT_blend_minmax test.
pirms 21 gadiem
Ian Romanick
d2f18ec6fa
Added simple NV_blend_square test.
pirms 21 gadiem
Brian Paul
384800fe12
assorted fixes
pirms 21 gadiem
Brian Paul
66fdc3c948
added floattex.c to test floating point textures
pirms 21 gadiem
Brian Paul
f693b1dc2e
removed non-existant arbfpwpos.c, added UTIL_FILES target
pirms 21 gadiem
Keith Whitwell
6fb235661a
Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile
and execute fragment programs. Very limited and experimental, but works
well enough to run arbfplight.c.
http://fabrice.bellard.free.fr/tcc/
Compile with 'make linux-tcc', being sure to make clean first.
pirms 21 gadiem
Brian Paul
32aee1fcc0
added zreaddraw.c
pirms 21 gadiem
Brian Paul
62d3309dc2
no depend file
pirms 21 gadiem
Brian Paul
5c2040c768
minor fixes
pirms 21 gadiem
Brian Paul
d6de4d8b33
new Makefile
pirms 21 gadiem
Brian Paul
746e59f207
GL_EXT_pixel_buffer_object test
pirms 21 gadiem
Brian Paul
27ec7a5bf1
add vparray.c, fix indentation
pirms 22 gadiem
Keith Whitwell
ab41a96ae7
Add tests for ARB_fp trig instructions and also for 1D texturing
pirms 22 gadiem
Karl Rasche
93c2dacca6
A quick little test to show disapeearing specular color between vertex and fragment program execution
pirms 22 gadiem
Karl Rasche
dda09a6154
Moving NV_fragment_program tests to ARB_fragment_program
pirms 22 gadiem
Karl Rasche
15955f1c5e
Porting NV_vertex_program demos to ARB_vertex_program
pirms 22 gadiem
Keith Whitwell
8525fae3b8
build fixes, rh9
pirms 22 gadiem
Brian Paul
6bced0148e
test GL_ARB_vertex_buffer_object
pirms 22 gadiem
Jon Smirl
7c819439ba
Rename Makefile to Makefile.X11, add depend support
pirms 22 gadiem