Merge commit 'origin/st-shader-varients'
Conflicts: src/mesa/state_tracker/st_atom_shader.c src/mesa/state_tracker/st_program.c
This commit is contained in:
@@ -169,11 +169,6 @@ make_bitmap_fragment_program(GLcontext *ctx, GLuint samplerIndex)
|
||||
stfp = (struct st_fragment_program *) p;
|
||||
stfp->Base.UsesKill = GL_TRUE;
|
||||
|
||||
/* No need to send this incomplete program down to hardware:
|
||||
*
|
||||
* st_translate_fragment_program(ctx->st, stfp, NULL);
|
||||
*/
|
||||
|
||||
return stfp;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user