Re: [Mesa-dev] [PATCH 19/25] gallium/i915: handle query_renderer caps

2014-02-23 Thread Stéphane Marchesin
On Sat, Feb 22, 2014 at 5:22 AM, Emil Velikov wrote: > On 22/02/14 03:33, Stéphane Marchesin wrote: > > On Fri, Feb 21, 2014 at 7:04 PM, Emil Velikov >wrote: > > > >> Implementation is a verbatim copy from the classic driver. > >> > >> This introduces a driver dependency on libdrm-intel, as the w

Re: [Mesa-dev] [PATCH 19/25] gallium/i915: handle query_renderer caps

2014-02-22 Thread Emil Velikov
On 22/02/14 03:33, Stéphane Marchesin wrote: > On Fri, Feb 21, 2014 at 7:04 PM, Emil Velikov wrote: > >> Implementation is a verbatim copy from the classic driver. >> >> This introduces a driver dependency on libdrm-intel, as the winsys does not >> cache the aperture size of the device. >> > > Us

Re: [Mesa-dev] [PATCH 19/25] gallium/i915: handle query_renderer caps

2014-02-21 Thread Stéphane Marchesin
On Fri, Feb 21, 2014 at 7:04 PM, Emil Velikov wrote: > Implementation is a verbatim copy from the classic driver. > > This introduces a driver dependency on libdrm-intel, as the winsys does not > cache the aperture size of the device. > Usually if you have to add calls into libdrm, you add them t

[Mesa-dev] [PATCH 19/25] gallium/i915: handle query_renderer caps

2014-02-21 Thread Emil Velikov
Implementation is a verbatim copy from the classic driver. This introduces a driver dependency on libdrm-intel, as the winsys does not cache the aperture size of the device. Cc: Stephane Marchesin Signed-off-by: Emil Velikov --- NOTE: This _will_ fail on i915/sw due to the lack of fd on the pa