summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/rbug
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few typosZoë Blade2015-04-271-1/+1
| | | | Reviewed-by: Francisco Jerez <currojerez@riseup.net>
* rbug: fix make process on Linux Mint 13 x64.Aaron Watry2012-06-1412-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 <brianp@vmware.com>
* rbug: remove set-but-unused variablesMarek Olšák2011-05-013-28/+0
|
* rbug: Remove flags from flushJakob Bornecrantz2011-03-132-6/+0
|
* rbug: Add function to get opcode name stringJakob Bornecrantz2010-09-202-0/+69
|
* rbug: Cast opcode to corrent int sizeJakob Bornecrantz2010-09-204-28/+28
|
* rbug: Update and add READMEsJakob Bornecrantz2010-05-121-1/+1
|
* gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-14/+0
|
* scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-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_branchBrian Paul2009-12-272-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 Lee2009-12-261-1/+1
| |
| * rbug: Remove comma at end of enumerator list.Vinson Lee2009-12-261-1/+1
| |
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-111-0/+1
|\ \ | |/
| * rbug: Initialize variable in rbug_get_message.Vinson Lee2009-12-081-0/+1
| | | | | | | | Silences uninitialized variable warning.
* | rbug: Mention where the GUI can be found.José Fonseca2009-11-271-0/+4
|/
* rbug: Change block protocol around a bitJakob Bornecrantz2009-06-094-217/+45
|
* rbug: Extend context info and block opsJakob Bornecrantz2009-06-094-0/+293
|
* rbug: Update rbug protocol with new context callsJakob Bornecrantz2009-06-047-43/+336
|
* rbug: Add Gallium Remote Debugger Protocol codeJakob Bornecrantz2009-06-0117-0/+3049
This is the (de)marshalling and connection managment code