llvmpipe: pipe_target needs now 3 bits to be represented.
This commit is contained in:
@@ -55,7 +55,7 @@ struct lp_sampler_static_state
|
||||
{
|
||||
/* pipe_texture's state */
|
||||
enum pipe_format format;
|
||||
unsigned target:2;
|
||||
unsigned target:3;
|
||||
unsigned pot_width:1;
|
||||
unsigned pot_height:1;
|
||||
unsigned pot_depth:1;
|
||||
|
||||
Reference in New Issue
Block a user