Re: [Mesa-dev] [PATCH 03/16] dri/radeon: use a const __DRIextension array

2014-04-25 Thread Emil Velikov
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

Re: [Mesa-dev] [PATCH 03/16] dri/radeon: use a const __DRIextension array

2014-04-25 Thread Kristian Høgsberg
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

[Mesa-dev] [PATCH 03/16] dri/radeon: use a const __DRIextension array

2014-03-16 Thread Emil Velikov
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/