- Jun 14, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
- Jun 13, 2018
- Jun 12, 2018
-
-
bunnei authored
GPU: Partially implemented the Maxwell DMA engine.
-
bunnei authored
GPU: Implemented the iadd32i shader instruction.
-
Subv authored
-
Subv authored
Only tiled->linear and linear->tiled copies that aren't offsetted are supported for now. Queries are not supported. Swizzled copies are not supported.
-
bunnei authored
hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO
-
bunnei authored
gl_shader_decompiler: Implement saturate for float instructions.
-
bunnei authored
-
shinyquagsire23 authored
-
- Jun 11, 2018
-
-
bunnei authored
GPU: Convert the gl_InstanceId and gl_VertexID variables to floats when reading from them.
-
- Jun 10, 2018
- Jun 09, 2018
-
-
Subv authored
-
Subv authored
-
bunnei authored
GPU: Stub the SSY shader instruction.
-
bunnei authored
gl_shader_decompiler: Implement SHR instruction.
-
bunnei authored
gl_shader_decompiler: Implement IADD instruction.
-
bunnei authored
-
Subv authored
This instruction tells the GPU where the flow reconverges in a non-uniform control flow scenario, we can ignore this when generating GLSL code.
-
bunnei authored
-
bunnei authored
-
- Jun 08, 2018
-
-
bunnei authored
Enable ccache usage on Travis
-
bunnei authored
Common/string_util: add StringFromBuffer() function
-
bunnei authored
GPU: Fixed ghosting when drawing with blending disabled
-
Subv authored
Only independent blending on render target 0 is implemented for now. This fixes the elongated squids in Splatoon 2's boot screen.
-
Subv authored
-
bunnei authored
GLCache: Align compressed texture sizes to their compression ratio, and then align that compressed size to the block height for tiled textures.
-
bunnei authored
Rasterizer: Flush the written region when writing shader uniform data before copying it to the uniform buffers.
-
Subv authored
GLCache: Align compressed texture sizes to their compression ratio, and then align that compressed size to the block height for tiled textures. This fixes issues with retrieving non-block-aligned tiled compressed textures from the cache.
-
Subv authored
Rasterizer: Flush the written region when writing shader uniform data before copying it to the uniform buffers. This fixes the flip_viewport uniform having invalid values when drawing.
-
- Jun 07, 2018
-
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
Ubuntu 18.04 already has cmake 3.10.2
-
bunnei authored
Use Ninja for Travis builds
-
bunnei authored
GLRenderer: Write the shader stage configuration UBO data *before* copying it to the GPU.
-
Subv authored
This should fix the bug with the vs_config UBO being uninitialized during shader execution.
-