aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/decode/image.cpp
AgeCommit message (Expand)Author
2021-07-22shader: Remove old shader managementReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-11-24Merge pull request #3681 from lioncash/componentRodrigo Locatti
2020-09-17decode/image: Eliminate switch fallthrough in DecodeImage()Lioncash
2020-09-16video_core: Enforce -Werror=switchReinUsesLisp
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp
2020-06-20decode/image: Implement B10G11R11FMorph
2020-04-23shader_ir: Turn classes into data structuresReinUsesLisp
2020-04-15decode/image: Fix typo in assert in GetComponentSize()Lioncash
2020-04-15decoder/image: Fix incorrect G24R8 component sizes in GetComponentSize()Lioncash
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-04-07address nit.Nguyen Dac Nam
2020-04-07Apply suggestions from code reviewNguyen Dac Nam
2020-04-06shader_decode: SULD.D using std::pair instead of out parameternamkazy
2020-04-06shader_decode: SULD.D avoid duplicate code block.namkazy
2020-04-06shader_decode: SULD.D fix conversion error.namkazy
2020-04-06shader_decode: SULD.D implement bits64 and reverse shader ir init method to r...namkazy
2020-04-05silent warning (conversion error)namkazy
2020-04-05shader_decode: SULD.D -> SINT actually same as UNORM.namkazy
2020-04-05shader_decode: SULD.D fix decode SNORM componentnamkazy
2020-04-05clang-formatnamkazy
2020-04-05shader_decode: get sampler descriptor from registry.namkazy
2020-04-05tweaking.namkazy
2020-04-05cleanup unuse paramsnamkazy
2020-04-05cleanup debug code.namkazy
2020-04-05reimplement get component type, uncomment mistaken codenamkazy
2020-04-05remove disable optimizenamkazy
2020-04-05[wip] reimplement SULD.Dnamkazy
2020-04-05clang-fixNguyen Dac Nam
2020-04-05shader: image - import PredConditionNguyen Dac Nam
2020-04-05shader: SULD.D bits32 implement more complexer method.Nguyen Dac Nam
2020-04-05shader: SULD.D import StoreTypeNguyen Dac Nam
2020-04-05shader: implement SULD.D bits32Nguyen Dac Nam
2019-10-29shader/node: Unpack bindless texture encodingReinUsesLisp
2019-10-23video_core/shader: Resolve instances of variable shadowingLioncash
2019-09-21gl_shader_decompiler: Use uint for images and fix SUATOMReinUsesLisp
2019-09-21shader/image: Implement SULD and remove irrelevant codeReinUsesLisp
2019-09-10shader/image: Implement SUATOM and fix SUSTReinUsesLisp
2019-09-05gl_shader_decompiler: Keep track of written images and mark them as modifiedReinUsesLisp
2019-07-14shader: Allow tracking of indirect buffers without variable offsetReinUsesLisp
2019-06-20shader_ir: Fix image copy rebase issuesFernando Sahmkow
2019-06-20shader: Implement bindless imagesReinUsesLisp
2019-06-20shader: Decode SUST and implement backing image functionalityReinUsesLisp