|
|
@ -423,7 +423,6 @@ void vrend_report_buffer_error(struct vrend_context *ctx, int cmd); |
|
|
|
void vrend_fb_bind_texture(struct vrend_resource *res, |
|
|
|
void vrend_fb_bind_texture(struct vrend_resource *res, |
|
|
|
int idx, |
|
|
|
int idx, |
|
|
|
uint32_t level, uint32_t layer); |
|
|
|
uint32_t level, uint32_t layer); |
|
|
|
bool vrend_is_ds_format(enum virgl_formats format); |
|
|
|
|
|
|
|
bool vrend_format_is_emulated_alpha(enum virgl_formats format); |
|
|
|
bool vrend_format_is_emulated_alpha(enum virgl_formats format); |
|
|
|
boolean format_is_copy_compatible(enum pipe_format src, enum pipe_format dst, |
|
|
|
boolean format_is_copy_compatible(enum pipe_format src, enum pipe_format dst, |
|
|
|
boolean allow_compressed); |
|
|
|
boolean allow_compressed); |
|
|
|