~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/virgl/virgl_screen.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
   VIRGL_DEBUG_SYNC                 = 1 << 4,
39
39
   VIRGL_DEBUG_XFER                 = 1 << 5,
40
40
   VIRGL_DEBUG_NO_COHERENT          = 1 << 6,
41
 
   VIRGL_DEBUG_USE_TGSI             = 1 << 7,
42
41
   VIRGL_DEBUG_L8_SRGB_ENABLE_READBACK = 1 << 8,
43
42
   VIRGL_DEBUG_VIDEO                = 1 << 9,
 
43
   VIRGL_DEBUG_SHADER_SYNC          = 1 << 10,
44
44
};
45
45
 
 
46
extern const struct debug_named_value virgl_debug_options[];
46
47
extern int virgl_debug;
47
48
 
48
49
struct virgl_screen {
64
65
   bool tweak_gles_apply_bgra_dest_swizzle;
65
66
   bool tweak_l8_srgb_readback;
66
67
   bool no_coherent;
 
68
   bool shader_sync;
67
69
   int32_t tweak_gles_tf3_value;
68
70
 
69
71
   nir_shader_compiler_options compiler_options;