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 年前