r300/compiler: Remove inst_offset from r500_fragment_program_code
authorNicolai Hähnle <nhaehnle@gmail.com>
Thu, 30 Jul 2009 20:26:02 +0000 (22:26 +0200)
committerNicolai Hähnle <nhaehnle@gmail.com>
Thu, 30 Jul 2009 21:42:59 +0000 (23:42 +0200)
commitcab62aa28f5ccdf7ca185ac965b852e2318816f3
tree96d1c17d4c6d87eda54e9ea11ad0ba3e67b92266
parent9f26f801dc34b1705fe724aab8a6c3189596149b
r300/compiler: Remove inst_offset from r500_fragment_program_code

The field is not used, and in any case it would be more interesting to
manipulate from *outside* the compiler if we ever wanted to load several
fragment programs at the same time or something.

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
src/mesa/drivers/dri/r300/compiler/r500_fragprog_emit.c
src/mesa/drivers/dri/r300/compiler/radeon_code.h
src/mesa/drivers/dri/r300/r300_state.c