Brian Paul
b58c5ad7b0
GGI driver updates (Filip Spacek)
hace 23 años
Alan Hourihane
a5cdf99951
remove test code
hace 23 años
Alan Hourihane
056b35874b
glutSwapBuffers implicitly does a glFinish when swapping back to the front
buffer. We now issue a glFinish when not issuing SwapBuffers to ensure
the pipeline is complete.
(Problem found with Chromium).
hace 23 años
Brian Paul
fdd631a941
removed CVS $Log comments
hace 23 años
Brian Paul
62954c8c30
test program for NV_vertex_program + vertex arrays
hace 23 años
Karl Schultz
17642eddf4
Added -perf option to measure frame rate. This is useful for measuring
Mesa in a more environment-independent way.
hace 23 años
Brian Paul
db30cc8d00
added an error check
hace 23 años
Brian Paul
3c70f6f2ac
exercise GL_EXT_shadow_funcs
hace 23 años
Brian Paul
a3e44f4531
fix some minor warnings
hace 23 años
Brian Paul
9ff74a0f15
undo some debug changes mistakenly checked in earlier
hace 23 años
Brian Paul
f204c9d2bb
updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambient
hace 23 años
Brian Paul
026c036be0
include string.h to silence warning
hace 23 años
Brian Paul
cbd9a0254e
now supports > 2 texture units
hace 23 años
Brian Paul
38d042a4ad
silence compiler warnings
hace 23 años
Brian Paul
e79de014c5
removed GLUT reference
hace 23 años
Brian Paul
6a731f343e
added fog and raster Z position controls
hace 23 años
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
----------------------------------------------------------------------
hace 23 años
Karl Schultz
40fac75370
get tests working on windows (Robert Bergkvist)
hace 23 años
Karl Schultz
3d587f6432
Samples working for Windows (Robert Bergkvist)
hace 23 años
Karl Schultz
164ce12202
Demo updates for Windows (Robert Bergkvist)
hace 23 años
Karl Schultz
83356781e1
Removed missing files and added new ones (Robert Bergkvist)
hace 23 años
Brian Paul
f48bfd66da
test multitexture and vertex arrays
hace 23 años
Brian Paul
714cdd88a4
added some assertions to exercise glIsTexture()
hace 23 años
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.
hace 23 años
Gareth Hughes
a0f923d286
Add missing items from .cvsignore files, tests/Makefile
hace 23 años
Brian Paul
c11120270c
warp a quadmesh with a gravitational source via vertex program
hace 23 años
Brian Paul
9cb3947c56
rotating, lit torus via vertex program
hace 23 años
Brian Paul
797ea81d63
vertex program test program
hace 23 años
Brian Paul
1b2976f79b
fix some warnings
hace 23 años
Brian Paul
d4ece7b2f4
minor update
hace 23 años
Brian Paul
17fe22d3bf
test for glXGetProcAddress()
hace 23 años
Brian Paul
87c964d388
added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
hace 23 años
Karl Schultz
b10f995edf
Copy the readtex.[ch] files from ../util
hace 23 años
Karl Schultz
bffae58175
Allow to compile in Windows.
hace 23 años
Karl Schultz
3978d026ea
Build a few demos that now work with Windows.
hace 23 años
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).
hace 23 años
Karl Schultz
220e77a3f7
use OSMESA_* enums for OSMesaCreateContext instead of GL_*.
hace 23 años
Karl Schultz
573dd2206b
clean up makefiles some more for Windows
hace 23 años
Karl Schultz
b14dcea418
remove carriage return chars
hace 23 años
Brian Paul
04120f6cce
Win32 updates (Karl Schultz)
hace 24 años
Brian Paul
306933046c
WindML updates (Stephane Raimbault)
hace 24 años
Brian Paul
afe4f5e6c1
simple multi-window GLUT test prog
hace 24 años
Gareth Hughes
e7df7cd6ad
Get rid of unfinished demo.
hace 24 años
Brian Paul
976c26ca34
WindML driver (Stephane Raimbault)
hace 24 años
Brian Paul
9a90775010
replace PI with pi
hace 24 años
Brian Paul
601ce1d624
minor tweaks
hace 24 años
Brian Paul
4d99e5b2e7
also print GL_MAX_TEXTURE_SIZE
hace 24 años
Brian Paul
688601911c
moved glTexEnvi calls to better logical locations
hace 24 años
Keith Whitwell
abd5134965
fixed some GL_POINTS probs
hace 24 años
Brian Paul
300e1056f5
added multitexture support
hace 24 años