TellowKrinkle 25929789c1 VideoCommon: Don't pass State by inout
Spirv-cross's MSL codegen makes the amazing choice of compiling calls to inout functions as `State temp = s; call_function(temp); s = temp`.  Not all Metal backends handle this mess well.  In particular, it causes register spills on Intel, losing about 5% in performance.
2022-06-14 00:48:47 -05:00
..
2022-05-25 13:06:41 -07:00
2022-05-10 19:19:52 -07:00
2022-05-22 01:19:44 +02:00
2022-05-25 13:06:41 -07:00
2022-05-25 13:06:41 -07:00
2022-05-25 13:06:41 -07:00
2022-05-25 13:06:41 -07:00
2021-12-10 14:49:57 -08:00
2021-12-10 14:49:57 -08:00
2022-05-25 13:06:41 -07:00
2022-01-13 11:11:08 -08:00