Reviewed-by: Marek Olšák
Marek
On Mon, Jun 5, 2017 at 10:15 PM, Brian Paul wrote:
> Replace some static assertions with runtime assertions. The static
> asserts don't work/fail on MSVC, despite the offsets being multiples
> of 16 (checked with softpipe).
>
> Use correct parameter types for a f
Replace some static assertions with runtime assertions. The static
asserts don't work/fail on MSVC, despite the offsets being multiples
of 16 (checked with softpipe).
Use correct parameter types for a few gallium context functions.
---
src/gallium/auxiliary/util/u_threaded_context.c | 16 +++