summaryrefslogtreecommitdiff
path: root/progs/rbug
AgeCommit message (Collapse)Author
2010-03-02rbug: Rename pipe formats.José Fonseca
2010-02-17progs/rbug: Silence printf format warning.Vinson Lee
2010-02-17progs/rbug: Add missing headers.Vinson Lee
2010-02-17progs/rbug: Use util_format_name().Vinson Lee
2010-02-17progs/rbug: Add missing header.Vinson Lee
2010-02-17progs/rbug: s/read/rbug_read/Vinson Lee
read conflicts with read in /usr/include/unistd.h.
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: docs/relnotes.html src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/r300/r300_cs.h src/mesa/drivers/dri/i965/brw_wm_surface_state.c src/mesa/main/enums.c
2010-01-01progs/rbug: s/wait/rbug_wait/Vinson Lee
wait conflicts with wait in /usr/include/sys/wait.h.
2009-12-23rbug: rename pf_is_compressed to util_format_is_compressedRoland Scheidegger
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
Previously they depended on format blocks, but after removing those they started depending on format encoding.
2009-09-26progs/rbug: Link to mathJakob Bornecrantz
2009-06-18progs/rbug: Add small program to add block rulesJakob Bornecrantz
2009-06-12progs/rbug: Add binary to bmp converter programJakob Bornecrantz
2009-06-01progs/rbug: Add small remote debugging cli applicationsJakob Bornecrantz