Re: [Mesa-dev] [PATCH 22/25] gallium/nouveau: handle query_renderer caps

2014-02-22 Thread Ilia Mirkin
On Sat, Feb 22, 2014 at 8:25 AM, Emil Velikov wrote: > On 22/02/14 05:54, Ilia Mirkin wrote: >> On Fri, Feb 21, 2014 at 10:04 PM, Emil Velikov >> wrote: >>> Signed-off-by: Emil Velikov >>> --- >>> >>> IMHO we could easily rip out all the common stuff wrt PIPE_CAPs >>> handling and move it to no

Re: [Mesa-dev] [PATCH 22/25] gallium/nouveau: handle query_renderer caps

2014-02-22 Thread Emil Velikov
On 22/02/14 05:54, Ilia Mirkin wrote: > On Fri, Feb 21, 2014 at 10:04 PM, Emil Velikov > wrote: >> Signed-off-by: Emil Velikov >> --- >> >> IMHO we could easily rip out all the common stuff wrt PIPE_CAPs >> handling and move it to nouveau, rather than duplicating it in >> each driver. >> >> I be

Re: [Mesa-dev] [PATCH 22/25] gallium/nouveau: handle query_renderer caps

2014-02-21 Thread Ilia Mirkin
On Fri, Feb 21, 2014 at 10:04 PM, Emil Velikov wrote: > Signed-off-by: Emil Velikov > --- > > IMHO we could easily rip out all the common stuff wrt PIPE_CAPs > handling and move it to nouveau, rather than duplicating it in > each driver. > > I believe that can be done as a follow up patch. Easy

[Mesa-dev] [PATCH 22/25] gallium/nouveau: handle query_renderer caps

2014-02-21 Thread Emil Velikov
Signed-off-by: Emil Velikov --- IMHO we could easily rip out all the common stuff wrt PIPE_CAPs handling and move it to nouveau, rather than duplicating it in each driver. I believe that can be done as a follow up patch. -Emil src/gallium/drivers/nouveau/nv30/nv30_screen.c | 25 ++