| Commit message (Expand) | Author | Files | Lines |
2022-11-29 | maxwell_3d: Mark shifted value as unsigned | Lioncash | 1 | -3/+3 |
2022-11-29 | engines: Remove unnecessary casts | Lioncash | 10 | -85/+57 |
2022-11-24 | Fermi2D: Cleanup and address feedback. | Fernando Sahmkow | 3 | -8/+150 |
2022-11-24 | GPU: Fix buffer cache issue, engine upload not inlining memory in multiline and pessismistic invalidation. | Fernando Sahmkow | 3 | -13/+7 |
2022-11-24 | GPU: Implement additional render target formats. | Fernando Sahmkow | 1 | -4/+102 |
2022-11-24 | MaxwellDMA: Implement BlockLinear to BlockLinear copies. | Fernando Sahmkow | 2 | -1/+69 |
2022-11-24 | Fermi2D: Implement Bilinear software filtering and address feedback. | Fernando Sahmkow | 5 | -114/+176 |
2022-11-24 | Fermi2D: Rework blit engine and add a software blitter. | Fernando Sahmkow | 6 | -4/+1396 |
2022-11-22 | video_core: Optimize maxwell drawing trigger mechanism | FengChen | 2 | -61/+63 |
2022-11-17 | maxwell3d: full HLE for multi-layer clears | Liam | 2 | -7/+6 |
2022-11-17 | maxwell3d: HLE multi-layer clear macro | Liam | 1 | -0/+1 |
2022-11-14 | Add break for default cases | Kyle Kienapfel | 2 | -0/+5 |
2022-11-11 | Fix regs regression with OpenGL two-sided stencil, and re-add data invalidation reg | Kelebek1 | 2 | -4/+17 |
2022-11-11 | ir/texture_pass: Use host_info instead of querying Settings::values (#9176) | Morph | 1 | -2/+2 |
2022-11-10 | video_core: Fix dma copy 1D random crash | FengChen | 1 | -17/+20 |
2022-10-31 | video_core: Fix drawing trigger mechanism regression | FengChen | 1 | -32/+25 |
2022-10-27 | video_core: Fix drawing trigger mechanism regression | FengChen | 2 | -61/+70 |
2022-10-22 | video_core: Implement maxwell inline_index method | FengChen | 2 | -74/+99 |
2022-10-21 | video_coare: Reimplementing the maxwell drawing trigger mechanism | FengChen | 2 | -180/+110 |
2022-10-19 | Maxwell3D/Puller: Fix regressions and syncing issues. | Fernando Sahmkow | 2 | -13/+9 |
2022-10-17 | video_core: implement 1D copies based on VMM 'kind' | FengChen | 2 | -56/+73 |
2022-10-13 | renderer_(opengl/vulkan): Fix tessellation clockwise parameter | Morph | 1 | -2/+2 |
2022-10-10 | Fix stencil func registers, make clip control equivalent to how it was before, but surely wrong. | Kelebek1 | 2 | -14/+16 |
2022-10-07 | Update 3D regs | Kelebek1 | 2 | -1178/+2997 |
2022-10-06 | maxwell_dma: remove warnings from implemented functionality | Liam | 1 | -2/+0 |
2022-10-06 | General: address feedback | Fernando Sahmkow | 1 | -1/+1 |
2022-10-06 | general: Format licenses as per SPDX guidelines | Morph | 2 | -6/+4 |
2022-10-06 | NVDRV: Further improvements. | Fernando Sahmkow | 3 | -32/+22 |
2022-10-06 | DMA & InlineToMemory Engines Rework. | bunnei | 7 | -53/+127 |
2022-10-06 | Maxwell3D: Add small_index_2 | Fernando Sahmkow | 1 | -0/+2 |
2022-10-06 | VideoCore: Refactor fencing system. | Fernando Sahmkow | 2 | -16/+47 |
2022-10-06 | VideoCore: Refactor syncing. | Fernando Sahmkow | 2 | -30/+36 |
2022-10-06 | VideoCore: Extra Fixes. | Fernando Sahmkow | 1 | -1/+1 |
2022-10-06 | VideoCore: implement channels on gpu caches. | Fernando Sahmkow | 2 | -0/+476 |
2022-06-14 | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | 2 | -8/+8 |
2022-06-02 | Maxwell3D: Fix 3D semaphore counter type 0 handling | Billy Laws | 2 | -3/+3 |
2022-05-11 | maxwell_dma: use fallback if remapping is enabled | Liam | 1 | -3/+6 |
2022-05-10 | video_core/macro: clear code on upload address assignment | Liam | 1 | -0/+2 |
2022-05-07 | maxwell_dma: fix bytes per pixel | Liam | 1 | -3/+3 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 14 | -42/+28 |
2022-04-14 | maxwell3d: add small_index_2 register | Liam | 2 | -1/+11 |
2022-03-19 | video_core: Reduce unused includes | ameerj | 7 | -10/+0 |
2022-03-15 | maxwell_3d: Implement a safer CB data upload | ameerj | 2 | -70/+12 |
2022-03-14 | Maxwell3D: Link to override constant definition in nouveau | byte[] | 1 | -0/+2 |
2022-03-14 | Maxwell3D: restore original topology when topology overrides are disabled | byte[] | 1 | -0/+2 |
2022-03-14 | Maxwell3D: Use override constants from nouveau | Liam | 2 | -2/+37 |
2022-03-12 | Maxwell3D: Restrict topology override effect to after the register is set | Liam | 2 | -1/+5 |
2022-03-11 | Maxwell3D: mark index buffers as dirty after updating counts | Liam | 1 | -0/+2 |
2022-03-11 | Maxwell3D: read small-index draw and primitive topology override registers | Liam | 2 | -2/+30 |
2022-03-07 | MaxwellDMA: Implement semaphore operations | Lody | 2 | -1/+21 |
2022-02-01 | Rasterizer: Refactor inlineToMemory. | Fernando Sahmkow | 2 | -2/+2 |
2022-01-29 | Rasterizer: Implement Inline2Memory Acceleration. | Fernando Sahmkow | 7 | -3/+29 |
2022-01-29 | Inline2Memory: Flush before writting buffer. | Fernando Sahmkow | 1 | -0/+1 |
2022-01-25 | video_core/macro: Remove unused parameter from Execute() | Lioncash | 1 | -1/+1 |
2021-10-03 | gpu: Migrate implementation to the cpp file | ameerj | 1 | -0/+1 |
2021-10-02 | common/logging: Move Log::Entry declaration to a separate header | ameerj | 1 | -0/+1 |
2021-09-20 | maxwell_dma: Minor refactoring | ameerj | 2 | -33/+33 |
2021-09-07 | Fix blend equation enum error | Feng Chen | 1 | -4/+4 |
2021-07-27 | video_core/engine: Consistently initialize rasterizer pointers | Lioncash | 2 | -2/+2 |
2021-07-23 | vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state | ReinUsesLisp | 1 | -4/+0 |
2021-07-23 | shader: Rework varyings and implement passthrough geometry shaders | ReinUsesLisp | 1 | -1/+6 |
2021-07-23 | vk_graphics_pipeline: Implement conservative rendering | ReinUsesLisp | 1 | -1/+6 |
2021-07-23 | shader: Unify shader stage types | ReinUsesLisp | 4 | -24/+0 |
2021-07-23 | vulkan: Use VK_EXT_provoking_vertex when available | ReinUsesLisp | 1 | -1/+6 |
2021-07-23 | DMA: Restrict optimised path for BlockToLinear further. | FernandoS27 | 1 | -1/+2 |
2021-07-23 | shader: Primitive Vulkan integration | ReinUsesLisp | 3 | -2457/+0 |
2021-07-23 | shader: Remove old shader management | ReinUsesLisp | 5 | -222/+3 |
2021-07-15 | Buffer cache: Fixes, Clang and Feedback. | Fernando Sahmkow | 1 | -0/+5 |
2021-07-14 | DMAEngine: Revert flushing from Pitch to BlpockLinear. | Fernando Sahmkow | 1 | -2/+7 |
2021-07-13 | DMAEngine: Accelerate BufferClear | Fernando Sahmkow | 2 | -2/+6 |
2021-07-11 | accelerateDMA: Accelerate Buffer Copies. | Fernando Sahmkow | 2 | -10/+43 |
2021-07-08 | Out of bound blit (#6531) | Feng Chen | 1 | -2/+20 |
2021-06-23 | maxwell3d: Add missing return in default SizeInBytes() case | Lioncash | 1 | -0/+1 |
2021-06-01 | buffer_cache: Simplify uniform disabling logic | ameerj | 1 | -2/+6 |
2021-04-15 | common: Move settings to common from core. | bunnei | 1 | -1/+1 |
2021-04-12 | engine_interface: Add missing virtual destructor | Lioncash | 4 | -4/+5 |
2021-02-13 | video_core: Reimplement the buffer cache | ReinUsesLisp | 5 | -23/+11 |
2021-02-13 | gpu: Report renderer errors with exceptions | ReinUsesLisp | 6 | -9/+9 |
2021-01-24 | maxwell_3d: Silence array bounds warnings | ReinUsesLisp | 2 | -35/+35 |
2021-01-15 | common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT | ReinUsesLisp | 5 | -119/+119 |
2020-12-30 | video_core: Rewrite the texture cache | ReinUsesLisp | 7 | -249/+377 |
2020-12-07 | video_core: Remove unnecessary enum class casting in logging messages | Lioncash | 3 | -12/+8 |
2020-12-07 | maxwell_3d: Move member variables to end of class | Lioncash | 1 | -31/+32 |
2020-12-07 | maxwell_3d: Resolve -Wdocumentation warning | Lioncash | 1 | -1/+1 |
2020-12-07 | maxwell_3d: Remove unused dirty_pointer array | Lioncash | 1 | -2/+0 |
2020-12-05 | maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict | comex | 1 | -5/+7 |
2020-12-04 | video_core: Resolve more variable shadowing scenarios | Lioncash | 6 | -13/+15 |
2020-11-26 | vk_shader_decompiler: Implement force early fragment tests | ReinUsesLisp | 1 | -1/+6 |
2020-11-20 | shader_bytecode: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -73/+79 |
2020-11-20 | shader_bytecode: Eliminate variable shadowing | Lioncash | 1 | -15/+17 |
2020-11-11 | maxwell_3d: Use insert instead of loop push_back | ReinUsesLisp | 1 | -3/+1 |
2020-11-11 | maxwell_3d: Move code to separate functions | ReinUsesLisp | 2 | -151/+124 |
2020-10-28 | shader/arithmetic: Implement FCMP immediate + register variant | ReinUsesLisp | 1 | -0/+2 |
2020-10-09 | video_core: Enforce -Wclass-memaccess | ReinUsesLisp | 1 | -7/+6 |
2020-10-03 | video_core: Enforce -Wunused-variable and -Wunused-but-set-variable | ReinUsesLisp | 1 | -2/+0 |
2020-09-22 | General: Make use of std::nullopt where applicable | Lioncash | 1 | -1/+1 |
2020-09-18 | fermi_2d: Make use of designated initializers | Lioncash | 2 | -8/+8 |
2020-08-22 | video_core: Initialize renderer with a GPU | ReinUsesLisp | 6 | -45/+63 |
2020-08-14 | maxwell_3d: Resolve -Wextra-semi warning | Lioncash | 1 | -1/+1 |
2020-08-11 | textures/decoders: Fix block linear to pitch copies | ReinUsesLisp | 1 | -13/+8 |
2020-07-10 | video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes | ReinUsesLisp | 1 | -13/+17 |
2020-07-08 | maxwell_dma: Rename registers to match official docs and reorder | ReinUsesLisp | 2 | -287/+355 |
2020-06-24 | Addressed issues | David Marcec | 1 | -0/+4 |
2020-06-24 | Macro HLE support | David Marcec | 2 | -1/+5 |
2020-06-23 | shader/half_set: Implement HSET2_IMM | ReinUsesLisp | 1 | -0/+8 |
2020-06-08 | texture_cache: Implement rendering to 3D textures | ReinUsesLisp | 1 | -0/+1 |
2020-06-05 | shader/texture: Join separate image and sampler pairs offline | ReinUsesLisp | 5 | -2/+13 |
2020-06-04 | Default init labels and use initializer list for macro engine | David Marcec | 1 | -1/+1 |
2020-06-03 | Mark parameters as const | David Marcec | 2 | -3/+2 |
2020-06-02 | Pass by reference instead of copying parameters | David Marcec | 2 | -5/+7 |
2020-05-30 | Implement macro JIT | David Marcec | 2 | -27/+11 |
2020-05-28 | maxwell_3d: Reduce severity of logs that can be spammed | ReinUsesLisp | 1 | -6/+7 |
2020-05-27 | maxwell_3d: Initialize line widths | ReinUsesLisp | 1 | -0/+2 |
2020-05-27 | maxwell_3d: Initialize polygon modes | ReinUsesLisp | 1 | -0/+2 |
2020-05-09 | shader_ir: Separate float-point comparisons in ordered and unordered | ReinUsesLisp | 1 | -12/+16 |
2020-05-04 | vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzle | ReinUsesLisp | 1 | -0/+1 |
2020-05-04 | maxwell_3d: Add viewport swizzles | ReinUsesLisp | 2 | -1/+24 |
2020-04-28 | Clang Format and Documentation. | Fernando Sahmkow | 7 | -8/+14 |
2020-04-28 | MaxwellDMA: Optimize micro copies. | Fernando Sahmkow | 1 | -0/+40 |
2020-04-28 | {maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers | ReinUsesLisp | 2 | -1/+8 |
2020-04-28 | VideoCore/Engines: Refactor Engines CallMethod. | Fernando Sahmkow | 11 | -56/+76 |
2020-04-28 | maxwell_3d: Fix depth clamping register | ReinUsesLisp | 1 | -0/+1 |
2020-04-26 | shader/arithmetic_integer: Implement IADD.X | ReinUsesLisp | 1 | -0/+4 |
2020-04-24 | Fix -Wdeprecated-copy warning. | Markus Wick | 1 | -0/+1 |
2020-04-23 | decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits | ReinUsesLisp | 1 | -2/+0 |
2020-04-23 | Clang Format. | Fernando Sahmkow | 3 | -3/+6 |
2020-04-23 | Maxwell3D: Process Macros on MultiMethod. | Fernando Sahmkow | 1 | -25/+47 |
2020-04-23 | DMAPusher: Propagate multimethod writes into the engines. | Fernando Sahmkow | 10 | -0/+92 |
2020-04-22 | MaxwellDMA: Correct copying on accuracy level. | Fernando Sahmkow | 1 | -2/+7 |
2020-04-22 | FenceManager: Manage syncpoints and rename fences to semaphores. | Fernando Sahmkow | 1 | -2/+2 |
2020-04-22 | Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan. | Fernando Sahmkow | 1 | -1/+0 |
2020-04-22 | GPU: Fix rebase errors. | Fernando Sahmkow | 1 | -4/+3 |
2020-04-22 | OpenGL: Implement Fencing backend. | Fernando Sahmkow | 2 | -15/+5 |
2020-04-22 | GPU: Delay Fences. | Fernando Sahmkow | 2 | -1/+13 |
2020-04-22 | GPU: Refactor synchronization on Async GPU | Fernando Sahmkow | 1 | -2/+6 |
2020-04-22 | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | 1 | -1/+1 |
2020-04-22 | gl_rasterizer: Fix buffers without size | ReinUsesLisp | 1 | -1/+2 |
2020-04-19 | fixed_pipeline_state: Pack attribute state | ReinUsesLisp | 1 | -1/+1 |
2020-04-17 | General: Resolve warnings related to missing declarations | Lioncash | 1 | -1/+1 |
2020-04-17 | maxwell_3d: Initialize format attributes constant as one | ReinUsesLisp | 1 | -0/+4 |
2020-04-16 | CMakeLists: Specify -Wextra on linux builds | Lioncash | 1 | -1/+1 |
2020-04-15 | shader/arithmetic: Add FCMP_CR variant | ReinUsesLisp | 1 | -2/+4 |
2020-04-14 | gl_rasterizer: Implement constant vertex attributes | ReinUsesLisp | 1 | -0/+4 |
2020-04-13 | gl_rasterizer: Implement line widths and smooth lines | ReinUsesLisp | 1 | -2/+8 |
2020-04-12 | shader/video: Partially implement VMNMX | ReinUsesLisp | 1 | -0/+55 |
2020-04-12 | video_core: Add MSAA registers in 3D engine and TIC | ReinUsesLisp | 1 | -6/+61 |
2020-04-07 | shader/conversion: Implement I2I sign extension, saturation and selection | ReinUsesLisp | 1 | -1/+1 |
2020-04-06 | shader/memory: Implement RED.E.ADD | ReinUsesLisp | 1 | -0/+8 |
2020-04-04 | shader_bytecode: Rename MOV_SYS to S2R | ReinUsesLisp | 1 | -2/+2 |
2020-04-04 | shader_bytecode: Add encoding for BAR | ReinUsesLisp | 1 | -0/+2 |
2020-04-04 | shader_bytecode: Add encoding for VOTE.VTG | ReinUsesLisp | 1 | -0/+2 |
2020-04-02 | shader_decompiler: Remove FragCoord.w hack and change IPA implementation | ReinUsesLisp | 1 | -25/+30 |
2020-03-30 | shader_decode: merge GlobalAtomicOp to AtomicOp | namkazy | 1 | -13/+1 |
2020-03-28 | shader_bytecode: Fix I2I_IMM encoding | ReinUsesLisp | 1 | -1/+1 |
2020-03-27 | engines/const_buffer_engine_interface: Store image format type | ReinUsesLisp | 1 | -4/+10 |
2020-03-22 | apply replay logic to all writes. remove replay from MacroInterpreter::Send (@fincs) | namkazy | 1 | -6/+9 |
2020-03-22 | maxwell_3d: change declaration order | namkazy | 1 | -1/+3 |
2020-03-22 | maxwell_3d: init shadow_state | namkazy | 1 | -0/+2 |
2020-03-22 | maxwell_3d: this seem more correct. | namkazy | 1 | -2/+2 |
2020-03-22 | maxwell_3d: update comments for shadow ram usage | namkazy | 2 | -1/+5 |
2020-03-22 | maxwell_3d: track shadow ram ctrl and hw reg value | Nguyen Dac Nam | 1 | -0/+10 |
2020-03-22 | maxwell_3d: implement MME shadow RAM | Nguyen Dac Nam | 1 | -1/+14 |
2020-03-19 | kepler_compute: Remove unused variables | ReinUsesLisp | 1 | -8/+0 |
2020-03-16 | shader/shader_ir: Track usage in input attribute and of legacy varyings | ReinUsesLisp | 1 | -0/+6 |
2020-03-13 | maxwell_3d: Add padding words to XFB entries | ReinUsesLisp | 1 | -2/+4 |
2020-03-13 | gl_rasterizer: Implement transform feedback bindings | ReinUsesLisp | 1 | -0/+9 |
2020-03-13 | shader_bytecode: update BFE instructions struct. | Nguyen Dac Nam | 1 | -8/+3 |
2020-03-10 | gl_rasterizer: Implement polygon modes and fill rectangles | ReinUsesLisp | 1 | -2/+20 |
2020-03-09 | engines/maxwell_3d: Add TFB registers and store them in shader registry | ReinUsesLisp | 1 | -2/+32 |
2020-03-09 | const_buffer_engine_interface: Store component types | ReinUsesLisp | 3 | -45/+26 |
2020-02-28 | state_tracker: Remove type traits with named structures | ReinUsesLisp | 1 | -4/+8 |
2020-02-28 | maxwell_3d: Use two tables instead of three for dirty flags | ReinUsesLisp | 1 | -1/+1 |
2020-02-28 | maxwell_3d: Change write dirty flags to a bitset | ReinUsesLisp | 1 | -4/+2 |
2020-02-28 | maxwell_3d: Flatten cull and front face registers | ReinUsesLisp | 2 | -19/+17 |
2020-02-28 | video_core: Reintroduce dirty flags infrastructure | ReinUsesLisp | 5 | -1/+36 |
2020-02-28 | gl_state: Remove clip distances tracking | ReinUsesLisp | 1 | -10/+1 |
2020-02-28 | gl_state: Remove viewport and depth range tracking | ReinUsesLisp | 1 | -9/+9 |
2020-02-28 | gl_rasterizer: Remove dirty flags | ReinUsesLisp | 5 | -264/+1 |
2020-02-16 | texture_cache: Implement layered framebuffer attachments | ReinUsesLisp | 1 | -2/+7 |
2020-02-14 | maxwell_3d: Unify draw methods | ReinUsesLisp | 1 | -2/+2 |
2020-02-14 | gl_query_cache: Optimize query cache | ReinUsesLisp | 1 | -3/+8 |
2020-02-14 | gl_query_cache: Implement host queries using a deferred cache | ReinUsesLisp | 2 | -18/+27 |
2020-02-14 | maxwell_3d: Slow implementation of passed samples (query 21) | ReinUsesLisp | 2 | -17/+60 |
2020-02-13 | GPU: Address Feedback. | Fernando Sahmkow | 1 | -5/+2 |
2020-02-10 | GPU: Implement GPU Clock correctly. | Fernando Sahmkow | 1 | -1/+2 |
2020-02-10 | Maxwell3D: Correct query reporting. | Fernando Sahmkow | 2 | -51/+58 |
2020-02-05 | shader/decode: Fix constant buffer offsets | ReinUsesLisp | 1 | -2/+2 |
2020-02-04 | gl_rasterizer: Implement GL_POINT_SPRITE | ReinUsesLisp | 1 | -1/+6 |
2020-02-02 | maxwell_3d: Fix stencil back mask | ReinUsesLisp | 1 | -3/+3 |
2020-02-02 | shader/shift: Implement SHF_LEFT_{IMM,R} | ReinUsesLisp | 1 | -0/+20 |
2020-01-27 | shader/bfi: Implement register-constant buffer variant | ReinUsesLisp | 1 | -0/+2 |
2020-01-27 | shader/arithmetic: Implement FCMP | ReinUsesLisp | 1 | -0/+7 |
2020-01-26 | shader/memory: Implement ATOM.ADD | ReinUsesLisp | 1 | -0/+30 |
2020-01-24 | Shader_IR: Allow constant access of guest driver. | Fernando Sahmkow | 5 | -0/+13 |
2020-01-24 | GPU: Implement guest driver profile and deduce texture handler sizes. | Fernando Sahmkow | 5 | -0/+15 |
2020-01-18 | vk_graphics_pipeline: Set front facing properly | ReinUsesLisp | 1 | -0/+1 |
2020-01-16 | shader/memory: Implement ATOMS.ADD.U32 | ReinUsesLisp | 1 | -3/+34 |
2020-01-16 | maxwell_3d: Make dirty_pointers private | Lioncash | 1 | -2/+2 |
2020-01-15 | gl_state: Implement PROGRAM_POINT_SIZE | ReinUsesLisp | 1 | -1/+9 |
2020-01-03 | yuzu: Remove Maxwell debugger | ReinUsesLisp | 1 | -31/+0 |
2019-12-23 | maxwell_3d: Add depth bounds registers | ReinUsesLisp | 1 | -6/+14 |
2019-12-20 | shader/r2p: Refactor P2R to support P2R | ReinUsesLisp | 1 | -1/+3 |
2019-12-18 | gl_rasterizer: Implement RASTERIZE_ENABLE | ReinUsesLisp | 2 | -4/+9 |
2019-12-18 | shader_bytecode: Fix TLD4S encoding | ReinUsesLisp | 1 | -1/+1 |
2019-12-16 | shader/texture: Implement TLD4.PTP | ReinUsesLisp | 1 | -6/+6 |
2019-12-12 | Shader_Ir: Correct TLD4S encoding and implement f16 flag. | Fernando Sahmkow | 1 | -1/+2 |
2019-12-11 | Maxwell3D: Implement Depth Mode. | Fernando Sahmkow | 1 | -6/+7 |
2019-12-10 | shader: Implement MEMBAR.GL | ReinUsesLisp | 1 | -1/+17 |
2019-12-10 | shader_ir/memory: Implement patch stores | ReinUsesLisp | 1 | -1/+2 |
2019-12-07 | maxwell_3d: Add tessellation tess level registers | ReinUsesLisp | 1 | -1/+6 |
2019-12-07 | maxwell_3d: Add tessellation mode register | ReinUsesLisp | 1 | -1/+28 |
2019-12-07 | maxwell_3d: Add patch vertices register | ReinUsesLisp | 1 | -1/+4 |
2019-12-07 | shader_bytecode: Remove corrupted character | ReinUsesLisp | 1 | -1/+1 |
2019-11-23 | gl_shader_cache: Remove dynamic BaseBinding specialization | ReinUsesLisp | 2 | -1/+1 |
2019-11-23 | video_core: Unify ProgramType and ShaderStage into ShaderType | ReinUsesLisp | 6 | -35/+43 |
2019-11-23 | gl_shader_cache: Specialize local memory size for compute shaders | ReinUsesLisp | 1 | -1/+6 |
2019-11-23 | gl_shader_cache: Specialize shader workgroup | ReinUsesLisp | 1 | -1/+1 |
2019-11-15 | texture_cache: Use a table instead of switch for texture formats | ReinUsesLisp | 1 | -8/+0 |
2019-11-14 | Shader_IR: Implement TXD instruction. | Fernando Sahmkow | 1 | -0/+20 |
2019-11-14 | Shader_IR: Implement FLO instruction. | Fernando Sahmkow | 1 | -0/+6 |
2019-11-14 | Shader_Bytecode: Add encodings for FLO, SHF and TXD | Fernando Sahmkow | 1 | -0/+18 |
2019-11-13 | maxwell_3d: Fix stencil_back_func_mask offset | ReinUsesLisp | 1 | -3/+3 |
2019-11-08 | video_core: Silence implicit conversion warnings | ReinUsesLisp | 2 | -6/+9 |
2019-11-08 | shader_ir/warp: Implement FSWZADD | ReinUsesLisp | 1 | -0/+10 |
2019-11-04 | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | 6 | -104/+106 |
2019-10-30 | Shader_IR: Fix TLD4 and add Bindless Variant. | Fernando Sahmkow | 1 | -1/+29 |
2019-10-28 | maxwell_3d/kepler_compute: Remove unused arguments in GetTexture | ReinUsesLisp | 4 | -31/+14 |
2019-10-28 | video_core/textures: Remove unused index entry in FullTextureInfo | ReinUsesLisp | 1 | -1/+0 |
2019-10-28 | maxwell_3d: Remove unused method GetStageTextures | ReinUsesLisp | 2 | -42/+0 |
2019-10-27 | maxwell_3d: Silence implicit conversion warnings | ReinUsesLisp | 2 | -24/+25 |
2019-10-26 | Shader_IR: Address Feedback. | Fernando Sahmkow | 1 | -3/+6 |
2019-10-25 | Shader_IR: Clang format | Fernando Sahmkow | 1 | -2/+1 |
2019-10-25 | gl_shader_disk_cache: Store and load fast BRX | ReinUsesLisp | 1 | -19/+16 |
2019-10-25 | Shader_IR: allow lookup of texture samplers within the shader_ir for instructions that don't provide it | Fernando Sahmkow | 5 | -4/+151 |
2019-10-25 | VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders. | Fernando Sahmkow | 5 | -6/+36 |
2019-10-24 | shader_bytecode: Make Matcher constexpr capable | Lioncash | 1 | -13/+13 |
2019-10-20 | maxwell_3d: Reduce FlushMMEInlineDraw logging to Trace | ReinUsesLisp | 1 | -1/+1 |
2019-10-18 | Fermi2D: Use a different formula for delimiting blit areas. | Fernando Sahmkow | 1 | -14/+28 |
2019-10-17 | Fermi2D: limit blit area to only available area | Fernando Sahmkow | 1 | -4/+14 |
2019-10-15 | maxwell_3d: Silence truncation warnings | Lioncash | 1 | -1/+2 |
2019-10-05 | maxwell_3d: Add dirty flags for depth bounds values | ReinUsesLisp | 2 | -1/+10 |
2019-09-22 | Maxwell3D: Corrections and refactors to MME instance refactor | Fernando Sahmkow | 2 | -33/+43 |
2019-09-22 | Fix clang-format | FearlessTobi | 1 | -1/+1 |
2019-09-22 | fermi_2d: Lower surface copy log severity to DEBUG | FearlessTobi | 1 | -1/+1 |
2019-09-21 | gl_shader_decompiler: Use uint for images and fix SUATOM | ReinUsesLisp | 1 | -2/+2 |
2019-09-21 | shader/image: Implement SULD and remove irrelevant code | ReinUsesLisp | 1 | -1/+1 |
2019-09-21 | shader_bytecode: Add SULD encoding | ReinUsesLisp | 1 | -0/+2 |
2019-09-21 | Shader_IR: ICMP corrections and fixes | Fernando Sahmkow | 1 | -0/+2 |
2019-09-21 | Mark DrawArrays as LOG_TRACE | David Marcec | 1 | -1/+1 |
2019-09-20 | Shader_IR: Implement ICMP. | Fernando Sahmkow | 1 | -0/+11 |
2019-09-19 | Rasterizer: Refactor and simplify DrawBatch Interface. | Fernando Sahmkow | 1 | -2/+2 |
2019-09-19 | VideoCore: Corrections to the MME Inliner and removal of hacky instance management. | Fernando Sahmkow | 2 | -10/+32 |
2019-09-19 | Video Core: initial Implementation of InstanceDraw Packaging | Fernando Sahmkow | 2 | -1/+96 |
2019-09-17 | shader_ir/warp: Implement SHFL | ReinUsesLisp | 1 | -0/+18 |
2019-09-15 | maxwell_3d: Update firmware 4 call stub commentary | Rodrigo Locatti | 1 | -1/+2 |
2019-09-11 | shader/image: Implement SUATOM and fix SUST | ReinUsesLisp | 1 | -0/+32 |
2019-09-11 | renderer_opengl: Fix sRGB blits | ReinUsesLisp | 1 | -0/+3 |
2019-09-06 | gl_rasterizer: Implement image bindings | ReinUsesLisp | 1 | -0/+1 |
2019-09-06 | kepler_compute: Implement texture queries | ReinUsesLisp | 2 | -4/+72 |
2019-09-04 | Revert "Revert #2466" and stub FirmwareCall 4 | ReinUsesLisp | 2 | -1/+18 |
2019-09-04 | shader/shift: Implement SHR wrapped and clamped variants | ReinUsesLisp | 1 | -0/+4 |
2019-09-04 | maxwell_3d: Avoid moving macro_params | ReinUsesLisp | 2 | -4/+6 |
2019-09-01 | maxwell_3d: Fix macro binding cursor | ReinUsesLisp | 2 | -10/+4 |
2019-08-30 | video_core: Silent miscellaneous warnings (#2820) | Rodrigo Locatti | 7 | -23/+11 |
2019-08-28 | shader_ir/conversion: Split int and float selector and implement F2F H1 | ReinUsesLisp | 1 | -1/+8 |
2019-08-28 | shader_ir/conversion: Implement F2I F16 Ra.H1 | ReinUsesLisp | 1 | -2/+1 |
2019-08-28 | float_set_predicate: Add missing negation bit for the second operand | ReinUsesLisp | 1 | -0/+1 |
2019-08-21 | shader_ir: Implement VOTE | ReinUsesLisp | 1 | -0/+16 |
2019-08-04 | shader_ir: Implement NOP | ReinUsesLisp | 1 | -0/+7 |
2019-07-26 | MaxwellDMA: Fixes, corrections and relaxations. | Fernando Sahmkow | 1 | -16/+26 |
2019-07-20 | Shader_Ir: Implement F16 Variants of F2F, F2I, I2F. | Fernando Sahmkow | 1 | -2/+0 |
2019-07-20 | Maxwell3D: Reorganize and address feedback | Fernando Sahmkow | 2 | -2/+6 |
2019-07-20 | shader/half_set_predicate: Implement missing HSETP2 variants | ReinUsesLisp | 1 | -6/+20 |
2019-07-18 | MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace. | Fernando Sahmkow | 1 | -1/+1 |
2019-07-17 | GL_State: Feedback and fixes | Fernando Sahmkow | 1 | -1/+7 |
2019-07-17 | Maxwell3D: Address Feedback | Fernando Sahmkow | 2 | -13/+10 |
2019-07-17 | GL_Rasterizer: Corrections to Clearing. | Fernando Sahmkow | 1 | -1/+1 |
2019-07-17 | Maxwell3D: Correct marking dirtiness on CB upload | Fernando Sahmkow | 1 | -0/+1 |
2019-07-17 | GL_Rasterizer: Rework RenderTarget/DepthBuffer clearing | Fernando Sahmkow | 1 | -1/+0 |
2019-07-17 | Maxwell3D: Implement State Dirty Flags. | Fernando Sahmkow | 2 | -6/+86 |
2019-07-17 | Maxwell3D: Rework CBData Upload | Fernando Sahmkow | 2 | -8/+45 |
2019-07-17 | Maxwell3D: Rework the dirty system to be more consistant and scaleable | Fernando Sahmkow | 5 | -61/+155 |
2019-07-17 | maxwell3d: Implement Conditional Rendering | Fernando Sahmkow | 2 | -1/+88 |
2019-07-15 | gl_rasterizer: Implement compute shaders | ReinUsesLisp | 1 | -3/+4 |
2019-07-09 | shader_ir: Implement BRX & BRA.CC | Fernando Sahmkow | 1 | -0/+16 |
2019-07-08 | gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders | ReinUsesLisp | 1 | -1/+1 |
2019-07-07 | shader/texture: Add F16 support for TLDS | ReinUsesLisp | 1 | -1/+2 |
2019-07-06 | gl_rasterizer: Minor style changes | ReinUsesLisp | 1 | -0/+1 |
2019-07-05 | video_core: Implement GPU side Syncpoints | Fernando Sahmkow | 1 | -2/+3 |
2019-06-24 | shader_bytecode: Include missing <array> | ReinUsesLisp | 1 | -0/+1 |
2019-06-21 | surface: Correct format S8Z24 | Fernando Sahmkow | 1 | -1/+1 |
2019-06-21 | decoders: correct block calculation | Fernando Sahmkow | 5 | -10/+10 |
2019-06-21 | fermi2d: Correct Origin Mode | Fernando Sahmkow | 1 | -5/+10 |
2019-06-21 | texture_cache: Fermi2D reform and implement View Mirage | Fernando Sahmkow | 2 | -14/+40 |
2019-06-21 | shader: Decode SUST and implement backing image functionality | ReinUsesLisp | 1 | -2/+64 |
2019-06-21 | maxwell_3d: Partially implement texture buffers as 1D textures | ReinUsesLisp | 1 | -8/+4 |
2019-06-21 | shader: Implement texture buffers | ReinUsesLisp | 1 | -0/+16 |
2019-06-21 | texture_cache: loose TryReconstructSurface when accurate GPU is not on. | Fernando Sahmkow | 1 | -1/+1 |
2019-06-21 | engine_upload: Addapt to new Texture Cache | Fernando Sahmkow | 2 | -5/+5 |
2019-06-21 | video_core: Use un-shifted block sizes to avoid integer divisions | ReinUsesLisp | 2 | -8/+5 |
2019-06-08 | kepler_compute: Use std::array for cbuf info | ReinUsesLisp | 1 | -2/+3 |
2019-06-08 | kepler_compute: Fix block_dim_x encoding | ReinUsesLisp | 1 | -1/+1 |
2019-06-08 | video_core/engines: Move ConstBufferInfo out of Maxwell3D | ReinUsesLisp | 3 | -10/+19 |
2019-06-04 | shader_bytecode: Mark EXIT as flow instruction | Fernando Sahmkow | 1 | -1/+1 |
2019-05-21 | shader/memory: Implement ST (generic memory) | ReinUsesLisp | 1 | -0/+1 |
2019-05-21 | shader/memory: Implement LD (generic memory) | ReinUsesLisp | 1 | -4/+15 |
2019-05-14 | maxwell_3d: reduce sevirity of different component formats assert. | Fernando Sahmkow | 1 | -1/+1 |
2019-05-14 | video_core/engines/engine_upload: Amend constructor initializer list order | Lioncash | 1 | -1/+1 |
2019-05-14 | video_core/engines/engine_upload: Default destructor in the cpp file | Lioncash | 2 | -1/+3 |
2019-05-14 | video_core/engines/engine_upload: Remove unnecessary const on parameters in function declarations | Lioncash | 1 | -2/+2 |
2019-05-14 | video_core/engines/engine_upload: Remove unnecessary includes | Lioncash | 2 | -2/+2 |
2019-05-14 | video_core/engines/maxwell3d: Get rid of three magic values in CallMethod() | Lioncash | 1 | -3/+3 |
2019-05-14 | video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults() | Lioncash | 1 | -15/+15 |
2019-05-14 | video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs | Lioncash | 1 | -0/+2 |
2019-05-03 | shader_ir/other: Implement IPA.IDX | ReinUsesLisp | 1 | -0/+1 |
2019-05-03 | shader_ir/memory: Implement physical input attributes | ReinUsesLisp | 1 | -0/+4 |
2019-05-03 | gl_shader_decompiler: Declare all possible varyings on physical attribute usage | ReinUsesLisp | 1 | -0/+1 |
2019-05-03 | shader_bytecode: Add AL2P decoding | ReinUsesLisp | 1 | -2/+15 |
2019-05-01 | Refactors and name corrections. | Fernando Sahmkow | 6 | -35/+35 |
2019-04-23 | Fixes and Corrections to DMA Engine | Fernando Sahmkow | 2 | -37/+57 |
2019-04-23 | Add Swizzle Parameters to the DMA engine | Fernando Sahmkow | 2 | -2/+27 |
2019-04-23 | Add Documentation Headers to all the GPU Engines | Fernando Sahmkow | 5 | -0/+29 |
2019-04-23 | Corrections and styling | Fernando Sahmkow | 5 | -6/+9 |
2019-04-23 | Implement Maxwell3D Data Upload | Fernando Sahmkow | 2 | -3/+32 |
2019-04-23 | Introduce skeleton of the GPU Compute Engine. | Fernando Sahmkow | 2 | -7/+201 |
2019-04-23 | Revamp Kepler Memory to use a subegine to manage uploads | Fernando Sahmkow | 4 | -92/+131 |
2019-04-18 | video_core: Silent -Wswitch warnings | ReinUsesLisp | 1 | -2/+3 |
2019-04-16 | Use ReadBlockUnsafe on TIC and TSC reading | Fernando Sahmkow | 1 | -2/+2 |
2019-04-16 | Use WriteBlock and ReadBlock. | Fernando Sahmkow | 1 | -10/+6 |
2019-04-16 | Implement Block Linear copies in Kepler Memory. | Fernando Sahmkow | 1 | -5/+14 |
2019-04-16 | Do some corrections in conversion shader instructions. | Fernando Sahmkow | 1 | -7/+20 |
2019-04-15 | Correct Kepler Memory on Linear Pushes. | Fernando Sahmkow | 2 | -16/+48 |
2019-04-14 | shader_ir: Implement STG, keep track of global memory usage and flush | ReinUsesLisp | 1 | -0/+6 |
2019-04-08 | Correct LOP_IMN encoding | Fernando Sahmkow | 1 | -1/+1 |
2019-04-08 | Correct XMAD mode, psl and high_b on different encodings. | Fernando Sahmkow | 1 | -0/+3 |
2019-04-08 | Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format. | Fernando Sahmkow | 3 | -3/+13 |
2019-04-08 | Implement TXQ_B | Fernando Sahmkow | 1 | -0/+2 |
2019-04-08 | Corrections to TEX_B | Fernando Sahmkow | 1 | -0/+32 |
2019-04-08 | Implement Bindless Handling on SetupTexture | Fernando Sahmkow | 2 | -13/+22 |
2019-04-08 | Implement Bindless Samplers and TEX_B in the IR. | Fernando Sahmkow | 1 | -0/+2 |
2019-04-06 | maxwell_3d: Reduce severity of ProcessSyncPoint | ReinUsesLisp | 1 | -2/+2 |
2019-04-06 | Implement SyncPoint Register in the GPU. | Fernando Sahmkow | 2 | -1/+27 |
2019-04-06 | video_core/engines: Make memory manager members private | Lioncash | 9 | -13/+14 |
2019-04-06 | video_core/engines: Remove unnecessary inclusions where applicable | Lioncash | 9 | -9/+24 |
2019-04-03 | shader_ir/memory: Reduce severity of LD_L cache management and log it | ReinUsesLisp | 1 | -0/+7 |
2019-04-03 | shader_ir/memory: Reduce severity of ST_L cache management and log it | ReinUsesLisp | 1 | -1/+8 |
2019-03-21 | maxwell_dma: Check for valid source in destination before copy. | bunnei | 1 | -0/+10 |
2019-03-21 | gpu: Rewrite virtual memory manager using PageTable. | bunnei | 2 | -5/+5 |
2019-03-16 | video_core: Refactor to use MemoryManager interface for all memory access. | bunnei | 3 | -55/+29 |
2019-03-15 | gpu: Use host address for caching instead of guest address. | bunnei | 3 | -4/+12 |
2019-03-07 | gpu: Move command processing to another thread. | bunnei | 2 | -3/+3 |
2019-03-06 | video_core/engines: Remove unnecessary includes | Lioncash | 8 | -10/+9 |
2019-02-27 | common/math_util: Move contents into the Common namespace | Lioncash | 2 | -5/+5 |
2019-02-26 | maxwell_3d: Use std::bitset to manage dirty flags | ReinUsesLisp | 2 | -41/+40 |
2019-02-26 | shader/decode: Remove extras from MetaTexture | ReinUsesLisp | 1 | -4/+4 |
2019-02-26 | shader/decode: Split memory and texture instructions decoding | ReinUsesLisp | 1 | -8/+9 |
2019-02-16 | video_core: Remove usages of System::GetInstance() within the engines | Lioncash | 6 | -16/+39 |
2019-02-16 | core_timing: Convert core timing into a class | Lioncash | 1 | -1/+1 |
2019-02-14 | shader_decompiler: Improve Accuracy of Attribute Interpolation. | Fernando Sahmkow | 2 | -6/+41 |
2019-02-12 | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 1 | -1/+1 |
2019-02-11 | Corrected F2I None mode to RoundEven. | Fernando Sahmkow | 1 | -1/+1 |
2019-02-10 | kepler_compute: Fixup assert and rename engines | ReinUsesLisp | 3 | -43/+50 |
2019-02-07 | gl_rasterizer: Implement a more accurate fermi 2D copy. | bunnei | 2 | -52/+39 |
2019-02-04 | Update src/video_core/engines/shader_bytecode.h | Mat M | 1 | -1/+1 |
2019-02-03 | Fix TXQ not using the component mask. | Fernando Sahmkow | 1 | -0/+4 |
2019-02-03 | video_core: Assert on invalid GPU to CPU address queries | ReinUsesLisp | 4 | -41/+54 |
2019-02-03 | maxwell_3d: Allow sampler handles with TSC id zero | ReinUsesLisp | 1 | -10/+6 |
2019-02-03 | maxwell_3d: Allow texture handles with TIC id zero | ReinUsesLisp | 1 | -16/+7 |
2019-02-03 | shader_bytecode: Rename BytesN enums to BitsN | ReinUsesLisp | 1 | -3/+3 |
2019-01-30 | shader_ir: Unify constant buffer offset values | ReinUsesLisp | 1 | -0/+8 |
2019-01-30 | shader_decode: Implement LDG and basic cbuf tracking | ReinUsesLisp | 1 | -0/+8 |
2019-01-22 | maxwell_3d: Set rt_separate_frag_data to 1 by default | ReinUsesLisp | 1 | -0/+5 |
2019-01-15 | shader_decode: Implement VMAD and VSETP | ReinUsesLisp | 1 | -2/+3 |
2019-01-15 | shader_decode: Implement HFMA2 | ReinUsesLisp | 1 | -0/+1 |
2019-01-15 | shader_decode: Fixup clang-format | ReinUsesLisp | 1 | -1/+1 |
2019-01-15 | shader_ir: Initial implementation | ReinUsesLisp | 1 | -0/+4 |
2019-01-15 | shader_bytecode: Fixup encoding | ReinUsesLisp | 1 | -1/+1 |
2019-01-15 | shader_header: Make local memory size getter constant | ReinUsesLisp | 1 | -1/+1 |
2019-01-07 | gl_rasterizer_cache: Use dirty flags for the depth buffer | ReinUsesLisp | 2 | -0/+12 |
2019-01-07 | gl_rasterizer_cache: Use dirty flags for color buffers | ReinUsesLisp | 2 | -0/+12 |
2019-01-07 | gl_shader_cache: Use dirty flags for shaders | ReinUsesLisp | 2 | -0/+11 |
2018-12-26 | shader_bytecode: Fixup TEXS.F16 encoding | ReinUsesLisp | 1 | -1/+1 |
2018-12-19 | Fixed uninitialized memory due to missing returns in canary | David Marcec | 2 | -0/+4 |
2018-12-18 | shader_bytecode: Fixup half float's operator B encoding | ReinUsesLisp | 1 | -1/+1 |
2018-12-17 | Implement postfactor multiplication/division for fmul instructions | heapo | 1 | -1/+1 |
2018-12-05 | gl_shader_decompiler: Implement TEXS.F16 | ReinUsesLisp | 1 | -1/+2 |
2018-11-29 | gl_rasterizer: Enable clip distances when set in register and in shader | ReinUsesLisp | 1 | -0/+1 |
2018-11-27 | gpu: Rewrite GPU command list processing with DmaPusher class. | bunnei | 10 | -47/+52 |
2018-11-27 | Implement depth clamp | Rodolfo Bogado | 1 | -1/+9 |
2018-11-27 | Add support for Clip Distance enabled register | Rodolfo Bogado | 1 | -1/+15 |
2018-11-27 | GPU States: Implement Polygon Offset. This is used in SMO all the time. (#1784) | Marcos | 1 | -4/+26 |
2018-11-26 | Implemented Tile Width Spacing | FernandoS27 | 1 | -2/+2 |
2018-11-25 | gl_shader_decompiler: Implement S2R's Y_DIRECTION | ReinUsesLisp | 1 | -0/+1 |
2018-11-24 | Add support for viewport_transfom_enable register | Rodolfo Bogado | 1 | -1/+9 |
2018-11-24 | Add support for clear_flags register | Rodolfo Bogado | 1 | -1/+11 |
2018-11-23 | Added predicate comparison LessEqualWithNan (#1736) | Hexagon12 | 1 | -0/+1 |
2018-11-23 | gl_shader_decompiler: Implement clip distances | ReinUsesLisp | 2 | -1/+12 |
2018-11-22 | maxwell_3d: Implement alternate blend equations. | bunnei | 1 | -0/+7 |
2018-11-22 | gl_shader_decompiler: Rename control codes to condition codes | ReinUsesLisp | 1 | -4/+3 |
2018-11-21 | gl_shader_decompiler: Implement BFI_IMM_R | ReinUsesLisp | 1 | -0/+3 |
2018-11-21 | gl_shader_decompiler: Implement R2P_IMM | ReinUsesLisp | 1 | -0/+14 |
2018-11-21 | maxwell_3d: Initialize rasterizer color mask registers as enabled. | bunnei | 1 | -0/+9 |
2018-11-17 | small fix for alphaToOne bit location | Rodolfo Bogado | 1 | -2/+2 |
2018-11-17 | fix for gcc compilation | Rodolfo Bogado | 1 | -60/+61 |
2018-11-17 | add AlphaToCoverage and AlphaToOne | Rodolfo Bogado | 1 | -1/+7 |
2018-11-17 | add support for fragment_color_clamp | Rodolfo Bogado | 1 | -1/+4 |
2018-11-17 | set default value for point size register | Rodolfo Bogado | 1 | -0/+3 |
2018-11-17 | fix viewport and scissor behavior | Rodolfo Bogado | 2 | -12/+18 |
2018-11-17 | gl_rasterizer: Skip VB upload if the state is clean. | Markus Wick | 5 | -0/+34 |
2018-11-13 | gl_rasterizer: Minor cleanup | Frederic L | 1 | -4/+2 |
2018-11-11 | Try to fix problems with stencil test in some games, relax translation to opengl enums to avoid crashing and only generate logs of the errors. | Rodolfo Bogado | 2 | -0/+21 |
2018-11-06 | gl_rasterizer: Skip VAO binding if the state is clean. | Markus Wick | 2 | -0/+14 |
2018-11-05 | Add support to color mask to avoid issues in blending caused by wrong values in the alpha channel in some render targets. | Rodolfo Bogado | 1 | -3/+20 |
2018-11-05 | Implement multi-target viewports and blending | Rodolfo Bogado | 2 | -2/+28 |
2018-11-01 | maxwell_3d: Restructure macro upload to use a single macro code memory. | bunnei | 2 | -12/+39 |
2018-10-30 | Assert Control Codes Generation | FernandoS27 | 1 | -1/+5 |
2018-10-30 | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 2 | -9/+9 |
2018-10-29 | Assert Control Flow Instructions using Control Codes | FernandoS27 | 1 | -1/+2 |
2018-10-28 | Implement sRGB Support, including workarounds for nvidia driver issues and QT sRGB support | Rodolfo Bogado | 1 | -1/+6 |
2018-10-26 | gl_rasterizer: Implement primitive restart. | bunnei | 1 | -1/+9 |
2018-10-26 | maxwell_3d: Add code for initializing register defaults. | bunnei | 2 | -1/+21 |
2018-10-24 | Implemented LD_L and ST_L | FernandoS27 | 2 | -0/+36 |
2018-10-24 | maxwell_3d: Remove unused variable within ProcessQueryGet() | Lioncash | 1 | -1/+0 |
2018-10-23 | Implement PointSize | FernandoS27 | 1 | -0/+1 |
2018-10-23 | gl_shader_decompiler: Implement VSETP | ReinUsesLisp | 1 | -0/+2 |
2018-10-23 | gl_shader_decompiler: Abstract VMAD into a video subset | ReinUsesLisp | 1 | -3/+13 |
2018-10-23 | Added Saturation to FMUL32I | FernandoS27 | 1 | -0/+4 |
2018-10-22 | Implemented Alpha Testing | FernandoS27 | 1 | -1/+3 |
2018-10-22 | Fixed FSETP and FSET | FernandoS27 | 1 | -2/+0 |
2018-10-20 | engines/maxwell_*: Use nested namespace specifiers where applicable | Lioncash | 3 | -12/+6 |
2018-10-20 | maxwell_dma: Make variables const where applicable within HandleCopy() | Lioncash | 1 | -3/+3 |
2018-10-20 | maxwell_dma: Make FlushAndInvalidate's size parameter a u64 | Lioncash | 1 | -1/+1 |
2018-10-20 | maxwell_dma: Remove unused variables in HandleCopy() | Lioncash | 1 | -3/+0 |
2018-10-19 | GPU: Improved implementation of maxwell DMA (Subv). | bunnei | 2 | -16/+65 |
2018-10-19 | GPU: Invalidate destination address of kepler_memory writes. | bunnei | 2 | -2/+16 |
2018-10-19 | fermi_2d: Add support for more accurate surface copies. | bunnei | 1 | -3/+6 |
2018-10-18 | gl_shader_decompiler: Implement PBK and BRK | ReinUsesLisp | 1 | -3/+7 |
2018-10-18 | Implement 3D Textures | FernandoS27 | 1 | -1/+4 |
2018-10-15 | shader_bytecode: Add Control Code enum 0xf | ReinUsesLisp | 1 | -1/+1 |
2018-10-15 | gl_shader_decompiler: Implement HSET2_R | ReinUsesLisp | 1 | -0/+18 |
2018-10-15 | gl_shader_decompiler: Implement HSETP2_R | ReinUsesLisp | 1 | -0/+20 |
2018-10-15 | gl_shader_decompiler: Implement HFMA2 instructions | ReinUsesLisp | 1 | -0/+32 |
2018-10-15 | gl_shader_decompiler: Implement HADD2_IMM and HMUL2_IMM | ReinUsesLisp | 1 | -0/+30 |
2018-10-15 | gl_shader_decompiler: Implement non-immediate HADD2 and HMUL2 instructions | ReinUsesLisp | 1 | -0/+25 |
2018-10-15 | gl_shader_decompiler: Setup base for half float unpacking and setting | ReinUsesLisp | 1 | -0/+20 |
2018-10-13 | Propagate depth and depth_block on modules using decoders | FernandoS27 | 3 | -10/+18 |
2018-10-11 | gl_shader_decompiler: Implement VMAD | ReinUsesLisp | 1 | -0/+36 |
2018-10-10 | Add memory Layout to Render Targets and Depth Buffers | FernandoS27 | 1 | -2/+14 |
2018-10-10 | Fixed block height settings for RenderTargets and Depth Buffers, and added block width and block depth | FernandoS27 | 2 | -4/+22 |
2018-10-09 | Assert Scissor tests | FernandoS27 | 1 | -1/+16 |
2018-10-07 | gl_shader_decompiler: Implement geometry shaders | ReinUsesLisp | 1 | -0/+112 |
2018-10-06 | fermi_2d: Implement simple copies with AccelerateSurfaceCopy. | bunnei | 2 | -23/+35 |
2018-10-04 | gl_rasterizer: Implement quads topology | ReinUsesLisp | 1 | -0/+6 |
2018-09-28 | video_core: Implement point_size and add point state sync | ReinUsesLisp | 1 | -1/+6 |
2018-09-28 | gl_state: Pack sampler bindings into a single ARB_multi_bind | ReinUsesLisp | 1 | -0/+1 |
2018-09-26 | video_core: Add asserts for CS, TFB and alpha testing | ReinUsesLisp | 3 | -3/+64 |
2018-09-21 | shader_bytecode: Lay out the Ipa-related enums better | Lioncash | 1 | -2/+12 |
2018-09-21 | shader_bytecode: Make operator== and operator!= of IpaMode const qualified | Lioncash | 1 | -6/+7 |
2018-09-17 | Implemented I2I.CC on the NEU control code, used by SMO | FernandoS27 | 1 | -1/+1 |
2018-09-17 | Implemented CSETP | FernandoS27 | 1 | -0/+11 |
2018-09-17 | Implemented Control Codes | FernandoS27 | 1 | -0/+36 |
2018-09-17 | Added texture misc modes to texture instructions | FernandoS27 | 1 | -1/+147 |
2018-09-15 | Shaders: Implemented multiple-word loads and stores to and from attribute memory. | Subv | 1 | -1/+9 |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 6 | -32/+33 |
2018-09-12 | GPU: Basic implementation of the Kepler Inline Memory engine (p2mf). | Subv | 2 | -0/+135 |
2018-09-12 | Implemented Texture Processing Modes | FernandoS27 | 1 | -0/+10 |
2018-09-11 | Implemented encodings for LEA and PSET | FernandoS27 | 1 | -0/+64 |
2018-09-11 | Replace old FragmentHeader for the new Header | FernandoS27 | 1 | -9/+15 |
2018-09-11 | Implemented (Partialy) Shader Header | FernandoS27 | 1 | -0/+97 |
2018-09-10 | rasterizer: Drop unused handler. | Markus Wick | 1 | -2/+0 |
2018-09-10 | gl_rasterizer: Implement multiple color attachments. | bunnei | 1 | -1/+21 |
2018-09-10 | Implemented TMML | FernandoS27 | 1 | -5/+19 |
2018-09-09 | Implemented TXQ dimension query type, used by SMO. | FernandoS27 | 1 | -1/+16 |
2018-09-09 | Change name of TEXQ to TXQ, in order to match NVIDIA's naming | FernandoS27 | 1 | -2/+2 |
2018-09-08 | GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine. | Subv | 1 | -2/+10 |
2018-09-08 | maxwell_3d: Remove assert that no longer applies. | bunnei | 1 | -4/+0 |
2018-09-06 | Implemented IPA Properly | FernandoS27 | 1 | -0/+12 |
2018-09-05 | gl_rasterizer: Implement a VAO cache. | Markus Wick | 1 | -2/+7 |
2018-09-01 | Removed saturate assert | David Marcec | 1 | -1/+0 |
2018-09-01 | Removed saturate assert | David Marcec | 1 | -1/+0 |
2018-09-01 | Added FMUL asserts | David Marcec | 1 | -0/+5 |
2018-09-01 | Added FFMA asserts | David Marcec | 1 | -0/+4 |
2018-09-01 | Added assert for TEXS nodep | David Marcec | 1 | -0/+1 |
2018-09-01 | Added better asserts to IPA, Renamed IPA modes to match mesa | David Marcec | 1 | -2/+5 |
2018-09-01 | maxwell_3d: Use CoreTiming for query timestamp | Zach Hilman | 1 | -2/+3 |
2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash | 1 | -2/+1 |
2018-08-31 | Added predicate comparison GreaterEqualWithNan | Hexagon12 | 1 | -0/+1 |
2018-08-31 | gl_shader_decompiler: Implement POPC (#1203) | Laku | 1 | -0/+10 |
2018-08-29 | Shaders: Implemented IADD3 | tech4me | 1 | -1/+23 |
2018-08-29 | gl_shader_decompiler: Improve IPA for Pass mode with Position attribute. | bunnei | 1 | -0/+6 |
2018-08-25 | maxwell3d: Move FinishedPrimitiveBatch event after AcceleratedDrawBatch() | Lioncash | 1 | -4/+4 |
2018-08-24 | fix SEL_IMM bitstring | Laku | 1 | -1/+1 |
2018-08-23 | Shaders: Added decodings for IADD3 instructions | tech4me | 1 | -0/+6 |
2018-08-23 | maxwell_3d: Update to include additional stencil registers. | bunnei | 1 | -20/+50 |
2018-08-22 | implement lop3 | Laku | 1 | -0/+19 |
2018-08-21 | shader_bytecode: Parenthesize conditional expression within GetTextureType() | Lioncash | 1 | -1/+1 |
2018-08-21 | shader_bytecode: Replace some UNIMPLEMENTED logs. | bunnei | 1 | -2/+6 |
2018-08-21 | GPU: Added registers for the logicop functionality. | Subv | 1 | -1/+28 |
2018-08-19 | Shaders/TEXS: Fixed the component mask in the TEXS instruction. | Subv | 1 | -6/+11 |
2018-08-19 | Shader: Added bitfields for the texture type of the various sampling instructions. | Subv | 1 | -1/+65 |
2018-08-19 | Shaders: Added decodings for TLD4 and TLD4S | Subv | 1 | -3/+7 |
2018-08-19 | Shaders: Added decodings for the LDG and STG instructions. | Subv | 1 | -0/+4 |
2018-08-19 | Shaders: Implemented the gl_FrontFacing input attribute (attr 63). | Subv | 1 | -0/+3 |
2018-08-18 | GLRasterizer: Implemented instanced vertex arrays. | Subv | 1 | -1/+14 |
2018-08-18 | Shader: Implemented the predicate and mode arguments of LOP. | Subv | 1 | -1/+6 |
2018-08-18 | Shaders: Corrected the 'abs' and 'neg' bit usage in the float arithmetic instructions. | Subv | 1 | -0/+4 |
2018-08-18 | Added predcondition GreaterThanWithNan | David Marcec | 1 | -0/+1 |
2018-08-15 | Rasterizer: Implemented instanced rendering. | Subv | 2 | -0/+15 |
2018-08-13 | gl_shader_decompiler: Implement XMAD instruction. | bunnei | 1 | -4/+25 |
2018-08-12 | GPU/Maxwell3D: Implemented an alternative set of blend factors. | Subv | 1 | -0/+21 |
2018-08-12 | RasterizerGL: Ignore invalid/unset vertex attributes. | Subv | 1 | -0/+5 |
2018-08-12 | gl_shader_decompiler: Improve handling of unknown input/output attributes. | bunnei | 1 | -2/+1 |
2018-08-11 | GPU/Shader: Don't predicate instructions that don't have a predicate field (SSY). | Subv | 1 | -0/+7 |
2018-08-10 | video_core: Use variable template variants of type_traits interfaces where applicable | Lioncash | 1 | -2/+1 |
2018-08-09 | maxwell_3d: Ignore macros that have not been uploaded yet. | bunnei | 1 | -4/+9 |
2018-08-08 | gl_shader_decompiler: Stub input attribute Unknown_63. | bunnei | 1 | -0/+2 |
2018-08-08 | maxwell_3d: Use correct const buffer size and check bounds. | bunnei | 2 | -1/+3 |
2018-08-08 | gl_shader_decompiler: Let OpenGL interpret floats. | bunnei | 1 | -9/+4 |
2018-08-06 | maxwell_3d: Remove outdated assert. | bunnei | 1 | -2/+0 |
2018-08-04 | video_core: Eliminate the g_renderer global variable | Lioncash | 2 | -6/+12 |
2018-07-24 | GPU: Remove the assert that required the CODE_ADDRESS to be 0. | Subv | 1 | -8/+0 |
2018-07-22 | shader_bytecode: Implement other TEXS masks. | bunnei | 1 | -5/+9 |
2018-07-22 | gl_shader_decompiler: Implement SEL instruction. | bunnei | 1 | -0/+11 |
2018-07-22 | maxwell_3d: Add depth buffer enable, width, and height registers. | bunnei | 1 | -2/+14 |
2018-07-21 | video_core: Use nested namespaces where applicable | Lioncash | 6 | -28/+14 |
2018-07-20 | maxwell_3d: Remove unused variable within GetStageTextures() | Lioncash | 1 | -2/+0 |
2018-07-17 | GPU: Added register definitions for the stencil parameters. | Subv | 1 | -2/+25 |
2018-07-13 | gl_rasterizer: Fix check for if a shader stage is enabled. | bunnei | 2 | -24/+8 |
2018-07-13 | gl_shader_decompiler: Implement PredCondition::LessThanWithNan. | bunnei | 1 | -0/+1 |
2018-07-13 | gl_shader_decompiler: Use FlowCondition field in EXIT instruction. | bunnei | 1 | -0/+9 |
2018-07-12 | GPU: Implement the FADD32I shader instruction. | Subv | 1 | -0/+9 |
2018-07-12 | GPU: Corrected the decoding of FFMA for immediate operands. | Subv | 1 | -1/+1 |
2018-07-05 | GPU: Allow using the old NV04 values for the depth test function. | Subv | 1 | -9/+21 |
2018-07-04 | GPU: Implemented the IMNMX shader instruction. | Subv | 1 | -3/+17 |
2018-07-04 | GPU: Stub the shader SYNC and DEPBAR instructions. | Subv | 1 | -0/+5 |
2018-07-04 | GPU: Corrected the decoding for the TEX shader instruction. | Subv | 1 | -1/+1 |
2018-07-04 | GPU: Implemented the PSETP shader instruction. | Subv | 1 | -0/+13 |
2018-07-04 | GPU: Flip the triangle front face winding if the GPU is configured to not flip the triangles. | Subv | 1 | -3/+19 |
2018-07-03 | GPU: Support clears that don't clear the color buffer. | Subv | 1 | -2/+3 |
2018-07-03 | GPU: Bind and clear the render target when the CLEAR_BUFFERS register is written to. | Subv | 1 | -0/+11 |
2018-07-03 | GPU: Added registers for the CLEAR_BUFFERS and CLEAR_COLOR methods. | Subv | 1 | -2/+27 |
2018-07-03 | GPU: Use only the least significant 3 bits when reading the depth test func. | Subv | 1 | -9/+9 |
2018-07-03 | Update clang format | James Rowe | 2 | -3/+3 |
2018-07-03 | Rename logging macro back to LOG_* | James Rowe | 3 | -3/+3 |
2018-07-03 | GPU: Implemented MUFU suboperation 8, sqrt. | Subv | 1 | -0/+1 |
2018-07-02 | GPU: Added registers for depth test and cull mode. | Subv | 1 | -3/+51 |
2018-07-02 | GPU: Implemented the Z24S8 depth format and load the depth framebuffer. | Subv | 1 | -1/+1 |
2018-07-02 | GPU: Added register definitions for the vertex buffer base element. | Subv | 1 | -1/+6 |
2018-07-02 | GPU: Directly copy the pixels when performing a same-layout DMA. | Subv | 1 | -1/+5 |
2018-06-30 | GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" operation. | Subv | 1 | -2/+1 |
2018-06-30 | gl_shader_decompiler: Implement predicate NotEqualWithNan. | bunnei | 1 | -0/+1 |
2018-06-27 | maxwell_3d: Add a struct for RenderTargetConfig. | bunnei | 1 | -17/+19 |
2018-06-20 | Build: Fixed some MSVC warnings in various parts of the code. | Subv | 2 | -4/+5 |
2018-06-19 | GPU: Don't mark uniform buffers and registers as used for instructions which don't have them. | Subv | 1 | -2/+3 |
2018-06-17 | gl_shader_decompiler: Implement LOP instructions. | bunnei | 1 | -0/+14 |
2018-06-17 | gl_shader_decompiler: Refactor LOP32I instruction a bit in support of LOP. | bunnei | 1 | -3/+2 |
2018-06-16 | gl_shader_decompiler: Implement integer size conversions for I2I/I2F/F2I. | bunnei | 1 | -1/+2 |
2018-06-12 | GPU: Implemented the iadd32i shader instruction. | Subv | 1 | -2/+10 |
2018-06-12 | GPU: Partially implemented the Maxwell DMA engine. | Subv | 3 | -0/+225 |
2018-06-12 | gl_shader_decompiler: Implement saturate for float instructions. | bunnei | 1 | -2/+1 |
2018-06-09 | GPU: Implement the iset family of shader instructions. | Subv | 1 | -0/+9 |
2018-06-09 | GPU: Added decodings for the ISET family of instructions. | Subv | 1 | -0/+7 |
2018-06-09 | gl_shader_decompiler: Implement SHR instruction. | bunnei | 1 | -0/+4 |
2018-06-09 | GPU: Stub the SSY shader instruction. | Subv | 1 | -0/+2 |
2018-06-09 | gl_shader_decompiler: Implement IADD instruction. | bunnei | 1 | -5/+11 |
2018-06-09 | gl_shader_decompiler: Add missing asserts for saturate_a instructions. | bunnei | 1 | -1/+1 |
2018-06-09 | GPU: Added registers for normal and independent blending. | Subv | 1 | -5/+26 |
2018-06-07 | gl_shader_decompiler: Implement BFE_IMM instruction. | bunnei | 1 | -3/+15 |
2018-06-07 | gl_shader_decompiler: F2F: Implement rounding modes. | bunnei | 1 | -3/+12 |
2018-06-07 | shader_bytecode: Add instruction decodings for BFE, IMNMX, and XMAD. | bunnei | 1 | -0/+20 |
2018-06-07 | gl_shader_decompiler: Implement LD_C instruction. | bunnei | 1 | -0/+16 |
2018-06-06 | gl_shader_decompiler: Refactor uniform handling to allow different decodings. | bunnei | 1 | -6/+10 |
2018-06-06 | GPU: Implement sampling multiple textures in the generated glsl shaders. | Subv | 2 | -0/+37 |
2018-06-05 | GPU: Corrected the branch targets for the shader bra instruction. | Subv | 1 | -4/+5 |
2018-06-05 | GPU: Implemented the F2I_R shader instruction. | Subv | 1 | -4/+20 |
2018-06-05 | gl_shader_decompiler: Implement SHL instruction. | bunnei | 1 | -13/+17 |
2018-06-05 | GPU: Implement the ISCADD shader instructions. | Subv | 1 | -0/+16 |
2018-06-05 | GPU: Added decodings for the ISCADD instructions. | Subv | 1 | -0/+7 |
2018-06-04 | GPU: Use the bf bit in FSET to determine whether to write 0xFFFFFFFF or 1.0f. | Subv | 1 | -1/+1 |
2018-06-04 | GPU: Calculate the correct viewport dimensions based on the scale and translate registers. | Subv | 1 | -12/+28 |
2018-06-04 | GPU: Implemented the LOP32I instruction. | Subv | 1 | -1/+15 |
2018-06-04 | GPU: Implemented the ISETP_R and ISETP_C shader instructions. | Subv | 1 | -0/+10 |
2018-06-04 | GPU: Partially implemented the shader BRA instruction. | Subv | 1 | -0/+13 |
2018-06-04 | GPU: Added decoding for the BRA instruction. | Subv | 1 | -0/+2 |
2018-06-04 | GPU: Partial implementation of long GPU queries. | Subv | 1 | -9/+24 |
2018-06-03 | gl_shader_decompiler: Implement TEXS component mask. | bunnei | 1 | -2/+16 |
2018-06-03 | gl_shader_decompiler: Implement RRO as a register move. | bunnei | 1 | -3/+7 |
2018-06-01 | gl_shader_decompiler: Implement TEX instruction. | bunnei | 1 | -0/+10 |
2018-06-01 | gl_shader_decompiler: Support multi-destination for TEXS. | bunnei | 1 | -0/+5 |
2018-05-30 | Shaders: Implemented reading the gl_InstanceID and gl_VertexID variables in the vertex shader. | Subv | 1 | -0/+4 |
2018-05-30 | gl_shader_decompiler: Partially implement F2F_R instruction. | bunnei | 1 | -3/+3 |
2018-05-26 | shader_bytecode: Implement other variants of FMNMX. | bunnei | 1 | -3/+7 |
2018-05-21 | Shaders: Implemented the FMNMX shader instruction. | Subv | 1 | -0/+5 |
2018-05-19 | ShadersDecompiler: Added decoding for the PSETP instruction. | Subv | 1 | -0/+3 |
2018-04-29 | maxwell_3d: Reset vertex counts after drawing. | bunnei | 1 | -0/+10 |
2018-04-29 | shader_bytecode: Add decoding for FMNMX instruction. | bunnei | 1 | -0/+2 |
2018-04-29 | fermi_2d: Fix surface copy block height. | bunnei | 2 | -2/+7 |
2018-04-29 | gl_shader_decompiler: Partially implement I2I_R, and I2F_R. | bunnei | 1 | -8/+8 |
2018-04-29 | shader_bytecode: Add decodings for i2i instructions. | bunnei | 1 | -3/+20 |
2018-04-29 | gl_shader_decompiler: Implement MOV32_IMM instruction. | bunnei | 1 | -2/+2 |
2018-04-27 | general: Convert assertion macros over to be fmt-compatible | Lioncash | 1 | -2/+2 |
2018-04-26 | gl_shader_decompiler: Boilerplate for handling integer instructions. | bunnei | 1 | -1/+9 |
2018-04-25 | GPU: Partially implemented the Fermi2D surface copy operation. | Subv | 2 | -0/+59 |
2018-04-25 | Shaders: Added bit decodings for the I2I instruction. | Subv | 1 | -0/+6 |
2018-04-25 | GPU: Added surface copy registers to Fermi2D | Subv | 1 | -1/+57 |
2018-04-25 | GPU: Added boilerplate code for the Fermi2D engine | Subv | 2 | -2/+33 |
2018-04-25 | GPU: Reduce the number of registers of Maxwell3D to 0xE00. | Subv | 2 | -5/+5 |
2018-04-25 | GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D processor. | Subv | 2 | -8/+23 |
2018-04-25 | video-core: Move logging macros over to new fmt-capable ones | Lioncash | 1 | -2/+2 |
2018-04-25 | Shaders: Added decodings for the FSET instructions. | Subv | 1 | -8/+29 |
2018-04-24 | memory_manager: Make GpuToCpuAddress return an optional. | bunnei | 1 | -10/+11 |
2018-04-24 | memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses. | bunnei | 1 | -6/+5 |
2018-04-24 | GPU: Added asserts to our code for handling the QUERY_GET GPU command. | Subv | 2 | -2/+53 |
2018-04-23 | GPU: Support multiple enabled vertex arrays. | Subv | 1 | -0/+5 |
2018-04-21 | shader_bytecode: Add several more instruction decodings. | bunnei | 1 | -5/+52 |
2018-04-21 | shader_bytecode: Decode instructions based on bit strings. | bunnei | 1 | -185/+172 |
2018-04-21 | ShaderGen: Implemented predicated instruction execution. | Subv | 1 | -1/+5 |
2018-04-21 | ShaderGen: Implemented the fsetp instruction. | Subv | 1 | -3/+40 |
2018-04-20 | ShaderGen: Register id 255 is special and is hardcoded to return 0 (SR_ZERO). | Subv | 1 | -0/+3 |
2018-04-19 | ShaderGen: Implemented the fmul32i shader instruction. | Subv | 1 | -3/+14 |
2018-04-18 | gl_shader_gen: Support vertical/horizontal viewport flipping. (#347) | bunnei | 1 | -1/+10 |
2018-04-18 | GPU: Pitch textures are now supported, don't assert when encountering them. | Subv | 1 | -2/+3 |
2018-04-18 | maxwell3d: Allow Texture2DNoMipmap as Texture2D. | bunnei | 1 | -1/+2 |
2018-04-18 | shader_bytecode: Make ctor's constexpr and explicit. | bunnei | 1 | -7/+7 |
2018-04-18 | renderer_opengl: Implement BlendEquation and BlendFunc. | bunnei | 2 | -4/+48 |
2018-04-17 | gl_shader_decompiler: Implement FMUL/FADD/FFMA immediate instructions. | bunnei | 1 | -0/+14 |
2018-04-17 | gl_shader_decompiler: Add support for TEXS instruction. | bunnei | 1 | -5/+14 |
2018-04-17 | gl_rasterizer: Implement indexed vertex mode. | bunnei | 2 | -2/+46 |
2018-04-15 | GPU: Added a function to determine whether a shader stage is enabled or not. | Subv | 2 | -0/+24 |
2018-04-15 | shaders: Add NumTextureSamplers const, remove unused #pragma. | bunnei | 1 | -2/+0 |
2018-04-14 | shaders: Address PR review feedback. | bunnei | 1 | -1/+1 |
2018-04-14 | shaders: Fix GCC and clang build issues. | bunnei | 1 | -3/+3 |
2018-04-14 | gl_shader_decompiler: Implement negate, abs, etc. and lots of cleanup. | bunnei | 1 | -20/+39 |
2018-04-14 | shader_bytecode: Add FSETP and KIL to GetInfo. | bunnei | 1 | -0/+3 |
2018-04-14 | shader_bytecode: Add SubOp decoding. | bunnei | 1 | -0/+10 |
2018-04-14 | maxwell_3d: Make memory_manager public. | bunnei | 1 | -2/+1 |
2018-04-14 | maxwell_3d: Fix shader_config decodings. | bunnei | 1 | -6/+3 |
2018-04-14 | shader_bytecode: Add initial module for shader decoding. | bunnei | 1 | -0/+297 |
2018-04-07 | GPU: Assert when finding a texture with a format type other than UNORM. | Subv | 1 | -0/+2 |
2018-04-01 | GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEing them. | Subv | 2 | -121/+13 |
2018-04-01 | GPU: Implemented a gpu macro interpreter. | Subv | 2 | -0/+8 |
2018-03-27 | gl_rasterizer: Add a SyncViewport method. | bunnei | 1 | -0/+10 |
2018-03-27 | gl_rasterizer: Normalize vertex array data as appropriate. | bunnei | 1 | -0/+4 |
2018-03-27 | maxwell_3d: Use names that match envytools for VertexType. | bunnei | 1 | -8/+8 |
2018-03-27 | maxwell_3d: Add VertexAttribute struct and cleanup. | bunnei | 1 | -121/+160 |
2018-03-27 | Maxwell3D: Call AccelerateDrawBatch on DrawArrays. | bunnei | 1 | -1/+8 |
2018-03-27 | gl_rasterizer: Implement AnalyzeVertexArray. | bunnei | 1 | -0/+35 |
2018-03-27 | maxwell: Add RenderTargetFormat enum. | bunnei | 1 | -3/+4 |
2018-03-26 | GPU: Load the sampler info (TSC) when retrieving active textures. | Subv | 2 | -21/+67 |
2018-03-25 | GPU: Make the debug_context variable a member of the frontend instead of a global. | Subv | 1 | -11/+13 |
2018-03-24 | GPU: Added a function to retrieve the active textures for a shader stage. | Subv | 2 | -50/+59 |
2018-03-24 | GPU: Implement the Incoming/FinishedPrimitiveBatch debug breakpoints. | Subv | 1 | -0/+7 |
2018-03-24 | GPU: Implement the MaxwellCommandLoaded/Processed debug breakpoints. | Subv | 1 | -0/+10 |
2018-03-24 | GPU: Added a method to unswizzle a texture without decoding it. | Subv | 1 | -1/+1 |
2018-03-24 | GPU: Preliminary work for texture decoding. | Subv | 1 | -0/+45 |
2018-03-24 | GPU: Added viewport registers to Maxwell3D's reg structure. | Subv | 1 | -1/+18 |
2018-03-23 | maxwell_3d: Add some format decodings and string helper functions. | bunnei | 1 | -3/+107 |
2018-03-21 | GPU: Added vertex attribute format registers. | Subv | 1 | -1/+14 |
2018-03-21 | GPU: Added registers for the number of vertices to render. | Subv | 1 | -2/+13 |
2018-03-19 | GPU: Added Z buffer registers to Maxwell3D's reg structure. | Subv | 1 | -1/+17 |
2018-03-19 | GPU: Added the render target (RT) registers to Maxwell3D's reg structure. | Subv | 1 | -1/+32 |
2018-03-19 | Clang Fixes | N00byKing | 1 | -1/+2 |
2018-03-19 | Clean Warnings (?) | N00byKing | 1 | -1/+1 |
2018-03-19 | GPU: Added the TSC registers to the Maxwell3D register structure. | Subv | 1 | -1/+15 |
2018-03-19 | GPU: Added the TIC registers to the Maxwell3D register structure. | Subv | 1 | -1/+16 |
2018-03-19 | GPU: Implement macro 0xE1A BindTextureInfoBuffer in HLE. | Subv | 2 | -1/+29 |
2018-03-18 | GPU: Implement the BindStorageBuffer macro method in HLE. | Subv | 2 | -1/+36 |
2018-03-18 | GPU: Handle writes to the CB_DATA method. | Subv | 2 | -0/+39 |
2018-03-18 | GPU: Store uploaded GPU macros and keep track of the number of method parameters. | Subv | 2 | -11/+24 |
2018-03-18 | GPU: Macros are specific to the Maxwell3D engine, so handle them internally. | Subv | 6 | -31/+55 |
2018-03-18 | GPU: Renamed ShaderType to ShaderStage as that is less confusing. | Subv | 2 | -19/+19 |
2018-03-18 | GPU: Store shader constbuffer bindings in the GPU state. | Subv | 2 | -5/+61 |
2018-03-18 | GPU: Corrected some register offsets and removed superfluous macro registers. | Subv | 1 | -9/+3 |
2018-03-18 | GPU: Make the SetShader macro call do the same as the real macro's code. | Subv | 2 | -3/+44 |
2018-03-17 | GPU: Corrected the parameter documentation for the SetShader macro call. | Subv | 2 | -11/+12 |
2018-03-17 | GPU: Handle the SetShader method call (0xE24) and store the shader config. | Subv | 2 | -4/+38 |
2018-03-17 | GPU: Added the vertex array registers. | Subv | 1 | -2/+33 |
2018-03-17 | GPU: Process command mode 5 (IncreaseOnce) differently from other commands. | Subv | 6 | -1/+56 |
2018-03-17 | GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine. | Subv | 1 | -0/+8 |
2018-03-17 | GPU: Added Maxwell registers for Shader Program control. | Subv | 1 | -2/+55 |
2018-03-05 | GPU: Intercept writes to the VERTEX_END_GL register. | Subv | 2 | -1/+18 |
2018-02-14 | maxwell_3d: Make constructor explicit | Lioncash | 1 | -1/+1 |
2018-02-12 | GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine. | Subv | 2 | -2/+94 |
2018-02-12 | Make a GPU class in VideoCore to contain the GPU state. | Subv | 6 | -18/+24 |
2018-02-12 | GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines. | Subv | 6 | -0/+99 |