|
|
@ -174,9 +174,7 @@ struct gl_buffer_state { |
|
|
|
bool needs_full_upload; |
|
|
|
bool needs_full_upload; |
|
|
|
pixman_region32_t texture_damage; |
|
|
|
pixman_region32_t texture_damage; |
|
|
|
|
|
|
|
|
|
|
|
/* These are only used by SHM surfaces to detect when we need
|
|
|
|
/* Only needed between attach() and flush_damage() */ |
|
|
|
* to do a full upload to specify a new internal texture |
|
|
|
|
|
|
|
* format */ |
|
|
|
|
|
|
|
GLenum gl_format[3]; |
|
|
|
GLenum gl_format[3]; |
|
|
|
GLenum gl_pixel_type; |
|
|
|
GLenum gl_pixel_type; |
|
|
|
|
|
|
|
|
|
|
|