12316 Commits (74b1f71109ee356128c784b4aab2e8d06b76afa4)

Author SHA1 Message Date
ReinUsesLisp 5c892bc5fd astc: Fix typos from search and replace 6 years ago
ReinUsesLisp 932c96f2b0 astc: Minor changes to InputBitStream 6 years ago
ReinUsesLisp c96749415c astc: Pass val in Replicate by copy 6 years ago
ReinUsesLisp 83bdac46d1 astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating 6 years ago
Nguyen Dac Nam 2cd41ab020 clang-format 6 years ago
Nguyen Dac Nam d13e860a08 nit 6 years ago
ReinUsesLisp 8412a20f00 astc: Call std::vector::reserve on texelWeightValues to avoid reallocating 6 years ago
ReinUsesLisp fdbedfa8ef astc: Create a LUT at compile time for encoding values 6 years ago
ReinUsesLisp bac05076fd astc: Make IntegerEncodedValue a trivial structure 6 years ago
ReinUsesLisp ddd428097d astc: Make IntegerEncodedValue constructor constexpr 6 years ago
ReinUsesLisp 9aad3e84f0 astc: Make IntegerEncodedValue trivially copyable 6 years ago
ReinUsesLisp 0672618026 astc: Rename C types to common_types 6 years ago
ReinUsesLisp a3969886ca astc: Move Popcnt to an anonymous namespace and make it constexpr 6 years ago
ReinUsesLisp 0d8b0fe402 astc: Use common types instead of stdint.h integer types 6 years ago
ReinUsesLisp d9645551bc astc: Use 'enum class' instead of 'enum' for EIntegerEncoding 6 years ago
ReinUsesLisp 00de4b82b4 vk/gl_shader_decompiler: Silence assertion on compute 6 years ago
ReinUsesLisp 289e443898 vk_shader_decompiler: Fix default varying regression 6 years ago
ReinUsesLisp e7dfc5d8a3 maxwell_3d: Add padding words to XFB entries 6 years ago
ReinUsesLisp dcb8702efe gl_shader_decompiler: Fix implicit conversion errors 6 years ago
Rodrigo Locatti bae039e59c vk_shader_decompiler: Fix implicit type conversion 6 years ago
ReinUsesLisp dd16e198e3 vk_rasterizer: Implement transform feedback binding zero 6 years ago
ReinUsesLisp 3d1d9650b9 vk_shader_decompiler: Add XFB decorations to generic varyings 6 years ago
ReinUsesLisp 5cf97a4a19 vk_device: Enable VK_EXT_transform_feedback when available 6 years ago
ReinUsesLisp ccf434d1f4 vk_device: Shrink formatless capability name size 6 years ago
ReinUsesLisp 8838f3322c shader/transform_feedback: Expose buffer stride 6 years ago
ReinUsesLisp fb404d9818 vk_shader_decompiler: Use registry for specialization 6 years ago
ReinUsesLisp fcc4b81079 gl_rasterizer: Implement transform feedback bindings 6 years ago
ReinUsesLisp 7e6d501452 gl_shader_decompiler: Decorate output attributes with XFB layout 6 years ago
ReinUsesLisp cb05500d6c shader/transform_feedback: Add host API friendly TFB builder 6 years ago
Nguyen Dac Nam 12b08c1725 nit & remove some optional param 6 years ago
Nguyen Dac Nam 0a64ee04e3 shader_decode: implement XMAD mode CSfu 6 years ago
makigumo 2b56ec192d fix formatting 6 years ago
makigumo f00372cc31 maxwell_to_vk: add vertex format eA2B10G10R10UnormPack32 6 years ago
Nguyen Dac Nam a9e6b48dc0 clang-format 6 years ago
Nguyen Dac Nam be63f9a0a2 Apply suggestions from code review 6 years ago
Nguyen Dac Nam edabb9957a shader_decode: BFE add ref of reverse parallel method. 6 years ago
Nguyen Dac Nam 8b2bc366f8 shader_decode: implement BREV on BFE 6 years ago
Nguyen Dac Nam 3f688622d7 shader_bytecode: update BFE instructions struct. 6 years ago
Nguyen Dac Nam 339b95dfa1 node_helper: add IBitfieldExtract case 6 years ago
Nguyen Dac Nam 86eb7ea0c7 shader_decode: Reimplement BFE instructions 6 years ago
ReinUsesLisp 7fe1da4478 gl_shader_decompiler: Initialize gl_Position on vertex shaders 6 years ago
ReinUsesLisp 2bfe536e83 gl_shader_decompiler: Add missing {} on smem GLSL emission 6 years ago
ReinUsesLisp 25cfbc7786 video_core: Implement RGBA16_SNORM 6 years ago
ReinUsesLisp 9fce105f45 texture_cache: Report incompatible textures as black 6 years ago
ReinUsesLisp 2337a2fdbc texture_cache/surface_params: Force depth=1 on 2D textures 6 years ago
ReinUsesLisp df815e0784 gl_shader_decompiler: Add layer component to texelFetch 6 years ago
Fernando Sahmkow babc572a47 NVFlinger: Do the microprofile Flip after processing a valid frame. 6 years ago
ReinUsesLisp ba8c1c6d1e gl_shader_decompiler: Fix regression in render target declarations 6 years ago
Vitor Kiguchi d28c202e1d framebuffer_layout.h: drop the use of enum for screen dimensions. 6 years ago
ReinUsesLisp 37c5dadbc3 gl_shader_manager: Fix interaction between graphics and compute 6 years ago