Re: [Mesa-dev] [PATCH 1/4] gallium: add an interface for EXT_depth_bounds_test

2015-08-13 Thread Roland Scheidegger
I guess the question is if those depth bounds floats should be in the dsa state or set separately. That would mostly depend on if you expect frequent changes to the values or not, at least that's the pattern usually followed. Either way though looks ok to me. Reviewed-by: Roland Scheidegger Am 1

[Mesa-dev] [PATCH 1/4] gallium: add an interface for EXT_depth_bounds_test

2015-08-13 Thread Marek Olšák
From: Marek Olšák --- src/gallium/docs/source/screen.rst | 3 +++ src/gallium/drivers/freedreno/freedreno_screen.c | 1 + src/gallium/drivers/i915/i915_screen.c | 1 + src/gallium/drivers/ilo/ilo_screen.c | 1 + src/gallium/drivers/llvmpipe/lp_screen.c