Re: [Mesa-dev] [PATCH 1/3] st/xorg: reorder exa context creation and use screen param queries

2012-07-18 Thread Michel Dänzer
On Mit, 2012-07-18 at 01:26 +0200, Lucas Stach wrote: Gives the x-server a more accurate description of the exa hardware capabilities. [...] @@ -1012,8 +1017,11 @@ xorg_exa_init(ScrnInfoPtr pScrn, Bool accel) #ifdef EXA_MIXED_PIXMAPS pExa-flags|= EXA_MIXED_PIXMAPS;

Re: [Mesa-dev] [PATCH 1/3] st/xorg: reorder exa context creation and use screen param queries

2012-07-18 Thread Lucas Stach
Hello Michel, I've just sent out a v2 of this series, which also fixes a resource leak in the EDID patch. Am Mittwoch, den 18.07.2012, 11:59 +0200 schrieb Michel Dänzer: On Mit, 2012-07-18 at 01:26 +0200, Lucas Stach wrote: Gives the x-server a more accurate description of the exa hardware

Re: [Mesa-dev] [PATCH 1/3] st/xorg: reorder exa context creation and use screen param queries

2012-07-18 Thread Michel Dänzer
On Mit, 2012-07-18 at 16:08 +0200, Lucas Stach wrote: Am Mittwoch, den 18.07.2012, 11:59 +0200 schrieb Michel Dänzer: On Mit, 2012-07-18 at 01:26 +0200, Lucas Stach wrote: Gives the x-server a more accurate description of the exa hardware capabilities. [...] @@ -1012,8

[Mesa-dev] [PATCH 1/3] st/xorg: reorder exa context creation and use screen param queries

2012-07-17 Thread Lucas Stach
Gives the x-server a more accurate description of the exa hardware capabilities. Signed-off-by: Lucas Stach d...@lynxeye.de --- src/gallium/state_trackers/xorg/xorg_exa.c | 17 ++--- 1 Datei geändert, 10 Zeilen hinzugefügt(+), 7 Zeilen entfernt(-) diff --git