On Tuesday, July 25, 2017 8:36:36 AM PDT Marek Olšák wrote: > From: Marek Olšák <[email protected]> > > This fixes a bug uncovered by: > 2412c4c81ea0488df865817a0de91ec46e359b72 > util: Make CLAMP turn NaN into MIN. > --- > src/gallium/drivers/r600/r600_pipe.h | 4 ---- > src/gallium/drivers/radeon/r600_pipe_common.h | 5 +++++ > src/gallium/drivers/radeonsi/si_state.c | 5 ----- > 3 files changed, 5 insertions(+), 9 deletions(-)
You might want to use int32_t to match the copy in src/mesa/main/macros.h. Longer term, we might want to move those to src/util/*.h, which would let you drop your extra copy. Either way, Reviewed-by: Kenneth Graunke <[email protected]>
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
