Brian Paul
|
f48bfd66da
|
test multitexture and vertex arrays
|
23 years ago |
Brian Paul
|
714cdd88a4
|
added some assertions to exercise glIsTexture()
|
23 years ago |
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.
|
23 years ago |
Gareth Hughes
|
a0f923d286
|
Add missing items from .cvsignore files, tests/Makefile
|
23 years ago |
Brian Paul
|
c11120270c
|
warp a quadmesh with a gravitational source via vertex program
|
23 years ago |
Brian Paul
|
9cb3947c56
|
rotating, lit torus via vertex program
|
23 years ago |
Brian Paul
|
797ea81d63
|
vertex program test program
|
23 years ago |
Brian Paul
|
1b2976f79b
|
fix some warnings
|
23 years ago |
Brian Paul
|
d4ece7b2f4
|
minor update
|
23 years ago |
Brian Paul
|
17fe22d3bf
|
test for glXGetProcAddress()
|
23 years ago |
Brian Paul
|
87c964d388
|
added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
|
23 years ago |
Karl Schultz
|
b10f995edf
|
Copy the readtex.[ch] files from ../util
|
23 years ago |
Karl Schultz
|
bffae58175
|
Allow to compile in Windows.
|
23 years ago |
Karl Schultz
|
3978d026ea
|
Build a few demos that now work with Windows.
|
23 years ago |
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).
|
23 years ago |
Karl Schultz
|
220e77a3f7
|
use OSMESA_* enums for OSMesaCreateContext instead of GL_*.
|
23 years ago |
Karl Schultz
|
573dd2206b
|
clean up makefiles some more for Windows
|
23 years ago |
Karl Schultz
|
b14dcea418
|
remove carriage return chars
|
23 years ago |
Brian Paul
|
04120f6cce
|
Win32 updates (Karl Schultz)
|
23 years ago |
Brian Paul
|
306933046c
|
WindML updates (Stephane Raimbault)
|
24 years ago |
Brian Paul
|
afe4f5e6c1
|
simple multi-window GLUT test prog
|
24 years ago |
Gareth Hughes
|
e7df7cd6ad
|
Get rid of unfinished demo.
|
24 years ago |
Brian Paul
|
976c26ca34
|
WindML driver (Stephane Raimbault)
|
24 years ago |
Brian Paul
|
9a90775010
|
replace PI with pi
|
24 years ago |
Brian Paul
|
601ce1d624
|
minor tweaks
|
24 years ago |
Brian Paul
|
4d99e5b2e7
|
also print GL_MAX_TEXTURE_SIZE
|
24 years ago |
Brian Paul
|
688601911c
|
moved glTexEnvi calls to better logical locations
|
24 years ago |
Keith Whitwell
|
abd5134965
|
fixed some GL_POINTS probs
|
24 years ago |
Brian Paul
|
300e1056f5
|
added multitexture support
|
24 years ago |
Keith Whitwell
|
b8f9980999
|
fix a couple of small bugs
|
24 years ago |
Keith Whitwell
|
5759f53934
|
made render path selection more flexible
|
24 years ago |
Brian Paul
|
b9f2494bfc
|
fixed FP underflow problem in kfact computation
|
24 years ago |
Brian Paul
|
a41edc31ce
|
check for tiny values in dir[] vector in calcposobjs(), prevents FP underflows later
|
24 years ago |
Brian Paul
|
7b9ff48d02
|
make sure rotation plugged into sin/cos lookup tables is always positive, fixes FP exception
|
24 years ago |
Gareth Hughes
|
c5e907e501
|
Add new tests.
|
24 years ago |
Brian Paul
|
27b0758a94
|
added -display option
|
24 years ago |
Brian Paul
|
73ccfa0e9a
|
added ShowAlphaBuffer feature - 'a' key
|
24 years ago |
Brian Paul
|
08b3ff10d3
|
added -i and -h options
|
24 years ago |
Keith Whitwell
|
18acf6e6f1
|
Add more options, including '-10','-100' and '-1000' to limit nr of vertices.
|
24 years ago |
Brian Paul
|
77ff5e038a
|
b-key toggles between textures w/ and w/out border
|
24 years ago |
Brian Paul
|
373aea11c8
|
applied David's patch for parsing display's server:screen string
|
24 years ago |
Gareth Hughes
|
53933fe9db
|
More informative display of texture parameters.
|
24 years ago |
Brian Paul
|
a767bff929
|
added rules for readtex.c and readtex.h
|
24 years ago |
Brian Paul
|
5479e93031
|
double buffer by default. if drawSmooth, use 50% alpha at top of polygon
|
24 years ago |
Brian Paul
|
8afa9e593b
|
set initial window pos
|
24 years ago |
Brian Paul
|
0a355dc010
|
clean-up of tunnel demos
|
24 years ago |
Brian Paul
|
25a5dc2ea7
|
moved shadow code into teapot.c
|
24 years ago |
Brian Paul
|
0bc933a460
|
test texture wrap modes
|
24 years ago |
Brian Paul
|
63fae71713
|
added glxgears
|
24 years ago |
Brian Paul
|
355da23785
|
gears using GLX instead of GLUT
|
24 years ago |