aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines
AgeCommit message (Expand)Author
2019-05-14video_core/engines/engine_upload: Default destructor in the cpp fileLioncash
2019-05-14video_core/engines/engine_upload: Remove unnecessary const on parameters in f...Lioncash
2019-05-14video_core/engines/engine_upload: Remove unnecessary includesLioncash
2019-05-14video_core/engines/maxwell3d: Get rid of three magic values in CallMethod()Lioncash
2019-05-14video_core/engines/maxwell_3d: Simplify for loops into ranged for loops withi...Lioncash
2019-05-14video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for RegsLioncash
2019-05-09Merge pull request #2429 from FernandoS27/computebunnei
2019-05-02shader_ir/other: Implement IPA.IDXReinUsesLisp
2019-05-02shader_ir/memory: Implement physical input attributesReinUsesLisp
2019-05-02gl_shader_decompiler: Declare all possible varyings on physical attribute usageReinUsesLisp
2019-05-02shader_bytecode: Add AL2P decodingReinUsesLisp
2019-05-01Refactors and name corrections.Fernando Sahmkow
2019-04-28Merge pull request #2322 from ReinUsesLisp/wswitchbunnei
2019-04-23Fixes and Corrections to DMA EngineFernando Sahmkow
2019-04-23Add Swizzle Parameters to the DMA engineFernando Sahmkow
2019-04-23Add Documentation Headers to all the GPU EnginesFernando Sahmkow
2019-04-23Corrections and stylingFernando Sahmkow
2019-04-22Implement Maxwell3D Data UploadFernando Sahmkow
2019-04-22Introduce skeleton of the GPU Compute Engine.Fernando Sahmkow
2019-04-22Revamp Kepler Memory to use a subegine to manage uploadsFernando Sahmkow
2019-04-22Merge pull request #2411 from FernandoS27/unsafe-gpubunnei
2019-04-22Merge pull request #2400 from FernandoS27/corret-kepler-membunnei
2019-04-20Merge pull request #2407 from FernandoS27/f2fbunnei
2019-04-18video_core: Silent -Wswitch warningsReinUsesLisp
2019-04-17Merge pull request #2348 from FernandoS27/guest-bindlessbunnei
2019-04-16Merge pull request #2315 from ReinUsesLisp/severity-decompilerbunnei
2019-04-15Use ReadBlockUnsafe on TIC and TSC readingFernando Sahmkow
2019-04-15Use WriteBlock and ReadBlock.Fernando Sahmkow
2019-04-15Implement Block Linear copies in Kepler Memory.Fernando Sahmkow
2019-04-15Do some corrections in conversion shader instructions.Fernando Sahmkow
2019-04-15Correct Kepler Memory on Linear Pushes.Fernando Sahmkow
2019-04-14shader_ir: Implement STG, keep track of global memory usage and flushReinUsesLisp
2019-04-09Merge pull request #2366 from FernandoS27/xmad-fixbunnei
2019-04-08Correct LOP_IMN encodingFernando Sahmkow
2019-04-08Correct XMAD mode, psl and high_b on different encodings.Fernando Sahmkow
2019-04-08Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format.Fernando Sahmkow
2019-04-08Implement TXQ_BFernando Sahmkow
2019-04-08Corrections to TEX_BFernando Sahmkow
2019-04-08Implement Bindless Handling on SetupTextureFernando Sahmkow
2019-04-08Implement Bindless Samplers and TEX_B in the IR.Fernando Sahmkow
2019-04-06maxwell_3d: Reduce severity of ProcessSyncPointReinUsesLisp
2019-04-05Merge pull request #2317 from FernandoS27/syncbunnei
2019-04-05Implement SyncPoint Register in the GPU.Fernando Sahmkow
2019-04-05video_core/engines: Make memory manager members privateLioncash
2019-04-05video_core/engines: Remove unnecessary inclusions where applicableLioncash
2019-04-03shader_ir/memory: Reduce severity of LD_L cache management and log itReinUsesLisp
2019-04-03shader_ir/memory: Reduce severity of ST_L cache management and log itReinUsesLisp
2019-03-20maxwell_dma: Check for valid source in destination before copy.bunnei
2019-03-20gpu: Rewrite virtual memory manager using PageTable.bunnei
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei