Ian Romanick
7457a648d2
If setting GL_PACK_INVERT_MESA results in a GL error, log it.
пре 20 година
Ian Romanick
4ea4589302
Simple test for GL_MESA_pack_invert.
пре 21 година
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.
пре 21 година
Brian Paul
5c6b391900
reenable some assertions
пре 21 година
Brian Paul
31fb7648fc
added texobjshare.c
пре 21 година
Brian Paul
4f6d9aaa9a
test program for texture sharing, deleting, etc
пре 21 година
Daniel Borca
9ebce91a66
glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must have all other attributes already set).
i am committing this before i forget. however, i'm still leaving my code disabled, because the old code seems legal.
пре 21 година
Keith Whitwell
5aa1a111a4
Fix a couple of glitches
пре 21 година
Keith Whitwell
e5aa3dd29b
Demonstrate using a color matrix for yuv-to-rgb conversion at texture
upload time.
пре 21 година
Ian Romanick
596ccff699
Prevent possible divide-by-zero error.
пре 21 година
Keith Whitwell
4f144b6087
EXT_422_pixels test
пре 21 година
Brian Paul
0699b0bb17
silence warnings
пре 21 година
Ian Romanick
cb7f212f93
Add EXT_stencil_wrap test that doesn't depend on stencil read-back
functioning.
пре 21 година
Brian Paul
c6136ea62c
unbind GL_PIXEL_UNPACK_BUFFER_EXT before calling glBitmap!
пре 21 година
Brian Paul
9ae96a5ce8
remove debug code
пре 21 година
Brian Paul
7520e25995
Updated getprocaddress test to use gl_API.xml instead of old APIspec file.
пре 21 година
Ian Romanick
af0a4690db
Add simple test program for Mesa bug #1028405.
пре 21 година
Brian Paul
b45aaa2328
moved to demos/ directory
пре 21 година
Brian Paul
1fd4a55d09
removed hacked GL tokens, fixed a printf
пре 21 година
Brian Paul
47a6749b33
minor tweaks
пре 21 година
Brian Paul
625a339a8a
make sure Q has a good value before drawing a sample
пре 21 година
Roland Scheidegger
a09db0a7fa
new test which uses mixed texgen/non-texgen texture coordinates to exhibit potential bugs in hardware drivers
пре 21 година
Ian Romanick
fb75ca1b65
Make the test check for core GL version 1.3 in addition to testing for
GL_ARB_texture_compression. Also make the test list the compression formats
the driver "encourages" the app to use.
пре 21 година
Ian Romanick
77bbbb3759
Minor code simplification.
пре 21 година
Ian Romanick
63b2e426ac
Test the overhead of just calling a GL function. The Python script is
a helper to do multiple runs and compare the results.
пре 21 година
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.
пре 21 година
Ian Romanick
939f6a724e
Added a 4th square to the output. Expanded the message written to the
console.
пре 21 година
Ian Romanick
5f6691f371
Added simple EXT_blend_minmax test.
пре 21 година
Ian Romanick
d2f18ec6fa
Added simple NV_blend_square test.
пре 21 година
Brian Paul
1229100703
Added menu options to test border modes and linear/nearest filtering.
Adjust texcoords so we always have to sample the border.
Other misc changes.
пре 21 година
Daniel Borca
33ffbd1c58
texture compression: getting warmer
пре 21 година
Daniel Borca
c35dcfcf0a
FXT1 preparations
пре 21 година
Brian Paul
384800fe12
assorted fixes
пре 21 година
Brian Paul
66fdc3c948
added floattex.c to test floating point textures
пре 21 година
Brian Paul
362f1df210
obsolete
пре 21 година
Brian Paul
f693b1dc2e
removed non-existant arbfpwpos.c, added UTIL_FILES target
пре 21 година
Brian Paul
51060afb4e
hack to use glTexCoord4f and Q variable to test projective texcoords
пре 21 година
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.
пре 21 година
Brian Paul
32aee1fcc0
added zreaddraw.c
пре 21 година
Brian Paul
62d3309dc2
no depend file
пре 21 година
Brian Paul
5c2040c768
minor fixes
пре 21 година
Brian Paul
d6de4d8b33
new Makefile
пре 21 година
Brian Paul
b87c5d08c7
added some code to test buffer deletion
пре 21 година
Brian Paul
04da5cea31
test of aux buffer rendering
пре 21 година
Brian Paul
746e59f207
GL_EXT_pixel_buffer_object test
пре 21 година
Brian Paul
64d6ddabaa
remove incorrect negation in fog coord computation
пре 22 година
Keith Whitwell
72aeea4eea
Use quads instead of lines to ensure this is testing stencil functionality
rather than rasterization. A crutch to hw with wonky line
rasterizers.
пре 22 година
Brian Paul
c9e1c8098b
added display list option (l key)
пре 22 година
Brian Paul
27ec7a5bf1
add vparray.c, fix indentation
пре 22 година
Brian Paul
919404fd1d
enable program and arrays by default, minor clean-ups
пре 22 година