12402 Commits (e2349b001ebaab53d508b9c9dd6202d42c8d9b3d)

Author SHA1 Message Date
Nguyen Dac Nam e2349b001e Apply suggestions from code review 6 years ago
namkazy a18e88be44 shader_decode: SULD.D using std::pair instead of out parameter 6 years ago
namkazy 319f68c624 shader_decode: SULD.D avoid duplicate code block. 6 years ago
namkazy a6e264cd58 shader_decode: SULD.D fix conversion error. 6 years ago
namkazy ca16317add shader_decode: SULD.D implement bits64 and reverse shader ir init method to removed shader stage. 6 years ago
namkazy d61a333362 silent warning (conversion error) 6 years ago
namkazy 15366b7474 shader_decode: SULD.D -> SINT actually same as UNORM. 6 years ago
namkazy 615eecd94e shader_decode: SULD.D fix decode SNORM component 6 years ago
namkazy dbd8cf0304 clang-format 6 years ago
namkazy c26cea4ad2 shader_decode: get sampler descriptor from registry. 6 years ago
namkazy 8990c9a814 tweaking. 6 years ago
Nguyen Dac Nam 524c42bec8 clang-format 6 years ago
namkazy 2799ef5f43 cleanup unuse params 6 years ago
namkazy 35995111c9 cleanup debug code. 6 years ago
namkazy 2f42b04ae5 reimplement get component type, uncomment mistaken code 6 years ago
namkazy d4038bf4ae remove disable optimize 6 years ago
namkazy e4402955e4 [wip] reimplement SULD.D 6 years ago
namkazy 67d9d397d2 add shader stage when init shader ir 6 years ago
Nguyen Dac Nam 731b0dbebc clang-fix 6 years ago
Nguyen Dac Nam 4c3ddd9c99 shader: image - import PredCondition 6 years ago
Nguyen Dac Nam 9f407fad5e shader: SULD.D bits32 implement more complexer method. 6 years ago
Nguyen Dac Nam 06fa4a3a41 shader: SULD.D import StoreType 6 years ago
Nguyen Dac Nam 94fecd1b68 shader: implement SULD.D bits32 6 years ago
ReinUsesLisp ab3a1db282 shader/memory: Silence no return value warning 6 years ago
ReinUsesLisp 83b47aa0d9 renderer_vulkan/wrapper: Add vkEnumerateInstanceExtensionProperties wrapper 6 years ago
ReinUsesLisp c3332558df renderer_vulkan/wrapper: Add command buffer handle 6 years ago
ReinUsesLisp 010a965e64 renderer_vulkan/wrapper: Add physical device handle 6 years ago
ReinUsesLisp 319737fd89 renderer_vulkan/wrapper: Add device handle 6 years ago
ReinUsesLisp a04066352b renderer_vulkan/wrapper: Add swapchain handle 6 years ago
ReinUsesLisp cea9fdab2e renderer_vulkan/wrapper: Add fence handle 6 years ago
ReinUsesLisp 00c88c7d6d renderer_vulkan/wrapper: Add device memory handle 6 years ago
ReinUsesLisp e84b3a9f71 renderer_vulkan/wrapper: Add pool handles 6 years ago
ReinUsesLisp 2ed17b8c92 renderer_vulkan/wrapper: Add buffer and image handles 6 years ago
ReinUsesLisp 01bf15ce40 renderer_vulkan/wrapper: Add queue handle 6 years ago
ReinUsesLisp 467a8c3285 renderer_vulkan/wrapper: Add instance handle 6 years ago
Morph bda37c4bb4 capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571) 6 years ago
Nguyen Dac Nam e0add44428 clang-format 6 years ago
Nguyen Dac Nam 455a771f6c shader_decode: fix by suggestion 6 years ago
James Rowe e345e46a98 Frontend: Don't call DoneCurrent if the context isnt already current 6 years ago
namkazy 5961fe334c clang-format 6 years ago
namkazy 39880b6fcb gl_decompiler: min/max op not implement yet 6 years ago
namkazy fd7fb7c1b7 shader_decode: ATOM/ATOMS: add function to avoid code repetition 6 years ago
namkazy 3a65713029 shader_decode: merge GlobalAtomicOp to AtomicOp 6 years ago
Nguyen Dac Nam 3809c15721 shader_decode: implement ATOM operation for S32 and U32 6 years ago
namkazy 93a5b51a1f clang-format 6 years ago
Nguyen Dac Nam e57c348d6e shader_decode: implement ATOMS instr partial. 6 years ago
Nguyen Dac Nam 2095823163 vk_decompiler: add atomic op and handler function. 6 years ago
Nguyen Dac Nam f3880c13fa gl_decompiler: add atomic op 6 years ago
Nguyen Dac Nam cf457eafff shader: node - update correct comment 6 years ago
Nguyen Dac Nam 407064c658 shader_decode: add Atomic op for common usage 6 years ago