743 Commits (3697fc8d1464d4cc9f404351d7008db8b2dd8053)

Author SHA1 Message Date
Lioncash 6adc824d9d video_core: Allow copy elision to take place where applicable 6 years ago
David Marcec 967307d3be Fix style issues 6 years ago
David Marcec 85b591f6f0 Remove duplicate config 6 years ago
David Marcec f48187449e Use conditional var 6 years ago
David Marcec 468bd9c1b0 async shaders 6 years ago
ReinUsesLisp 210cc0204d decode/other: Implement S2R.LaneId 6 years ago
ReinUsesLisp fbc232426d video_core: Rearrange pixel format names 6 years ago
ReinUsesLisp 39ab33ee1c shader/half_set: Implement HSET2_IMM 6 years ago
Morph 480e1fa987 decode/image: Implement B10G11R11F 6 years ago
MerryMage 442e48ef4c memory_util: boost hashes are size_t 6 years ago
ReinUsesLisp 5b2b6d594c shader/texture: Join separate image and sampler pairs offline 6 years ago
ReinUsesLisp e1438f8e91 shader/track: Move bindless tracking to a separate function 6 years ago
ReinUsesLisp f2d1aa97ad shader/other: Fix hardcoded value in S2R INVOCATION_INFO 6 years ago
ReinUsesLisp 32e6727dae shader/other: Implement MEMBAR.CTS 6 years ago
ReinUsesLisp 5d0986a53b shader/other: Implement BAR.SYNC 0x0 6 years ago
ReinUsesLisp 103809a0ca shader/memory: Implement non-addition operations in RED 6 years ago
ReinUsesLisp e2b67a868b shader/other: Implement thread comparisons (NV_shader_thread_group) 6 years ago
ReinUsesLisp 4e57f9d5cf shader_ir: Separate float-point comparisons in ordered and unordered 6 years ago
ReinUsesLisp 871aadbe36 shader/arithmetic_integer: Fix tracking issue in temporary 6 years ago
ReinUsesLisp ddd82ef42b shader/memory_util: Deduplicate code 6 years ago
ReinUsesLisp e895a4e2d7 shader/arithmetic_integer: Fix edge case and mark IADD.X Rd.CC as unimplemented 6 years ago
ReinUsesLisp 2a96bea6a7 shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow 6 years ago
ReinUsesLisp c788f9c0bd shader/arithmetic_integer: Implement IADD.X 6 years ago
ReinUsesLisp 255197e643 shader/arithmetic_integer: Implement CC for IADD 6 years ago
ReinUsesLisp ffc5ec6fa8 decode/register_set_predicate: Implement CC 6 years ago
ReinUsesLisp d523734266 decode/register_set_predicate: Use move for shared pointers 6 years ago
Fernando Sahmkow d8a961cd6c Revert: shader_decode: Fix LD, LDG when track constant buffer. 6 years ago
ReinUsesLisp dbaebd8582 decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits 6 years ago
ReinUsesLisp 4fb921ff6b shader/texture: Support multiple unknown sampler properties 6 years ago
ReinUsesLisp 72deb773fd shader_ir: Turn classes into data structures 6 years ago
ReinUsesLisp 8734ccb0cb shader/arithmetic_integer: Fix LEA_IMM encoding 6 years ago
Lioncash e2d8be1ca2 General: Resolve warnings related to missing declarations 6 years ago
Lioncash 678ac54749 decode/memory: Resolve unused variable warning 6 years ago
Lioncash d159643fd7 decode/texture: Resolve unused variable warnings. 6 years ago
Lioncash f522abd8ab decode/texture: Collapse loop down into std::generate 6 years ago
Lioncash 7e2d60de26 decode/texture: Eliminate trivial missing field initializer warnings 6 years ago
Lioncash cd2a12e78f decode/shift: Remove unused variable within Shift() 6 years ago
Lioncash 72a224d3fc control_flow: Make use of std::move in TryInspectAddress() 6 years ago
Lioncash e15ec2705c track: Eliminate redundant copies 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
ReinUsesLisp fefe7f18f9 shader/arithmetic: Add FCMP_CR variant 6 years ago
ReinUsesLisp 76f178ba6e shader/video: Partially implement VMNMX 6 years ago
ReinUsesLisp a87b16da9a shader/texture: Remove type mismatches management from shader decoder 6 years ago
Nguyen Dac Nam 935648ffa9
address nit. 6 years ago
ReinUsesLisp da706cad25 shader/conversion: Implement I2I sign extension, saturation and selection 6 years ago
Nguyen Dac Nam bf1174c114
Apply suggestions from code review 6 years ago
namkazy 2c98e14d13 shader_decode: SULD.D using std::pair instead of out parameter 6 years ago
namkazy 9efa51311f shader_decode: SULD.D avoid duplicate code block. 6 years ago
namkazy 7f5696513f shader_decode: SULD.D fix conversion error. 6 years ago
namkazy 2906372ba1 shader_decode: SULD.D implement bits64 and reverse shader ir init method to removed shader stage. 6 years ago