> 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
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
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/