glamor: remove dead global variable.
Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Markus Wick <markus at selfnet.de>
This commit is contained in:
parent
7f15e5aed7
commit
4e86f4236b
|
@ -697,7 +697,6 @@ glamor_color_convert_to_bits(void *src_bits, void *dst_bits, int w, int h,
|
||||||
* Upload pixmap to a specified texture.
|
* Upload pixmap to a specified texture.
|
||||||
* This texture may not be the one attached to it.
|
* This texture may not be the one attached to it.
|
||||||
**/
|
**/
|
||||||
int in_restore = 0;
|
|
||||||
static void
|
static void
|
||||||
__glamor_upload_pixmap_to_texture(PixmapPtr pixmap, unsigned int *tex,
|
__glamor_upload_pixmap_to_texture(PixmapPtr pixmap, unsigned int *tex,
|
||||||
GLenum format,
|
GLenum format,
|
||||||
|
|
Loading…
Reference in New Issue