aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines/maxwell_3d.cpp
AgeCommit message (Expand)Author
2020-04-22FenceManager: Manage syncpoints and rename fences to semaphores.Fernando Sahmkow
2020-04-22Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan.Fernando Sahmkow
2020-04-22GPU: Fix rebase errors.Fernando Sahmkow
2020-04-22OpenGL: Implement Fencing backend.Fernando Sahmkow
2020-04-22GPU: Delay Fences.Fernando Sahmkow
2020-04-22GPU: Refactor synchronization on Async GPUFernando Sahmkow
2020-04-16maxwell_3d: Initialize format attributes constant as oneReinUsesLisp
2020-03-22apply replay logic to all writes. remove replay from MacroInterpreter::Send (...namkazy
2020-03-22maxwell_3d: init shadow_statenamkazy
2020-03-22maxwell_3d: this seem more correct.namkazy
2020-03-22maxwell_3d: update comments for shadow ram usagenamkazy
2020-03-22maxwell_3d: track shadow ram ctrl and hw reg valueNguyen Dac Nam
2020-03-09const_buffer_engine_interface: Store component typesReinUsesLisp
2020-02-28maxwell_3d: Flatten cull and front face registersReinUsesLisp
2020-02-28video_core: Reintroduce dirty flags infrastructureReinUsesLisp
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp
2020-02-19Merge pull request #3414 from ReinUsesLisp/maxwell-3d-drawbunnei
2020-02-14maxwell_3d: Unify draw methodsReinUsesLisp
2020-02-14gl_query_cache: Optimize query cacheReinUsesLisp
2020-02-14gl_query_cache: Implement host queries using a deferred cacheReinUsesLisp
2020-02-14maxwell_3d: Slow implementation of passed samples (query 21)ReinUsesLisp
2020-02-13GPU: Address Feedback.Fernando Sahmkow
2020-02-10GPU: Implement GPU Clock correctly.Fernando Sahmkow
2020-02-10Maxwell3D: Correct query reporting.Fernando Sahmkow
2020-01-24Shader_IR: Allow constant access of guest driver.Fernando Sahmkow
2020-01-24GPU: Implement guest driver profile and deduce texture handler sizes.Fernando Sahmkow
2020-01-18vk_graphics_pipeline: Set front facing properlyReinUsesLisp
2020-01-02yuzu: Remove Maxwell debuggerReinUsesLisp
2019-12-18gl_rasterizer: Implement RASTERIZE_ENABLEReinUsesLisp
2019-11-22video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp
2019-11-14texture_cache: Use a table instead of switch for texture formatsReinUsesLisp
2019-11-08video_core: Silence implicit conversion warningsReinUsesLisp
2019-10-28maxwell_3d/kepler_compute: Remove unused arguments in GetTextureReinUsesLisp
2019-10-28video_core/textures: Remove unused index entry in FullTextureInfoReinUsesLisp
2019-10-28maxwell_3d: Remove unused method GetStageTexturesReinUsesLisp
2019-10-27maxwell_3d: Silence implicit conversion warningsReinUsesLisp
2019-10-25Shader_IR: allow lookup of texture samplers within the shader_ir for instruct...Fernando Sahmkow
2019-10-25VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...Fernando Sahmkow
2019-10-20maxwell_3d: Reduce FlushMMEInlineDraw logging to TraceReinUsesLisp
2019-10-15maxwell_3d: Silence truncation warningsLioncash
2019-10-05maxwell_3d: Add dirty flags for depth bounds valuesReinUsesLisp
2019-09-22Merge pull request #2870 from FernandoS27/multi-drawDavid
2019-09-22Maxwell3D: Corrections and refactors to MME instance refactorFernando Sahmkow
2019-09-21Mark DrawArrays as LOG_TRACEDavid Marcec
2019-09-19Rasterizer: Refactor and simplify DrawBatch Interface.Fernando Sahmkow
2019-09-19VideoCore: Corrections to the MME Inliner and removal of hacky instance manag...Fernando Sahmkow
2019-09-19Video Core: initial Implementation of InstanceDraw PackagingFernando Sahmkow
2019-09-15Merge pull request #2851 from ReinUsesLisp/srgbFernando Sahmkow
2019-09-15Merge pull request #2824 from ReinUsesLisp/mmeFernando Sahmkow
2019-09-14maxwell_3d: Update firmware 4 call stub commentaryRodrigo Locatti