History log of /external/mesa3d/src/gallium/auxiliary/rbug/rbug_connection.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fc3bac8a407dc2a2804236e1e2b813a3991fa84f 13-Jun-2012 Aaron Watry <awatry@gmail.com> 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>
/external/mesa3d/src/gallium/auxiliary/rbug/rbug_connection.c
7f8e22aa29b7340d51b1f2e16d55a035c0f9b851 08-Dec-2009 Vinson Lee <vlee@vmware.com> rbug: Initialize variable in rbug_get_message.

Silences uninitialized variable warning.
/external/mesa3d/src/gallium/auxiliary/rbug/rbug_connection.c
dfa4ebcbcc9c7e9e7562f73a4ddc367756623e5e 15-May-2009 Jakob Bornecrantz <jakob@vmware.com> rbug: Add Gallium Remote Debugger Protocol code

This is the (de)marshalling and connection managment code
/external/mesa3d/src/gallium/auxiliary/rbug/rbug_connection.c