Files
mesa/src/compiler
Rob Clark 2a55344e7d compiler: int8/uint8 fixes
A couple spots were missed for handling of the new INT8/UINT8 base type.

Also de-duplicate get_base_type().. get_scalar_type() had nearly the
same switch statement, with the exception that anything with base_type
that was not scalar would return error_type.  So just handle that one
special case in get_scalar_type().

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2018-04-16 20:41:18 -04:00
..
2017-07-21 08:47:56 +03:00
2017-10-13 15:02:34 -07:00
2018-04-16 20:41:18 -04:00
2018-04-12 19:31:30 -04:00
2018-03-25 10:42:54 -04:00
2018-03-14 10:08:42 -04:00
2018-03-30 14:33:03 -06:00
2016-09-12 10:48:35 +10:00
2018-03-27 08:36:37 -04:00