swrast: Remove _swrast_write_index_span and associated code
After all the recent color-index rendering removal, _swrast_write_index_span is no longer used anywhere. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
@@ -187,9 +187,6 @@ _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
|
||||
GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
|
||||
GLfloat s, GLfloat t, GLfloat q, GLfloat invQ);
|
||||
|
||||
extern void
|
||||
_swrast_write_index_span( GLcontext *ctx, SWspan *span);
|
||||
|
||||
|
||||
extern void
|
||||
_swrast_write_rgba_span( GLcontext *ctx, SWspan *span);
|
||||
|
Reference in New Issue
Block a user