| Age | Commit message (Collapse) | Author |
|
IOFile: Minor API changes
|
|
|
|
|
|
|
|
return addresses.
|
|
|
|
|
|
|
|
- This is because we compile the full shader code space, and therefore its common to compile malformed instructions.
|
|
|
|
|
|
|
|
instructions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenGL: Fix a double framebuffer completeness checks.
|
|
Common: Remove Common::make_unique, use std::make_unique
|
|
|
|
|
|
|
|
|
|
This partially fixes Etrian Odyssey IV.
|
|
Our code did not handle this well, causing random crashes in some
situations.
|
|
Respect vs output map
|
|
shader_interpreter: use std::inner_product for the dot product
|
|
PICA: Alignment happens locally in vertex
|
|
|
|
Same thing, less code.
|
|
|
|
Not to say these subscript operators aren't totally ugly as is.
|
|
|
|
PICA: Fix viewport offset
|
|
Clear JIT cache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Common: Get rid of alignment macros
|
|
renderer_base: Minor changes
|
|
The gl rasterizer already uses alignas,
so we may as well move everything over.
|
|
Output errors in GUI
|