Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rbug: fix make process on Linux Mint 13 x64. | Aaron Watry | 2012-06-14 | 12 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | 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 <[email protected]> | ||||
* | rbug: remove set-but-unused variables | Marek Olšák | 2011-05-01 | 3 | -28/+0 |
| | |||||
* | rbug: Remove flags from flush | Jakob Bornecrantz | 2011-03-13 | 2 | -6/+0 |
| | |||||
* | rbug: Add function to get opcode name string | Jakob Bornecrantz | 2010-09-20 | 2 | -0/+69 |
| | |||||
* | rbug: Cast opcode to corrent int size | Jakob Bornecrantz | 2010-09-20 | 4 | -28/+28 |
| | |||||
* | rbug: Update and add READMEs | Jakob Bornecrantz | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | gallium: Generate a single library for auxiliaries with Make too. | José Fonseca | 2010-01-01 | 1 | -14/+0 |
| | |||||
* | scons: Aggregate all tiny libraries in a single library. | José Fonseca | 2010-01-01 | 1 | -14/+0 |
| | | | | | Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree, | ||||
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 2009-12-27 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h | ||||
| * | rbug: Remove comma at end of enumerator list. | Vinson Lee | 2009-12-26 | 1 | -1/+1 |
| | | |||||
| * | rbug: Remove comma at end of enumerator list. | Vinson Lee | 2009-12-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | 2009-12-11 | 1 | -0/+1 |
|\| | |||||
| * | rbug: Initialize variable in rbug_get_message. | Vinson Lee | 2009-12-08 | 1 | -0/+1 |
| | | | | | | | | Silences uninitialized variable warning. | ||||
* | | rbug: Mention where the GUI can be found. | José Fonseca | 2009-11-27 | 1 | -0/+4 |
|/ | |||||
* | rbug: Change block protocol around a bit | Jakob Bornecrantz | 2009-06-09 | 4 | -217/+45 |
| | |||||
* | rbug: Extend context info and block ops | Jakob Bornecrantz | 2009-06-09 | 4 | -0/+293 |
| | |||||
* | rbug: Update rbug protocol with new context calls | Jakob Bornecrantz | 2009-06-04 | 7 | -43/+336 |
| | |||||
* | rbug: Add Gallium Remote Debugger Protocol code | Jakob Bornecrantz | 2009-06-01 | 17 | -0/+3049 |
This is the (de)marshalling and connection managment code |