The branch, gallium-0.1 has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1
Summary of changes: src/gallium/auxiliary/draw/draw_vs_exec.c | 13 +++++++++++++ src/gallium/drivers/i915simple/i915_state.c | 2 +- src/gallium/winsys/Makefile | 4 ++++ src/mesa/state_tracker/st_cb_program.c | 10 ++++++++++ src/mesa/vbo/vbo_exec_api.c | 11 ++--------- 5 files changed, 30 insertions(+), 10 deletions(-) via 3088eb59497ec8621e003ce3bc87025f257c0a92 (commit) via 027433176cddec58821d625fb2df45cfd95f1e33 (commit) via a254d0c36870724e51e91de3a3da9220b67af850 (commit) via c45a525cdc4bd5f9b35c4f6abae6a65f3279e2c4 (commit) via ee55eaa609aee9ffd7ddbc839d7d6161727cee3a (commit) from e4cdce43cebe6a2b38f7ea5145474ca2b12c57bb (commit) - Commits ----------------------------------------------- commit 3088eb59497ec8621e003ce3bc87025f257c0a92 Author: Brian <[EMAIL PROTECTED]> Date: Fri Mar 14 10:23:39 2008 -0600 gallium: added some debug code (disabled) commit 027433176cddec58821d625fb2df45cfd95f1e33 Author: Brian <[EMAIL PROTECTED]> Date: Fri Mar 14 10:23:11 2008 -0600 i915: check for NULL const buffer ptr commit a254d0c36870724e51e91de3a3da9220b67af850 Author: Brian <[EMAIL PROTECTED]> Date: Fri Mar 14 10:22:53 2008 -0600 gallium: added dummy install target commit c45a525cdc4bd5f9b35c4f6abae6a65f3279e2c4 Author: Brian <[EMAIL PROTECTED]> Date: Fri Mar 14 10:20:29 2008 -0600 mesa: revert fast-track glColor and similar calls when not immediate mode rendering Revert commit d08cd68d3f5456b69ad504ede2b090c0bb6474db This change caused some glean tests to fail. The alpha value of colors was always 1.0 instead of the value from glColor4fv(). The mesa color array found in st_draw() has size=3 instead of size=4. commit ee55eaa609aee9ffd7ddbc839d7d6161727cee3a Author: Brian <[EMAIL PROTECTED]> Date: Fri Mar 14 10:19:19 2008 -0600 gallium: in st_program_string_notify() free shader tokens. When the shader instructions change, free the TGSI tokens. This signals the state tracker to recompile the shader. Fixes a regression caused by recent shader/state-tracker changes. --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit