Re: [Mesa-dev] [PATCHES] multi-api support in st/dri

2010-09-07 Thread Chia-I Wu
On Wed, Sep 8, 2010 at 12:36 AM, nobled wrote: > The first patch fixes a current bug, the second naively integrates > support for ES 1 and ES 2 into Gallium DRI drivers: > 1. st/dri: Make clear which API's are supported (aka just desktop GL) > 2. st/dri: Add multi-api support (applies after the fi

[Mesa-dev] [PATCHES] multi-api support in st/dri

2010-09-07 Thread nobled
The first patch fixes a current bug, the second naively integrates support for ES 1 and ES 2 into Gallium DRI drivers: 1. st/dri: Make clear which API's are supported (aka just desktop GL) 2. st/dri: Add multi-api support (applies after the first patch) One issue with patch 2, though, is implement