José Fonseca
2d38d1b300
Remove files of unsupported build systems.
vor 17 Jahren
Michal Krol
918ea5168b
Rename 'mms-config.' to 'mms.config'.
It looks like Windows does not like filenames ending with a dot,
in effect renaming it to 'mms-config'.
vor 18 Jahren
José Fonseca
414a933ad2
Ignore generated files.
vor 18 Jahren
Brian
ffc633c469
fix logic error, typos
vor 18 Jahren
Brian
34f6243bef
Improve this demo in a few ways.
1. Use more reasonable hither/yon clip planes to make better use of shallow
(16-bit) z buffers.
2. Use different colors on cube faces to help detect Z fighting if it occurs.
3. Report GL_DEPTH_BITS on start-up.
vor 18 Jahren
Brian
0c5662acc7
use glXGetProcAddress to get extension funcs
vor 18 Jahren
Brian
b4f8d4455b
set texcoords depending on GLX_Y_INVERTED_EXT
vor 18 Jahren
Brian
4465377ca3
GLX_EXT_texture_from_pixmap test
vor 18 Jahren
Brian
6c305c0831
Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.
vor 19 Jahren
Brian
73eee2402e
Use XDisplayName() when reporting errors (bug 8079).
vor 19 Jahren
Michel Dänzer
b46e359f58
glxinfo: When direct rendering is not enabled, print some hints.
If indirect rendering is forced, say how. Otherwise, suggest setting
LIBGL_DEBUG=verbose.
Inspired by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379323 .
vor 19 Jahren
Michel Dänzer
14f92636b0
Make git ignore files only generated at build time.
vor 19 Jahren
Brian Paul
8dff54e71d
Added -clip option to test glCopyPixels beyond window bounds.
Clear dest window to black before copying.
Use glWindowPos2iARB().
vor 19 Jahren
Brian Paul
883f9891cb
LIB_DIR is now just 'lib' or 'lib64'
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets.
Patch by Hanno Böck.
vor 19 Jahren
Brian Paul
4c6319db9c
call reshape() after init() to set initial projection/viewing transform (see bug 6941)
vor 19 Jahren
Tilman Sauerbeck
601c02f783
bug 6941: fixed initial rendering problems in glxgears
vor 19 Jahren
Brian Paul
2ca741ad4b
added a few extension #ifdef tests
vor 19 Jahren
Brian Paul
c8ea111166
usage() function
vor 19 Jahren
Brian Paul
ad7805dfee
Expanded output with -l option: vertex/fragment program and vertex/fragment
shader limits.
Misc sync-ups with x.org copy of glxinfo.
vor 19 Jahren
Brian Paul
ecc0d10d2d
Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore)
vor 19 Jahren
Brian Paul
c4f2710f9d
Added -l option for explicit locking around Xlib and GLX calls in
threaded code. Seems to improve reliability quite a bit.
vor 19 Jahren
Brian Paul
436d72e994
Added -p option to create a display connection per thread.
This seems more stabile than using one display connection for all threads.
Still get an occasional Xlib: unexpected async reply error, unfortunately.
vor 19 Jahren
Brian Paul
30655c211c
updated some printfs, added comment about sched_yield
vor 19 Jahren
Brian Paul
361bccb4ec
Free visinfo object (Tilman Sauerbeck)
vor 19 Jahren
Jouk Jansen
d997b90433
Committing in .
1) change compilation on VMS to use IEEE floating points
2) one more problem with _mesa_sprintf solved
Modified Files:
Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms
Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms
Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms
Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms
Mesa/src/mesa/array_cache/descrip.mms
Mesa/src/mesa/drivers/common/descrip.mms
Mesa/src/mesa/drivers/osmesa/descrip.mms
Mesa/src/mesa/drivers/x11/descrip.mms
Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms
Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms
Mesa/src/mesa/shader/descrip.mms
Mesa/src/mesa/shader/grammar/descrip.mms
Mesa/src/mesa/shader/slang/descrip.mms
Mesa/src/mesa/swrast/descrip.mms
Mesa/src/mesa/swrast_setup/descrip.mms
Mesa/src/mesa/tnl/descrip.mms
----------------------------------------------------------------------
vor 20 Jahren
Brian Paul
7e6553c1aa
s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)
vor 20 Jahren
Brian Paul
e78a3c42e4
delete display lists upon exit
vor 20 Jahren
Brian Paul
2d47c07398
overlay planes test
vor 20 Jahren
Ian Romanick
4f178c6e3a
Add $(CFLAGS) to the link commands. This makes 'make linux-x86
ARCH_FLAGS=-m32' work correctly on x86-64 systems.
vor 20 Jahren
Brian Paul
6f3d16c64a
assorted warning clean-ups for x86_64, etc (Mikko T.)
vor 20 Jahren
Brian Paul
c61782958b
added wrappers/helpers for creating/destroying rendering contexts
vor 20 Jahren
Brian Paul
c3984fc015
changed implementation of GetAllFBConfigs()
vor 20 Jahren
Ian Romanick
29c909f81c
Make glxgears_fbconfig compile and respect the DISPLAY setting. Add it
to the Makefile as well.
vor 20 Jahren
Dave Airlie
8ca515097f
use girl2.rgb by default
vor 20 Jahren
Dave Airlie
c68233cb35
Add glXAllocateMemoryMESA demo app using ycbcr...
add girl2.rgb which is a slightly resized girl.rgb so client texturing works
vor 20 Jahren
Daniel Borca
a6ddd2494a
remove trailing slash from TOP definition
vor 20 Jahren
Keith Whitwell
f9b89910d1
new test to exercise context and window create/delete
vor 20 Jahren
Brian Paul
14e98b7d7c
remove a debug line
vor 20 Jahren
Brian Paul
ff53a4ee13
tweak output formattting, fixed uninitialized var error
vor 20 Jahren
Brian Paul
612bf1fa2e
improved animation rate
vor 20 Jahren
Brian Paul
1b058a06c2
rotate at a reasonable rate
vor 20 Jahren
Brian Paul
ba5ceda7e0
added GetAllFBConfigs()
vor 20 Jahren
Brian Paul
71fc6a3fc9
New GetAllFBConfigs() function. Some FBConfigs weren't reported before.
vor 20 Jahren
Brian Paul
f72e4424d9
Use the GLX 1.3 pbuffer/fbconfig functions in preference to the SGIX ones.
Added more functions to pbutil.[ch] to better isolate API differences.
vor 20 Jahren
Keith Whitwell
16db15718d
Add a -fullscreen option
vor 21 Jahren
Brian Paul
8402149766
removed unused visInfo var
vor 21 Jahren
Brian Paul
2083131643
added stereo option (Jacek Rosik)
vor 21 Jahren
Brian Paul
07553c58fd
wrap angle value (Philipp Klaus Krause)
vor 21 Jahren
Brian Paul
a511b70f44
silence warnings
vor 21 Jahren
Brian Paul
6917201ede
Have the rendering contexts share textures.
Put simple checker pattern on the objects.
Press 'd' to delete texture, 'u' to unbind it.
vor 21 Jahren