[Mesa-dev] [PATCH 3/4] gallium: implement get_device_vendor() for existing drivers

2015-03-22 Thread Giuseppe Bilotta
The only hackish ones are llvmpipe and softpipe, which currently return the same string as for get_vendor(), while ideally they should return the CPU vendor. Signed-off-by: Giuseppe Bilotta giuseppe.bilo...@gmail.com Reviewed-by: Tom Stellard thomas.stell...@amd.com ---

Re: [Mesa-dev] [PATCH 3/4] gallium: implement get_device_vendor() for existing drivers

2015-03-20 Thread Tom Stellard
On Wed, Mar 11, 2015 at 03:27:18PM +0100, Giuseppe Bilotta wrote: The only hackish ones are llvmpipe and softpipe, which currently return the same string as for get_vendor(), while ideally they should return the CPU vendor. Signed-off-by: Giuseppe Bilotta giuseppe.bilo...@gmail.com

[Mesa-dev] [PATCH 3/4] gallium: implement get_device_vendor() for existing drivers

2015-03-12 Thread Giuseppe Bilotta
The only hackish ones are llvmpipe and softpipe, which currently return the same string as for get_vendor(), while ideally they should return the CPU vendor. Signed-off-by: Giuseppe Bilotta giuseppe.bilo...@gmail.com --- src/gallium/drivers/freedreno/freedreno_screen.c | 8