The branch, master has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master
Summary of changes: src/mesa/drivers/dri/r300/r300_context.h | 83 +----------------------- src/mesa/drivers/dri/r300/r300_fragprog.c | 92 ++++++++++++++++++++++++--- src/mesa/drivers/dri/r300/r500_fragprog.c | 98 ++++++++++++++++++++++++++--- 3 files changed, 176 insertions(+), 97 deletions(-) via b7669e4a8637a9680bcef0d0db82ae5e1984741c (commit) from 4919cc3a2c5e779834a3ff362e417f36f12b2b17 (commit) - Commits ----------------------------------------------- commit b7669e4a8637a9680bcef0d0db82ae5e1984741c Author: Nicolai Haehnle <[EMAIL PROTECTED]> Date: Fri Jun 13 20:49:52 2008 +0200 r300/r500: Separate fragprog compiler structures r500 code still used r300_pfs_compile_state, which contains some fields that really only make sense on r3xx type hardware. In order to allow both fragprog implementations to go forward without disturbing each other, I've pushed this structure down into the respective r[3|5]00_fragprog.c --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit