etnaviv: compiled_framebuffer_state: get rid of SE_SCISSOR_*
[mesa.git] / src / gallium / drivers / etnaviv / etnaviv_screen.h
index 4e850d4b7ee7d339c412edaa0511f4672fc91443..e69d598c46303454bf0ebc88fb809a11a7c6215b 100644 (file)
@@ -38,6 +38,7 @@
 #include "util/slab.h"
 #include "util/u_dynarray.h"
 #include "util/u_helpers.h"
+#include "compiler/nir/nir.h"
 
 struct etna_bo;
 
@@ -84,9 +85,7 @@ struct etna_screen {
 
    uint32_t drm_version;
 
-   /* set of resources used by currently-unsubmitted renders */
-   mtx_t lock;
-   struct set *used_resources;
+   nir_shader_compiler_options options;
 };
 
 static inline struct etna_screen *