search for: pict_b8g8r8a8

Displaying 3 results from an estimated 3 matches for "pict_b8g8r8a8".

2010 Jan 03
0
[PATCH] exa: Some compat defines for new pixman formats.
...e PICT_x2b10g10r10 PICT_FORMAT(32, PICT_TYPE_ABGR, 0, 10, 10, 10) +#endif +#ifndef PICT_a2r10g10b10 +#define PICT_a2r10g10b10 PICT_FORMAT(32, PICT_TYPE_ARGB, 2, 10, 10, 10) +#endif +#ifndef PICT_x2r10g10b10 +#define PICT_x2r10g10b10 PICT_FORMAT(32, PICT_TYPE_ARGB, 0, 10, 10, 10) +#endif +#ifndef PICT_b8g8r8a8 +#define PICT_b8g8r8a8 PIXMAN_FORMAT(32,PIXMAN_TYPE_BGRA,8,8,8,8) +#endif +#ifndef PICT_b8g8r8x8 +#define PICT_b8g8r8x8 PIXMAN_FORMAT(32,PIXMAN_TYPE_BGRA,0,8,8,8) +#endif + static Bool NV50EXACheckRenderTarget(PicturePtr ppict) { --=20 1.6.6.rc4 On Sun, Jan 3, 2010 at 2:55 AM, Johannes Oberma...
2010 Jan 03
3
Latest xf86-video-nouveau does not compile
...eclared (first use in this function) nv50_exa.c:489: error: 'PICT_a2r10g10b10' undeclared (first use in this function) nv50_exa.c:490: error: 'PICT_x2r10g10b10' undeclared (first use in this function) nv50_exa.c: In function 'NV50EXACheckTexture': nv50_exa.c:537: error: 'PICT_b8g8r8a8' undeclared (first use in this function) nv50_exa.c:538: error: 'PICT_b8g8r8x8' undeclared (first use in this function) nv50_exa.c:539: error: 'PICT_a2b10g10r10' undeclared (first use in this function) nv50_exa.c:540: error: 'PICT_x2b10g10r10' undeclared (first use in th...
2010 Jan 03
0
[PATCH] exa: Some compat defines for depth 30 formats.
...n this function) > nv50_exa.c:489: error: 'PICT_a2r10g10b10' undeclared (first use in this function) > nv50_exa.c:490: error: 'PICT_x2r10g10b10' undeclared (first use in this function) > nv50_exa.c: In function 'NV50EXACheckTexture': > nv50_exa.c:537: error: 'PICT_b8g8r8a8' undeclared (first use in this function) > nv50_exa.c:538: error: 'PICT_b8g8r8x8' undeclared (first use in this function) > nv50_exa.c:539: error: 'PICT_a2b10g10r10' undeclared (first use in this function) > nv50_exa.c:540: error: 'PICT_x2b10g10r10' undeclared (...