mirror of
https://notabug.org/litucks/torzu.git
synced 2026-05-12 03:10:39 +00:00
* shader: add FmulPostFactor LUT table * shader: FMUL apply LUT * Update src/video_core/engines/shader_bytecode.h Co-Authored-By: Mat M. <mathew1800@gmail.com> * nit: mistype * clang-format & add missing import * shader: remove post factor LUT. * shader: move post factor LUT to function and fix incorrect order. * clang-format * shader: FMUL: add static to post factor LUT * nit: typo Co-authored-by: Mat M. <mathew1800@gmail.com> |
||
|---|---|---|
| .. | ||
| arithmetic.cpp | ||
| arithmetic_half.cpp | ||
| arithmetic_half_immediate.cpp | ||
| arithmetic_immediate.cpp | ||
| arithmetic_integer.cpp | ||
| arithmetic_integer_immediate.cpp | ||
| bfe.cpp | ||
| bfi.cpp | ||
| conversion.cpp | ||
| ffma.cpp | ||
| float_set.cpp | ||
| float_set_predicate.cpp | ||
| half_set.cpp | ||
| half_set_predicate.cpp | ||
| hfma2.cpp | ||
| image.cpp | ||
| integer_set.cpp | ||
| integer_set_predicate.cpp | ||
| memory.cpp | ||
| other.cpp | ||
| predicate_set_predicate.cpp | ||
| predicate_set_register.cpp | ||
| register_set_predicate.cpp | ||
| shift.cpp | ||
| texture.cpp | ||
| video.cpp | ||
| warp.cpp | ||
| xmad.cpp | ||