Re: [Mesa-dev] [PATCH 20/25] gallium/ilo: handle query_renderer caps

2014-02-22 Thread Emil Velikov
On 22/02/14 14:41, Chia-I Wu wrote: > On Sat, Feb 22, 2014 at 11:04 AM, 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. >> >> This implem

Re: [Mesa-dev] [PATCH 20/25] gallium/ilo: handle query_renderer caps

2014-02-22 Thread Chia-I Wu
On Sat, Feb 22, 2014 at 11:04 AM, 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. > > This implemetation duplicates the fd from intel_winsys to

[Mesa-dev] [PATCH 20/25] gallium/ilo: 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. This implemetation duplicates the fd from intel_winsys to intel_winsys_info and ultimatelly to ilo_dev_info, due to the des