renderer: add some more caps info

this is jsut for 3 trivial extensions
macos/master
Dave Airlie 10 years ago
parent 0ff22a06b7
commit 3dcc980055
  1. 2
      src/virgl_hw.h

@ -197,6 +197,7 @@ struct virgl_caps_bool_set1 {
unsigned color_clamping:1; /* not in GL 3.1 core profile */
unsigned poly_stipple:1; /* not in GL 3.1 core profile */
unsigned mirror_clamp:1;
unsigned texture_query_lod:1;
};
/* endless expansion capabilites - current gallium has 252 formats */
@ -221,6 +222,7 @@ struct virgl_caps_v1 {
uint32_t max_tbo_size;
uint32_t max_uniform_blocks;
uint32_t max_viewports;
uint32_t max_texture_gather_components;
};
union virgl_caps {

Loading…
Cancel
Save