Re: [Mesa-dev] [PATCH 15/17] st/mesa: add a state tracker for compute

2016-01-26 Thread Samuel Pitoiset
On 01/25/2016 04:02 PM, Ilia Mirkin wrote: How about st/mesa: add compute program dispatch callbacks or something along those lines. I don't think "state tracker" is the right term to use. Fine by me, thanks for the suggestion. On Sun, Jan 24, 2016 at 4:09 PM, Samuel Pitoiset wrote: Th

Re: [Mesa-dev] [PATCH 15/17] st/mesa: add a state tracker for compute

2016-01-26 Thread Marek Olšák
On Mon, Jan 25, 2016 at 4:02 PM, Ilia Mirkin wrote: > How about > > st/mesa: add compute program dispatch callbacks > > or something along those lines. I don't think "state tracker" is the > right term to use. With that done: Reviewed-by: Marek Olšák Marek _

Re: [Mesa-dev] [PATCH 15/17] st/mesa: add a state tracker for compute

2016-01-25 Thread Ilia Mirkin
How about st/mesa: add compute program dispatch callbacks or something along those lines. I don't think "state tracker" is the right term to use. On Sun, Jan 24, 2016 at 4:09 PM, Samuel Pitoiset wrote: > This state tracker implements DispatchCompute() and DispatchComputeIndirect(). > > Signed-o

[Mesa-dev] [PATCH 15/17] st/mesa: add a state tracker for compute

2016-01-24 Thread Samuel Pitoiset
This state tracker implements DispatchCompute() and DispatchComputeIndirect(). Signed-off-by: Samuel Pitoiset --- src/mesa/Makefile.sources | 2 + src/mesa/state_tracker/st_cb_compute.c | 85 ++ src/mesa/state_tracker/st_cb_compute.h | 38 +++