Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |