On 25/04/14 18:53, Kristian Høgsberg wrote:
> On Sun, Mar 16, 2014 at 6:48 AM, Emil Velikov
> wrote:
>> Rather than keeping a separate and unused copy of the screen extensions
>> within the radeon screen, use a constant array that can be used directly
>> with __DRIscreen.
>
> The copy in the rad
On Sun, Mar 16, 2014 at 6:48 AM, Emil Velikov wrote:
> Rather than keeping a separate and unused copy of the screen extensions
> within the radeon screen, use a constant array that can be used directly
> with __DRIscreen.
The copy in the radeon screen isn't unused, that's where the array is
built
Rather than keeping a separate and unused copy of the screen extensions
within the radeon screen, use a constant array that can be used directly
with __DRIscreen.
Signed-off-by: Emil Velikov
---
src/mesa/drivers/dri/radeon/radeon_screen.c | 29 ++---
src/mesa/drivers/dri/