diff options
author | Brian <[email protected]> | 2007-10-01 13:45:53 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-01 13:45:53 -0600 |
commit | b13618c3167002a823e9bb1e744a0a316fd0e2bf (patch) | |
tree | 9aac1a463a433d9b4273aad9a1aa86feac79b8f7 /src/mesa/pipe/i915simple | |
parent | 2727cfddbf64add52181bed999938a90811f01a3 (diff) |
fix a few vert/frag program items to get i915 driver going again
Diffstat (limited to 'src/mesa/pipe/i915simple')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.c b/src/mesa/pipe/i915simple/i915_context.c index 89252e38d58..b27ab48a501 100644 --- a/src/mesa/pipe/i915simple/i915_context.c +++ b/src/mesa/pipe/i915simple/i915_context.c @@ -142,8 +142,6 @@ static int i915_get_param(struct pipe_context *pipe, int param) { switch (param) { - case PIPE_PARAM_FS_NEEDS_POS: - return 0; default: return 0; } |