Brian Paul
9ff74a0f15
undo some debug changes mistakenly checked in earlier
2002-02-17 17:37:55 +00:00
Brian Paul
f204c9d2bb
updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambient
2002-02-16 14:54:18 +00:00
Brian Paul
026c036be0
include string.h to silence warning
2002-02-15 16:48:48 +00:00
Brian Paul
cbd9a0254e
now supports > 2 texture units
2002-02-13 02:23:33 +00:00
Brian Paul
38d042a4ad
silence compiler warnings
2002-02-12 16:07:47 +00:00
Brian Paul
e79de014c5
removed GLUT reference
2002-01-30 21:54:37 +00:00
Brian Paul
6a731f343e
added fog and raster Z position controls
2002-01-26 17:49:30 +00:00
Jouk Jansen
43df32e438
Committing in .
...
-Compile support for tests on OpenVMS
-Fixed missing header file
-Fixed missing return value on function return
Modified Files:
Mesa/descrip.mms Mesa/tests/sharedtex.c
Added Files:
Mesa/tests/descrip.mms
----------------------------------------------------------------------
2002-01-16 14:32:46 +00:00
Karl Schultz
40fac75370
get tests working on windows (Robert Bergkvist)
2002-01-16 01:03:25 +00:00
Karl Schultz
3d587f6432
Samples working for Windows (Robert Bergkvist)
2002-01-16 00:57:54 +00:00
Karl Schultz
164ce12202
Demo updates for Windows (Robert Bergkvist)
2002-01-16 00:48:43 +00:00
Karl Schultz
83356781e1
Removed missing files and added new ones (Robert Bergkvist)
2002-01-16 00:41:16 +00:00
Brian Paul
f48bfd66da
test multitexture and vertex arrays
2002-01-04 23:00:19 +00:00
Brian Paul
714cdd88a4
added some assertions to exercise glIsTexture()
2002-01-04 21:05:57 +00:00
Gareth Hughes
735d92029c
- Clean up state bitmask.
...
- Add (somewhat broken) PolygonMode bit, toggles between GL_FILL and
GL_LINE. Somewhat useful in mimicking certain Viewperf tests.
2002-01-04 09:47:17 +00:00
Gareth Hughes
a0f923d286
Add missing items from .cvsignore files, tests/Makefile
2001-12-28 06:37:40 +00:00
Brian Paul
c11120270c
warp a quadmesh with a gravitational source via vertex program
2001-12-15 23:28:15 +00:00
Brian Paul
9cb3947c56
rotating, lit torus via vertex program
2001-12-15 22:33:59 +00:00
Brian Paul
797ea81d63
vertex program test program
2001-12-14 03:03:38 +00:00
Brian Paul
1b2976f79b
fix some warnings
2001-11-26 17:21:46 +00:00
Brian Paul
d4ece7b2f4
minor update
2001-11-21 17:21:41 +00:00
Brian Paul
17fe22d3bf
test for glXGetProcAddress()
2001-11-18 23:16:56 +00:00
Brian Paul
87c964d388
added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-11-06 15:53:00 +00:00
Karl Schultz
b10f995edf
Copy the readtex.[ch] files from ../util
2001-10-26 21:01:45 +00:00
Karl Schultz
bffae58175
Allow to compile in Windows.
2001-10-04 19:14:26 +00:00
Karl Schultz
3978d026ea
Build a few demos that now work with Windows.
2001-10-04 19:13:36 +00:00
Karl Schultz
954f511473
Fix up Windows makefiles so that the debug build leaves debugger info
...
in the libraries. Make with NODEBUG=1 builds optimized without debug
info (doc'ed in top level Makefile.win).
2001-09-25 16:25:41 +00:00
Karl Schultz
220e77a3f7
use OSMESA_* enums for OSMesaCreateContext instead of GL_*.
2001-09-24 15:29:27 +00:00
Karl Schultz
573dd2206b
clean up makefiles some more for Windows
2001-09-18 20:47:23 +00:00
Karl Schultz
b14dcea418
remove carriage return chars
2001-09-18 16:39:38 +00:00
Brian Paul
04120f6cce
Win32 updates (Karl Schultz)
2001-09-14 22:19:18 +00:00
Brian Paul
306933046c
WindML updates (Stephane Raimbault)
2001-09-10 19:21:13 +00:00
Brian Paul
afe4f5e6c1
simple multi-window GLUT test prog
2001-08-21 14:25:31 +00:00
Gareth Hughes
e7df7cd6ad
Get rid of unfinished demo.
2001-08-21 05:42:11 +00:00
Brian Paul
976c26ca34
WindML driver (Stephane Raimbault)
2001-08-20 16:07:10 +00:00
Brian Paul
9a90775010
replace PI with pi
2001-08-13 22:36:31 +00:00
Brian Paul
601ce1d624
minor tweaks
2001-07-13 20:09:18 +00:00
Brian Paul
4d99e5b2e7
also print GL_MAX_TEXTURE_SIZE
2001-06-20 19:12:30 +00:00
Brian Paul
688601911c
moved glTexEnvi calls to better logical locations
2001-06-13 14:33:16 +00:00
Keith Whitwell
abd5134965
fixed some GL_POINTS probs
2001-06-04 15:34:31 +00:00
Brian Paul
300e1056f5
added multitexture support
2001-05-21 17:45:25 +00:00
Keith Whitwell
b8f9980999
fix a couple of small bugs
2001-05-11 15:47:02 +00:00
Keith Whitwell
5759f53934
made render path selection more flexible
2001-05-11 12:08:15 +00:00
Brian Paul
b9f2494bfc
fixed FP underflow problem in kfact computation
2001-05-09 21:36:52 +00:00
Brian Paul
a41edc31ce
check for tiny values in dir[] vector in calcposobjs(), prevents FP underflows later
2001-05-09 20:02:28 +00:00
Brian Paul
7b9ff48d02
make sure rotation plugged into sin/cos lookup tables is always positive, fixes FP exception
2001-05-09 17:14:19 +00:00
Gareth Hughes
c5e907e501
Add new tests.
2001-05-07 14:16:19 +00:00
Brian Paul
27b0758a94
added -display option
2001-04-27 21:19:13 +00:00
Brian Paul
73ccfa0e9a
added ShowAlphaBuffer feature - 'a' key
2001-04-25 15:51:32 +00:00
Brian Paul
08b3ff10d3
added -i and -h options
2001-04-24 20:57:36 +00:00