src/mesa/drivers/dri/i965/brw_context.c | 20 +------------------- src/mesa/drivers/dri/i965/brw_metaops.c | 2 +- src/mesa/drivers/dri/i965/brw_vs_tnl.c | 6 +++--- src/mesa/main/texenvprogram.c | 3 ++- 4 files changed, 7 insertions(+), 24 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit de1e9880f8b239768293f7f434a9117dfab20162 Author: Xiang, Haihao <[EMAIL PROTECTED]> Date: Fri Feb 29 11:15:02 2008 +0800 i965: use _Current pointer instead of Current pointer. fix double free issue(bug#14710). It also corrects glsl/bitmap demo behavior. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
