Re: [Mesa-dev] [PATCH] st/mesa: Disable blending for integer formats.

2018-08-27 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Aug 25, 2018 at 3:19 AM, Kenneth Graunke wrote: > Blending isn't valid for integer formats. Rather than having drivers > worry about this, just disable blending in this case. This hopefully > will increase hits in the CSO cache as well, by eliminating

[Mesa-dev] [PATCH] st/mesa: Disable blending for integer formats.

2018-08-25 Thread Kenneth Graunke
Blending isn't valid for integer formats. Rather than having drivers worry about this, just disable blending in this case. This hopefully will increase hits in the CSO cache as well, by eliminating most of the meaningless fields in this case. --- src/mesa/state_tracker/st_atom_blend.c | 1 + 1