summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/rbug
Commit message (Collapse)AuthorAgeFilesLines
* 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