summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7450 from FernandoS27/ndc-vulkanGravatar liamwhite2022-12-175-4/+47
|\
| * Vulkan: Add support for VK_EXT_depth_clip_control.Gravatar FernandoS272022-12-135-4/+47
* | Remove unimplemented transform feedback geometry spam, it should be implementedGravatar Kelebek12022-12-161-2/+1
* | Merge pull request #9431 from liamwhite/sixty-five-oh-twoGravatar Narr the Reg2022-12-151-1/+2
|\ \
| * | vulkan_common: declare storageBuffer8BitAccessGravatar Liam2022-12-131-1/+2
| |/
* | Merge pull request #7410 from Nefsen402/wayland-fixesGravatar liamwhite2022-12-159-55/+92
|\ \
| * | gl_device: Use a more robust way to use strict context modeGravatar Alexander Orzechowski2022-12-133-8/+7
| * | video_core/vulkan: Explicity check swapchain size when deciding to recreateGravatar Alexander Orzechowski2022-12-133-15/+28
| * | renderer_opengl: refactor context acquireGravatar Liam2022-12-135-36/+61
| |/
* / Fix validation errors on less compatible Intel GPUGravatar yzct123452022-12-125-2/+34
|/
* Merge pull request #9406 from vonchenplus/topologyGravatar bunnei2022-12-124-32/+36
|\
| * video_core: Add vertex_array_instance_* sbubbed called warningGravatar FengChen2022-12-081-0/+5
| * video_core: The draw manager manages whether Clear is required.Gravatar FengChen2022-12-083-10/+9
| * video_core: Adjust topology update logicGravatar FengChen2022-12-082-23/+23
* | Merge pull request #9420 from liamwhite/anisoGravatar Mai2022-12-121-1/+2
|\ \
| * | video_core: fix off by one in anisotropic filtering amountGravatar Liam2022-12-101-1/+2
* | | Merge pull request #9409 from liamwhite/smaa2Gravatar Matías Locatti2022-12-1121-27/+13878
|\ \ \ | |/ / |/| |
| * | video_core: Integrate SMAAGravatar Liam2022-12-0821-27/+13878
| |/
* / Fix compilation errorGravatar Salvage2022-12-091-1/+1
|/
* Merge pull request #9401 from vonchenplus/draw_managerGravatar Fernando S2022-12-0812-267/+341
|\
| * video_core: Implement maxwell3d draw manager and split draw logicGravatar Feng Chen2022-12-0812-267/+341
* | Merge pull request #9365 from liamwhite/valGravatar Morph2022-12-062-1/+3
|\ \
| * | vulkan_common: quiet some validation errorsGravatar Liam2022-11-302-1/+3
* | | Merge pull request #9393 from liamwhite/more-vulkanGravatar Fernando S2022-12-062-1/+9
|\ \ \
| * | | vulkan_common: further initialization tweaksGravatar Liam2022-12-052-1/+9
* | | | Merge pull request #9360 from Kelebek1/R-E-S-P-E-C-TGravatar liamwhite2022-12-051-29/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Respect render mode overrideGravatar Kelebek12022-11-301-29/+39
| |/ /
* | | Merge pull request #6833 from abouvier/unbundleGravatar liamwhite2022-12-051-4/+3
|\ \ \
| * | | cmake: prefer system librariesGravatar Alexandre Bouvier2022-12-041-4/+3
* | | | Vulkan: Implement Alpha coverageGravatar Fernando Sahmkow2022-12-053-2/+6
| |_|/ |/| |
* | | vulkan_common: add feature test for shaderDrawParametersGravatar Liam2022-12-041-1/+13
* | | vulkan_common: clean up extension usageGravatar Liam2022-12-0412-102/+105
* | | vulkan_common: correct usage of timeline semaphore fallbacksGravatar Liam2022-12-041-2/+1
* | | vulkan_common: ensure all mandatory features are tested in feature reportGravatar Liam2022-12-041-1/+24
* | | vulkan_common: unsuffix 16-bit storage feature test structureGravatar Liam2022-12-041-2/+2
* | | vulkan_common: unsuffix timeline semaphore feature test structureGravatar Liam2022-12-041-2/+2
* | | vulkan_common: add logicOp to feature reportGravatar Liam2022-12-041-1/+2
* | | vulkan_common: promote host query reset usage to coreGravatar Liam2022-12-044-11/+12
* | | vulkan_common: promote descriptor update template usage to coreGravatar Liam2022-12-048-37/+36
* | | vulkan_common: promote timeline semaphore usage to coreGravatar Liam2022-12-043-9/+15
|/ /
* | Merge pull request #9374 from liamwhite/externalsGravatar liamwhite2022-12-042-13/+19
|\ \
| * | externals: update dynarmic, SDL2Gravatar Liam2022-12-042-13/+19
* | | Merge pull request #9344 from liamwhite/nullGravatar bunnei2022-12-036-0/+236
|\ \ \ | |/ / |/| |
| * | video_core: add null backendGravatar Liam2022-11-286-0/+236
* | | Merge pull request #9300 from ameerj/pchGravatar liamwhite2022-12-032-0/+11
|\ \ \
| * | | CMake: Consolidate common PCH headersGravatar ameerj2022-11-301-7/+1
| * | | CMake: Use precompiled headersGravatar ameerj2022-11-292-0/+17
| | |/ | |/|
* | | Merge pull request #9289 from liamwhite/fruit-companyGravatar liamwhite2022-12-0328-12/+26
|\ \ \
| * | | general: fix compile for Apple ClangGravatar Liam2022-11-2228-12/+26
* | | | Merge pull request #9353 from vonchenplus/draw_indexedGravatar liamwhite2022-12-032-27/+22
|\ \ \ \