st/mesa: remove duplicate calculation of fp input mapping
This was being calculated the same way in two different places. Now just do it in st_translate_fragment_program().
This commit is contained in:
@@ -221,7 +221,7 @@ combined_bitmap_fragment_program(GLcontext *ctx)
|
||||
#endif
|
||||
|
||||
/* translate to TGSI tokens */
|
||||
st_translate_fragment_program(st, stfp->bitmap_program, NULL);
|
||||
st_translate_fragment_program(st, stfp->bitmap_program);
|
||||
}
|
||||
|
||||
return stfp->bitmap_program;
|
||||
|
Reference in New Issue
Block a user