mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-13 02:46:23 +00:00
testdisplay: add 30bpp support (#ifdef'd out until the next cairo release)
This commit is contained in:
parent
a09dd09e00
commit
a825173a5f
@ -370,7 +370,11 @@ allocate_surface(int fd, int width, int height, uint32_t depth, uint32_t bpp,
|
|||||||
case 24:
|
case 24:
|
||||||
format = CAIRO_FORMAT_RGB24;
|
format = CAIRO_FORMAT_RGB24;
|
||||||
break;
|
break;
|
||||||
|
#if 0
|
||||||
case 30:
|
case 30:
|
||||||
|
format = CAIRO_FORMAT_RGB30;
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
case 32:
|
case 32:
|
||||||
format = CAIRO_FORMAT_ARGB32;
|
format = CAIRO_FORMAT_ARGB32;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user