| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
There's no reason to allow direct access to the unique_ptr instance. Only
its contained pointer.
|
|
Add error popup when citra initialization failed
|
|
This has been confirmed on hardware. Fixes Etrian Odyssey IV.
|
|
|
|
renderer_opengl: Initalise fragment shader LUT textures
|
|
|
|
Add support for padding vertex attributes
|
|
|
|
|
|
|
|
|