src/gallium/auxiliary/draw/draw_private.h | 2 +- src/gallium/auxiliary/draw/draw_vs_exec.c | 4 ++-- src/gallium/auxiliary/draw/draw_vs_sse.c | 4 ++-- src/gallium/drivers/i965simple/brw_wm_glsl.c | 4 ---- src/mesa/state_tracker/st_mesa_to_tgsi.c | 3 +-- 5 files changed, 6 insertions(+), 11 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 51809bc1bc719c8d988cd6e06b6c96af43d12026 Author: Brian <[EMAIL PROTECTED]> Date: Wed Mar 12 13:22:58 2008 -0600 remove reference to obsolete ExtDivide commit a2b917c1cdb9cdd9b016e5cb9637e90c58fa911b Author: Brian <[EMAIL PROTECTED]> Date: Wed Mar 12 13:21:41 2008 -0600 gallium: use TXP rather than ExtDivide flag commit 12ab5f97013e398b9f6485b97d6691c3c170447a Author: Brian <[EMAIL PROTECTED]> Date: Wed Mar 12 13:20:29 2008 -0600 gallium: change draw_vertex_shader->state from pointer to struct We were sometimes keeping a pointer to a stack-allocated object. Now make a copy of the pipe_shader_state object. This should fix some seemingly random memory errors/crashes. _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit