pesco
d1ff1f6798
* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.
* demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus:
Essentially the same.
Program files updated to include "readtex.c", not "../util/readtex.c".
* demos/reflect.c: Likewise for "showbuffer.c".
* Makefile.am (EXTRA_DIST): Added top-level regular files.
* include/GL/Makefile.am (INC_X11): Added glxext.h.
* src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include
Mesa GGI headers in dist even if HAVE_GGI is not given.
* configure.in: Look for GLUT and demo source dirs in $srcdir.
* src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch].
More source list updates in various Makefile.am's.
* Makefile.am (dist-hook): Remove CVS directory from distribution.
(DIST_SUBDIRS): List all possible subdirs here.
(SUBDIRS): Only list subdirs selected for build again.
The above two applied to all subdir Makefile.am's also.
преди 24 години
Brian Paul
83886a5a7f
call glFinish() before getting t1 time
преди 24 години
Brian Paul
fac5fd258c
added -s option to control when glXSwapBuffers() is called
преди 24 години
Gareth Hughes
7853901372
Enable double-buffering, count not even multiple of three.
преди 24 години
Gareth Hughes
28861b192f
Add basic timing information.
преди 24 години
Brian Paul
a13fab59ae
added more programs
преди 24 години
Brian Paul
ede37839ae
test texture palettes with multitexture
преди 24 години
Brian Paul
9b5bb5939b
Mark Kilgard's reflection/shadow dino demo
преди 24 години
Brian Paul
6b2eab1869
hacked demo to test multi-texture projective textures
преди 24 години
Brian Paul
db6aa58267
patched to silence compiler warnings (Martin Lindhe)
преди 24 години
Brian Paul
5605385194
fixed mipmap setup bug
преди 24 години
Gareth Hughes
5f5632c424
Change transformation from ortho to perspective so we get the MGA elt
path by default.
преди 24 години
Brian Paul
861eb8eb16
update for separate libOSMesa.so lib
преди 24 години
Brian Paul
563d26b247
print number of texture units
преди 24 години
Gareth Hughes
9f568e512f
Added trivial CVA test for testing HW driver fastpaths, good for testing
indexed vertex buffer implementations for instance.
Cleaned up Makefile to make building and adding more tests easier.
преди 24 години
Brian Paul
fda3b1a4b1
added comment explaining why the demo is flawed
преди 24 години
Brian Paul
039bf534aa
removed debug printf
преди 24 години
Brian Paul
efeddebe81
big overhaul of the demo, works better now
преди 24 години
Gareth Hughes
ba58a6665f
Change animated apps to double-buffered visuals by default.
преди 24 години
Brian Paul
27a26bfc4b
added a glFinish() call
преди 24 години
Brian Paul
6cdf09749c
Put a white texel in each corner of each texture.
Draw polygons using the texture's aspect ratio.
The tdfx-3-0-0 texcoord bug is obvious with the -randomsize option.
преди 24 години
Brian Paul
0448488e11
added idle() func, enable fog by default
преди 24 години
Brian Paul
e188b6e1f1
added a proper idle() function
преди 24 години
Brian Paul
a2d2aed64a
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
преди 24 години
Brian Paul
1100b4daa3
use gray background, memset TempImage to white to help with debugging
преди 24 години
Brian Paul
fdf2033bda
brighter colors
преди 24 години
Jouk Jansen
55590ee810
Committing in .
Modified Files:
Mesa/demos/paltex.c
Silenced compiler warnings
----------------------------------------------------------------------
преди 24 години
Brian Paul
476609c539
improved to test alpha blending with texture palette
преди 24 години
Brian Paul
22f1ca0131
textured line test
преди 24 години
Brian Paul
4f66498304
added fps output
преди 24 години
Brian Paul
63c113a31b
use GL_NEAREST texture filter
преди 24 години
Brian Paul
345a71a9cb
set default window pos, changed 4 to GL_RGBA
преди 25 години
Brian Paul
cefc42f1ba
added FPS calculation
преди 25 години
Brian Paul
ae18872bc7
added cursor key info to instructions
преди 25 години
Brian Paul
d49b34a233
better FPS calculation
преди 25 години
Brian Paul
b8cc150836
terrain demo data
преди 25 години
Brian Paul
4df1f7c7ba
better fps computation
преди 25 години
Brian Paul
9d3e5db9fc
added dither key option
преди 25 години
Brian Paul
46dbaec56a
Use OSMesaCreateContextExt() if using Mesa 3.5 or later
преди 25 години
Brian Paul
e8a84a93aa
initial check-in
преди 25 години
Brian Paul
e8e20ae598
changed default Shininess to 6
преди 25 години
Jouk Jansen
5d3a95714c
Committing in .
Modified Files:
Mesa/demos/descrip.mms
One forgotten file for VMS to support /name=(as_is,short)
----------------------------------------------------------------------
преди 25 години
Brian Paul
f4f4dab25a
changed quad vertex colors to be tessellation invariant
преди 25 години
Brian Paul
043654bbfb
print UNDEFINED MODE over samples that are undefined in the GL spec
преди 25 години
Brian Paul
e716184cae
added missing radius multiplication factor to sphere code
преди 25 години
Brian Paul
ee2ef90b7f
test handling of lots of textures
преди 25 години
Brian Paul
c7d1444f9c
added GLX multi-thread demo
преди 25 години
Brian Paul
cf89b89be8
call glutInit()
преди 25 години
Brian Paul
fb88eeee9f
use indirect context, added error checking
преди 25 години
Brian Paul
c4266ac71e
reverted to old tessellator
преди 25 години