Re: [Mesa-dev] [PATCH 2/2] r600, compute: Allow image resource creation

2015-06-09 Thread Zoltán Gilián
> Why keeping the assertion commented out? Because to test the image support functionality I'm working on, I have to create an image and pass it to a kernel, which triggers the assertion ATM. > Can you just fix evergreen_set_cs_sampler_view so that it supports views==NULL? Fair point, will do th

Re: [Mesa-dev] [PATCH 2/2] r600, compute: Allow image resource creation

2015-06-08 Thread Marek Olšák
On Mon, Jun 8, 2015 at 1:20 PM, Zoltan Gilian wrote: > Allow creation and binding of compute image resources to be able to test the > currently working pieces of OpenCL image support. > --- > src/gallium/drivers/r600/evergreen_compute.c | 2 +- > src/gallium/drivers/r600/evergreen_state.c| 4

[Mesa-dev] [PATCH 2/2] r600, compute: Allow image resource creation

2015-06-08 Thread Zoltan Gilian
Allow creation and binding of compute image resources to be able to test the currently working pieces of OpenCL image support. --- src/gallium/drivers/r600/evergreen_compute.c | 2 +- src/gallium/drivers/r600/evergreen_state.c| 4 src/gallium/drivers/r600/r600_state_common.c | 1 + src/