- Jul 07, 2018
-
-
fearlessTobi authored
-
bunnei authored
externals: Update dynarmic to f7d11baa1
-
Lioncash authored
-
- Jul 06, 2018
-
-
bunnei authored
Remove some references to Citra
-
Zach Hilman authored
* Add VfsFile and VfsDirectory classes * Finish abstract Vfs classes * Implement RealVfsFile (computer fs backend) * Finish RealVfsFile and RealVfsDirectory * Finished OffsetVfsFile * More changes * Fix import paths * Major refactor * Remove double const * Use experimental/filesystem or filesystem depending on compiler * Port partition_filesystem * More changes * More Overhaul * FSP_SRV fixes * Fixes and testing * Try to get filesystem to compile * Filesystem on linux * Remove std::filesystem and document/test * Compile fixes * Missing include * Bug fixes * Fixes * Rename v_file and v_dir * clang-format fix * Rename NGLOG_* to LOG_* * Most review changes * Fix TODO * Guess 'main' to be Directory by filename
-
fearlessTobi authored
-
- Jul 05, 2018
-
-
bunnei authored
GPU: Allow using the old NV04 values for the depth test function.
-
Subv authored
These seem to be just a valid as the GL token values. Thanks @ReinUsesLisp This restores graphical output to Disgaea 5
-
bunnei authored
GPU: Stub the shader SYNC and DEPBAR instructions.
-
bunnei authored
GPU: Implemented the F2F 'round' rounding mode.
-
bunnei authored
GPU: Implement the Size_16_16 and Size_10_10_10_2 vertex attribute types
-
bunnei authored
GPU: Ignore unused textures and corrected the TEX shader instruction decoding.
-
bunnei authored
GPU: Implemented the PSETP shader instruction.
-
bunnei authored
GPU: Implemented the 32 bit float depth buffer format.
-
- Jul 04, 2018
-
-
Subv authored
It's implemented via the GLSL 'roundEven()' function.
-
Subv authored
It is unknown at this moment if we actually need to do something with these instructions or if the GLSL compiler takes care of that for us.
-
Subv authored
Both signed and unsigned variants.
-
Subv authored
-
Subv authored
-
Subv authored
It's similar to the isetp and fsetp instructions but it works on predicates instead.
-
bunnei authored
GPU: Flip the triangle front face winding if the GPU is configured to not flip the triangles.
-
Subv authored
-
Subv authored
OpenGL's default behavior is already correct when the GPU is configured to flip the triangles. This fixes 1-2 Switch's splash screen.
-
bunnei authored
GPU: Only configure the used framebuffers during clear.
-
Subv authored
Don't try to configure the color buffer if it is not being cleared, it may not be completely valid at this point.
-
- Jul 03, 2018
-
-
bunnei authored
GPU: Implemented the CLEAR_BUFFERS register.
-
bunnei authored
gl_rasterizer_cache: Implement PixelFormat S8Z24.
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
bunnei authored
Add qt windowsvistastyle dll to the build
-
bunnei authored
-
James Rowe authored
-
David authored
* voice section updating * fixed slight offset miscalculation * fixed overflow
-
bunnei authored
Logging - Customizable backends
-
bunnei authored
gl_rasterizer: Only set cull mode and front face if enabled.
-
bunnei authored
GPU: Don't try to parse the depth test function if the depth test is disabled and use only the least significant 3 bits in the depth test func
-
bunnei authored
GPU: Implemented MUFU suboperation 8, sqrt.
-
bunnei authored
-