summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-07-22gl_shader_cache: Conditionally use viewport maskReinUsesLisp
2021-07-22gl_shader_cache,glasm: Conditionally use typeless image reads extensionReinUsesLisp
2021-07-22gl_shader_cache: Improve GLASM error print logicReinUsesLisp
2021-07-22glasm: Implement forced early ZReinUsesLisp
2021-07-22glasm: Set transform feedback stateReinUsesLisp
2021-07-22video_core: Abstract transform feedback translation utilityReinUsesLisp
2021-07-22glasm: Simplify patch readsReinUsesLisp
2021-07-22glasm: Fix output patch readsReinUsesLisp
With this, Luigi's Mansion's sand renders properly.
2021-07-22gl_shader_cache: Pass shader runtime informationReinUsesLisp
2021-07-22shader: Split profile and runtime information in separate structsReinUsesLisp
2021-07-22emit_glasm_context_get_and_set.cpp: Add missing semicolonsameerj
2021-07-22glasm: Fix patch attribute declarationsReinUsesLisp
2021-07-22glasm: Implement FSWZADDameerj
2021-07-22glasm: Implement PrimitiveId attribute readReinUsesLisp
2021-07-22glasm: Implement clip distance storesReinUsesLisp
2021-07-22glasm: Fix tessellation input attributesReinUsesLisp
2021-07-22glasm: Add missing semicolon on tesscoord readingReinUsesLisp
2021-07-22glasm: Fix tessellation headersReinUsesLisp
2021-07-22glasm: Add tessellation shader declarationsReinUsesLisp
2021-07-22glasm: Implement TessellationEvaluationPointReinUsesLisp
2021-07-22gl_shader_manager: Zero initialize current assembly programsReinUsesLisp
2021-07-22gl_shader_manager: Remove unintentionally committed #pragmaReinUsesLisp
2021-07-22glasm: Implement patch memoryReinUsesLisp
2021-07-22glasm: Fix InvocationId declarationReinUsesLisp
2021-07-22glasm: Implement InvocationIdReinUsesLisp
2021-07-22glasm: Optimize EmitVertex into EMITReinUsesLisp
2021-07-22glasm: Implement geometry shader attribute readsReinUsesLisp
2021-07-22glasm: Properly declare attributes on geometry programsReinUsesLisp
2021-07-22glasm: Declare geometry program headersReinUsesLisp
2021-07-22renderer_opengl: State track compute assembly programsReinUsesLisp
2021-07-22renderer_opengl: State track assembly programsReinUsesLisp
2021-07-22glasm: Fix potential aliasing bug on cube array samplesReinUsesLisp
2021-07-22glasm: Implement ImageWriteReinUsesLisp
2021-07-22glasm: Implement ImageReadReinUsesLisp
2021-07-22glasm: Implement EmitVertex and EndPrimitiveReinUsesLisp
2021-07-22glasm: Implement ImageGradientReinUsesLisp
2021-07-22glasm: Implement 64-bit shiftsReinUsesLisp
2021-07-22glasm: Implement barriersReinUsesLisp
2021-07-22glasm: Fix compute stage nameReinUsesLisp
2021-07-22glasm: Fix phi instruction typesReinUsesLisp
2021-07-22glasm: Implement PREC on relevant instructionsReinUsesLisp
2021-07-22glasm: Implement stores to gl_ViewportIndexReinUsesLisp
2021-07-22glasm: Implement gl_PointSize storesReinUsesLisp
2021-07-22glasm: Implement gl_PointCoordReinUsesLisp
2021-07-22glasm: Implement ImageQueryLodReinUsesLisp
2021-07-22glasm: Implement ImageFetchReinUsesLisp
2021-07-22glasm: Implement IADD.CCameerj
2021-07-22glasm: Implement BFE.CCReinUsesLisp
2021-07-22glasm: Implement SelectU1ReinUsesLisp
2021-07-22HACK: Bind stages before and after bindingsReinUsesLisp
Works around a bug where program parameters are only applied to the current stage, and this one wasn't bound at the moment. Affects all SSBO usages on GLASM.