aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines/maxwell_3d.cpp
AgeCommit message (Expand)Author
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
2019-09-10renderer_opengl: Fix sRGB blitsReinUsesLisp
2019-09-04Revert "Revert #2466" and stub FirmwareCall 4ReinUsesLisp
2019-09-04maxwell_3d: Avoid moving macro_paramsReinUsesLisp
2019-09-01maxwell_3d: Fix macro binding cursorReinUsesLisp
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti
2019-07-26Merge pull request #2592 from FernandoS27/sync1bunnei
2019-07-24Merge pull request #2704 from FernandoS27/conditionalbunnei
2019-07-20Maxwell3D: Reorganize and address feedbackFernando Sahmkow
2019-07-17Maxwell3D: Address FeedbackFernando Sahmkow
2019-07-17GL_Rasterizer: Corrections to Clearing.Fernando Sahmkow
2019-07-17Maxwell3D: Correct marking dirtiness on CB uploadFernando Sahmkow
2019-07-17GL_Rasterizer: Rework RenderTarget/DepthBuffer clearingFernando Sahmkow
2019-07-17Maxwell3D: Implement State Dirty Flags.Fernando Sahmkow
2019-07-17Maxwell3D: Rework CBData UploadFernando Sahmkow
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow
2019-07-17maxwell3d: Implement Conditional RenderingFernando Sahmkow
2019-07-05video_core: Implement GPU side SyncpointsFernando Sahmkow
2019-06-20maxwell_3d: Partially implement texture buffers as 1D texturesReinUsesLisp
2019-06-07video_core/engines: Move ConstBufferInfo out of Maxwell3DReinUsesLisp
2019-05-19Merge pull request #2472 from FernandoS27/ticHexagon12
2019-05-14maxwell_3d: reduce sevirity of different component formats assert.Fernando Sahmkow
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-04-23Corrections and stylingFernando Sahmkow