src/mesa/shader/arbprogparse.c | 6 +++--- src/mesa/shader/arbprogram.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit b039b785e23abb78342fa0febffa0cdbb49e7ef4 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Tue Jan 15 15:09:21 2008 -0800 Fix the compile of disabled DEBUG_PARSING code. commit 185320ae13163995ea61e38104ab5aeaeb28d8e5 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Tue Jan 15 15:08:34 2008 -0800 Bug #13492: Only call ProgramStringNotify if program parsing succeeded. Wine intentionally tries some out-of-spec programs to test strictness, and calling ProgramStringNotify on the results of a failed program parse resulted in crashes in the 965 driver. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
