mesa/src/gallium/auxiliary/rbug
Aaron Watry fc3bac8a40 rbug: fix make process on Linux Mint 13 x64.
Previously, rbug_*.c would fail to compile with incomplete prototype
errors when make was run from the command line on my machine. My IDE
always built fine, and still does after this patch (Netbeans 7.1.2).

Most of the includes from files in gallium/auxiliary/rbug/* were
assuming an rbug/ subdirectory, while the headers are actually in the
same directory as the .c files.

The build error was also previously a problem for me on Ubuntu 11.10
and Mint 12.

Fixes build for the following configuration: ./autogen.sh
--enable-debug --enable-texture-float --with-gallium-drivers=r600
--with-dri-drivers=radeon --enable-r600-llvm-compiler

Signed-off-by: Brian Paul <brianp@vmware.com>
2012-06-14 08:14:59 -06:00
..
rbug.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_connection.c rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_connection.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_context.c rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_context.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_core.c rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_core.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_demarshal.c rbug: Add function to get opcode name string 2010-09-20 00:03:58 +02:00
rbug_internal.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_proto.h rbug: Add function to get opcode name string 2010-09-20 00:03:58 +02:00
rbug_shader.c rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_shader.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_texture.c rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_texture.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
README rbug: Update and add READMEs 2010-05-12 23:06:54 +01:00

                 GALLIUM REMOTE DEBUGGING COMMON CODE

= About =

This directory contains the common code for the Gallium 3D remote debugging
driver and clients. The code is two parts the connection managment code and
the (de)marsheller.

The code currently uses tcp and ip4v for connections.

Information about driver integration can be found in:

src/gallium/drivers/rbug/README

for information about applications look in:

progs/rbug/README

for a GUI see:

  http://cgit.freedesktop.org/mesa/rbug-gui


--
Jakob Bornecrantz <jakob@vmware.com>