Re: [Mesa-dev] [PATCH] gallium: remove boolean from state tracker APIs

2019-07-08 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] gallium: remove boolean from state tracker APIs

2019-07-04 Thread Timothy Arceri
Looks good to me. Reviewed-by: Timothy Arceri On 5/7/19 5:36 am, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- It's actually a bit tricky to compile all the bits involved, so some of this is untested. However if it so happens that I missed a spot, it should be trivial to fix. src/gall

[Mesa-dev] [PATCH] gallium: remove boolean from state tracker APIs

2019-07-04 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- It's actually a bit tricky to compile all the bits involved, so some of this is untested. However if it so happens that I missed a spot, it should be trivial to fix. src/gallium/include/state_tracker/graw.h | 8 +- src/gallium/include/state_tracker/st_api.h