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
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
_
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
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 +++