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_context.c
|
425cfa139b36b4ac01db248de3dc8ad4799cec5c |
|
01-May-2011 |
Marek Olšák <maraeo@gmail.com> |
rbug: remove set-but-unused variables
/external/mesa3d/src/gallium/auxiliary/rbug/rbug_context.c
|
dfac72208db46a895115d60ca31669ff030757b3 |
|
13-Mar-2011 |
Jakob Bornecrantz <wallbraker@gmail.com> |
rbug: Remove flags from flush
/external/mesa3d/src/gallium/auxiliary/rbug/rbug_context.c
|
7faa37adf84c7fdc393a0e795c924ea9b047f235 |
|
10-Sep-2010 |
Jakob Bornecrantz <wallbraker@gmail.com> |
rbug: Cast opcode to corrent int size
/external/mesa3d/src/gallium/auxiliary/rbug/rbug_context.c
|
f3cf3d2fc2c0cb09cb1c18c08a135009904166b7 |
|
09-Jun-2009 |
Jakob Bornecrantz <jakob@vmware.com> |
rbug: Change block protocol around a bit
/external/mesa3d/src/gallium/auxiliary/rbug/rbug_context.c
|
f0c21c02945f8379decfa3b2f294651d6b5af8ef |
|
09-Jun-2009 |
Jakob Bornecrantz <jakob@vmware.com> |
rbug: Extend context info and block ops
/external/mesa3d/src/gallium/auxiliary/rbug/rbug_context.c
|
384bbe278d7e634cf1af5f786bfbde651c14df62 |
|
04-Jun-2009 |
Jakob Bornecrantz <jakob@vmware.com> |
rbug: Update rbug protocol with new context calls
/external/mesa3d/src/gallium/auxiliary/rbug/rbug_context.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_context.c
|