kd-11
|
39815801aa
|
rsx: Implement proper decoding for some obscure fragment instructions
PK4UBG and UP4UBG were dropped from the NV_fragment_program spec in 2002.
Not much information about them remains but seems pretty straightforward.
|
2021-06-05 21:02:14 +03:00 |
|
Ani
|
a49446c9e9
|
Replace gsl::span for std::span (c++20) (#7531)
* Replace gsl::span for std::span (c++20)
* Replace gsl::byte with std::byte
Co-authored-by: Bevan Weiss <bevan.weiss@gmail.com>
|
2021-05-30 17:10:46 +03:00 |
|
Nekotekina
|
2491aad6f2
|
types.hpp: implement min_v<>, max_v<>, SignedInt, UnsignedInt, FPInt concepts
Restrict smax to only work with signed values for consistency.
Cleanup <climits> includes.
Cleanup <limits> includes.
|
2021-05-23 19:43:51 +03:00 |
|
kd-11
|
a84cf030bb
|
Fixup
FreeBSD + concepts = fail
|
2021-05-15 23:51:12 +03:00 |
|
kd-11
|
c5a06dab0a
|
rsx: Refactor program texture state handling to be persistent across shader swaps
|
2021-05-15 23:51:12 +03:00 |
|