| Age | Commit message (Collapse) | Author |
|
GLRasterizer: Don't try to get a pointer to the depth buffer if it doesn't exist.
|
|
This was found and hwtested by Lectem
|
|
|
|
exist.
|
|
real stride.
Also added its name to the texture viewer widget
|
|
Pica/CommandProcessor: Move default attribute setup to the proper position.
|
|
|
|
|
|
|
|
|
|
|
|
This is exposed in the GUI as a new "CiTrace Recording" widget.
Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).
|
|
Add GL_CLAMP_TO_BORDER support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Trivial change and fixes several warnings in the clang build.
|
|
|
|
|
|
|
|
|
|
|
|
Commonify video_core utility headers
|
|
- This is a workaround until we support fragment lighting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core/video_core: Fix a few warnings when compiling on MSVC.
|
|
|
|
default attributes, if set.
closes #735
|
|
memory.cpp/h contains definitions related to acessing memory and
configuring the address space
mem_map.cpp/h contains higher-level definitions related to configuring
the address space accoording to the kernel and allocating memory.
|
|
This is necessary otherwise there are warnings about a 32-bit result being casted to a 64-bit value.
|
|
|