aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2019-11-22gl_device: Reserve base bindings on limited devicesReinUsesLisp
2019-11-22gl_state: Skip null texture bindsReinUsesLisp
2019-11-22gl_rasterizer: Disable compute shaders on IntelReinUsesLisp
2019-11-22gl_shader_cache: Hack shared memory sizeReinUsesLisp
2019-11-22gl_shader_decompiler: Normalize image bindingsReinUsesLisp
2019-11-22gl_shader_decompiler: Normalize cbuf bindingsReinUsesLisp
2019-11-22gl_rasterizer: Add missing cbuf counter reset on computeReinUsesLisp
2019-11-22gl_shader_cache: Remove dynamic BaseBinding specializationReinUsesLisp
2019-11-22video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp
2019-11-22gl_rasterizer: Bind graphics images to draw commandsReinUsesLisp
2019-11-22gl_shader_cache: Specialize local memory size for compute shadersReinUsesLisp
2019-11-22gl_shader_cache: Specialize shared memory sizeReinUsesLisp
2019-11-22gl_shader_cache: Specialize shader workgroupReinUsesLisp
2019-11-22shader/texture: Handle TLDS texture type mismatchesReinUsesLisp
2019-11-22shader/texture: Deduce texture buffers from lockerReinUsesLisp
2019-11-19shader/other: Reduce DEPBAR log severityReinUsesLisp
2019-11-19Merge pull request #3086 from ReinUsesLisp/format-lookupsbunnei
2019-11-15Merge pull request #3047 from ReinUsesLisp/clip-controlbunnei
2019-11-14format_lookup_table: Address feedbackReinUsesLisp
2019-11-14texture_cache: Use a table instead of switch for texture formatsReinUsesLisp
2019-11-14texture_cache: Drop abstracted ComponentTypeReinUsesLisp
2019-11-14correct the implementation of RGBA16UIgreggameplayer
2019-11-14Merge pull request #3081 from ReinUsesLisp/fswzadd-shufflesFernando Sahmkow
2019-11-13Merge pull request #3084 from ReinUsesLisp/cast-warningsRodrigo Locatti
2019-11-11video_core: Enable sign conversion warningsRodrigo Locatti
2019-11-09Merge pull request #3082 from ReinUsesLisp/fix-lockersbunnei
2019-11-08video_core: Treat implicit conversions as errorsReinUsesLisp
2019-11-08video_core: Silence implicit conversion warningsReinUsesLisp
2019-11-08Merge pull request #3080 from FernandoS27/glsl-fixbunnei
2019-11-07gl_shader_cache: Fix locker constructorsReinUsesLisp
2019-11-07gl_shader_cache: Enable extensions only when availableReinUsesLisp
2019-11-07gl_shader_decompiler: Add safe fallbacks when ARB_shader_ballot is not availableReinUsesLisp
2019-11-07shader_ir/warp: Implement FSWZADDReinUsesLisp
2019-11-07gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsicsReinUsesLisp
2019-11-07GLSLDecompiler: Correct Texture Gather Offset.Fernando Sahmkow
2019-11-07Merge pull request #3032 from ReinUsesLisp/simplify-control-flow-brxbunnei
2019-11-07buffer_cache: Add missing includes (#3079)Morph
2019-11-07Merge pull request #3070 from ReinUsesLisp/shader-warningsbunnei
2019-11-07gl_rasterizer: Remove front facing hackReinUsesLisp
2019-11-07gl_shader_decompiler: Fix typo "y_negate"->"y_direction"ReinUsesLisp
2019-11-07gl_shader_manager: Remove unused variable in SetFromRegsReinUsesLisp
2019-11-07gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp
2019-11-07shader/control_flow: Specify constness on caller lambdasRodrigo Locatti
2019-11-07shader/control_flow: Use callable template instead of std::functionReinUsesLisp
2019-11-07shader/control_flow: Abstract repeated code chunks in BRX trackingReinUsesLisp
2019-11-07shader/control_flow: Silence Intellisense cast warningsReinUsesLisp
2019-11-07shader/control_flow: Remove brace initializer in std containersReinUsesLisp
2019-11-07shader/decode: Reduce severity of arithmetic rounding warningsReinUsesLisp
2019-11-07shader/arithmetic: Reduce RRO stub severityReinUsesLisp
2019-11-07shader/texture: Remove NODEP warningsReinUsesLisp