kd-11
|
83256cdacb
|
Make clang happy
|
2024-02-26 18:15:06 +03:00 |
|
kd-11
|
12dc03a903
|
rsx: Improve simple array performance for small objects
- Also adds map/collect transformation
|
2024-02-26 18:15:06 +03:00 |
|
Megamouse
|
d760e66fdb
|
VS: Fix compilation on Visual Studio 17.7.0
|
2023-08-12 13:53:40 +02:00 |
|
kd-11
|
c99ef4b09f
|
vk: Refactor descriptor handling
|
2023-05-30 16:50:08 +03:00 |
|
kd-11
|
7e131f8fb6
|
rsx/util: Add some c++ guards around simple_array class
|
2023-05-30 16:50:08 +03:00 |
|
kd-11
|
0bb8127372
|
rsx: Use emplace when constructing in-place.
- Unexpectedly high gains for msvc builds. GCC doesn't care, clang shits itself.
|
2023-03-01 01:10:06 +03:00 |
|
kd-11
|
a0ef1a672c
|
rsx: Implement interpolation using barycentrics
|
2022-12-11 15:21:58 +03:00 |
|
kd-11
|
73784b9e12
|
Fix GCC build
|
2022-10-03 12:57:16 +03:00 |
|
kd-11
|
f66eaf8f44
|
rsx: Add some handy util functions to simple_array
|
2022-10-03 12:57:16 +03:00 |
|
kd-11
|
5281a85b67
|
rsx: Fix compiler warnings
|
2022-09-28 12:55:31 +03:00 |
|
kd-11
|
7ec481d99b
|
rsx: Allocate scratch memory using simple array with no default initialize
- This cuts down processing time significantly by eliminating calls to memset_stosb
|
2022-05-31 23:34:14 +03:00 |
|
kd-11
|
7b9fb7ad9c
|
rsx: refactor rsx_utils a bit
- Move obviously standalone things to their own utility files
|
2021-09-28 17:43:15 +03:00 |
|