mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 02:40:11 +01:00
anv: use device->info instead of brw->is_*
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
8c9df0daf2
commit
de9649071a
1 changed files with 1 additions and 1 deletions
|
|
@ -1700,7 +1700,7 @@ genX(graphics_pipeline_create)(
|
|||
* whole fixed function pipeline" means to emit a PIPE_CONTROL with the "CS
|
||||
* Stall" bit set.
|
||||
*/
|
||||
if (!brw->is_haswell && !brw->is_baytrail)
|
||||
if (!device->info.is_haswell && !device->info.is_baytrail)
|
||||
gen7_emit_vs_workaround_flush(brw);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue