Am Donnerstag, 21. November 2002 04:03 schrieb Alexander Stohr: > > > !!!! > > > > > > > GL_RENDERER: Mesa X11 > > > > GL_VENDOR: Brian Paul > > > > > > !!!! > > > > Yeah, that seems to be true for the mesa test programs I installed. > > > > Doing a regular glxinfo shows > > > > OpenGL renderer string: Mesa DRI R200 20021009 AGP 4x > > x86/MMX/SSE TCL > > OpenGL version string: 1.2 Mesa 5.0 > > > > > You are running Software Mesa 5.0 :-O > > > > Naah, just the MesaDemos seem to use it for some reason, > > probably because > > I didn't know how to configure the build there correctly .. > > > > How do people build the Mesa demo package? It clearly doesn't build > > standalone, and apparently if you build it together with the MesaLib > > package it does the sw rendering thing). > > > > Linus > > Its a known issue for me, thats why i do prefer the GLUT demos. > > I made it to bring the Mesa demos to life on DRI by just editing > the libGL and other references to the systems defaults rather than > to the libs in the project. As far as i do remember, it all turned > out to be rather "static" in linking. > > To my knowledge there is no simple way with this project build system > for getting what we both do think of.
Works here for ages. My "makefile": time nice +19 make -j20 -f Makefile.X11 realclean time nice +19 make -j20 -f Makefile.X11 linux-x86 After ~00:01:24 I got all what I need. Mesa/demos> pwd /opt/Mesa/demos Mesa/demos> ldd ./glinfo libglut.so.3 => /usr/X11R6/lib/libglut.so.3 (0x40015000) libGLU.so.1 => /usr/X11R6/lib/libGLU.so.1 (0x40053000) libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x400ec000) libm.so.6 => /lib/libm.so.6 (0x4016b000) libc.so.6 => /lib/libc.so.6 (0x4018c000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x402ac000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x4039f000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x403b5000) libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40403000) libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x4040b000) libpthread.so.0 => /lib/libpthread.so.0 (0x40458000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4046e000) libdl.so.2 => /lib/libdl.so.2 (0x4047c000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40481000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4048b000) Mesa/demos> ./glinfo r200CreateScreen GL_VERSION: 1.2 Mesa 4.0.4 GL_EXTENSIONS: GL_ARB_imaging GL_ARB_multitexture GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_transpose_matrix GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_convolution GL_EXT_compiled_vertex_array GL_EXT_histogram GL_EXT_packed_pixels GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_object GL_EXT_texture_lod_bias GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_texgen_reflection GL_NV_texture_rectangle GL_SGI_color_matrix GL_SGI_color_table GL_RENDERER: Mesa DRI R200 20020827 AGP 4x x86/MMX/3DNow!/SSE TCL GL_VENDOR: Tungsten Graphics, Inc. GLU_VERSION: 1.3 GLU_EXTENSIONS: GLU_EXT_nurbs_tessellator GLU_EXT_object_space_tess GLUT_API_VERSION: 5 GLUT_XLIB_IMPLEMENTATION: 15 -Dieter ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel