kd-11
|
b6422c9a33
|
rsx: Fixup
- Destination Y coordinate must be 'rebased' onto the current slice by subtracting its offset.
Only the local path was affected this time
|
2020-02-05 18:18:09 +03:00 |
|
Nekotekina
|
c0f80cfe7a
|
Use attributes for LIKELY/UNLIKELY
Remove LIKELY/UNLIKELY macro.
|
2020-02-05 10:42:34 +03:00 |
|
Nekotekina
|
15391f45d0
|
Modernize RSX logging (rsx_log variable)
|
2020-02-01 11:52:22 +03:00 |
|
Nekotekina
|
377e7d2a73
|
C-style cast cleanup VI
|
2019-12-04 17:56:22 +03:00 |
|
kd-11
|
4a0e1c79ed
|
rsx: Improve format validation for blit engine
- Check all possible cases where format mismatch is possible.
- Warn if a slow path is going to be taken. Should help with future
optimizations.
|
2019-11-18 13:17:00 +03:00 |
|
kd-11
|
a936e43ff6
|
rsx: Fixup for slice gathering for structures with multiple mipmap levels
- TODO: Proper multi-level assembly for non-2D structures
|
2019-10-17 18:18:00 +03:00 |
|
kd-11
|
1ac976771c
|
rsx: Add some texture search options for the cache
- Potentially optimizes texture cache searching using explicit options
|
2019-10-17 18:18:00 +03:00 |
|
kd-11
|
840b52fe80
|
rsx: Implement mipmap gathering from texture cache
|
2019-10-17 18:18:00 +03:00 |
|
kd-11
|
d6d8766f8d
|
rsx: Refactoring
- Move some helper routines out of the cache core
- Prep for multi-layered image search
|
2019-10-17 18:18:00 +03:00 |
|