summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11810 from liamwhite/clang-17Gravatar liamwhite2023-10-181-1/+1
|\
| * general: fix build failure on clang 17Gravatar Liam2023-10-171-1/+1
* | Merge pull request #11795 from Squall-Leonhart/D32FToOtherGravatar liamwhite2023-10-186-1/+51
|\ \ | |/ |/|
| * Changes based on hardware testsGravatar Squall-Leonhart2023-10-176-37/+5
| * Make Clang happy.Gravatar Squall Leonhart2023-10-171-1/+1
| * Added missing BuildShader lineGravatar Squall Leonhart2023-10-171-0/+1
| * added missing trailing line.Gravatar Squall Leonhart2023-10-161-1/+1
| * meant to add the unorms as wellGravatar Squall Leonhart2023-10-161-1/+3
| * use texelfetch instead of texturelodGravatar Squall-Leonhart2023-10-162-2/+2
| * appease the format godsGravatar Squall Leonhart2023-10-161-1/+1
| * Another missing copy connected to Bravely Default IIGravatar Squall-Leonhart2023-10-165-0/+35
| * missed this line when editing the copypastaGravatar Squall-Leonhart2023-10-151-1/+1
| * moved line to appease the format godsGravatar Squall-Leonhart2023-10-151-1/+1
| * Implement missing formats for Bravely Default 2Gravatar Squall-Leonhart2023-10-155-0/+44
* | Merge pull request #11747 from Kelebek1/image_alias_sample_namesGravatar liamwhite2023-10-174-4/+9
|\ \
| * | Get out of render pass before query barriers, fix image names with samples > ...Gravatar Kelebek12023-10-114-4/+9
* | | Merge pull request #11349 from vonchenplus/buffer_cache_crashGravatar liamwhite2023-10-174-8/+25
|\ \ \
| * | | video_core: Fix d24r8/s8d24 convert shader build error in moltenvkGravatar Feng Chen2023-09-072-8/+8
| * | | video_core: Add missing scissor update when viewport scale offset disableGravatar Feng Chen2023-09-071-0/+13
| * | | video_core: set vertex buffer num to 16, because mvk have when using more tha...Gravatar Feng Chen2023-08-231-0/+4
* | | | Merge pull request #11788 from Squall-Leonhart/IFREMOVEDGravatar Fernando S2023-10-171-2/+9
|\ \ \ \
| * | | | brings back the removed If statement and adds the num_level testGravatar Squall Leonhart2023-10-151-2/+9
* | | | | host1x/codecs: enable CUDA on LinuxGravatar Valeri2023-10-141-10/+0
* | | | | Implement vertex array first and subsequent drawsGravatar Kelebek12023-10-142-1/+25
* | | | | Merge pull request #11751 from Kelebek1/transition_msaa_imageGravatar liamwhite2023-10-124-0/+33
|\ \ \ \ \
| * | | | | Transition MSAA images to general layout without uploading dataGravatar Kelebek12023-10-114-0/+33
| | |_|/ / | |/| | |
* | | | | Merge pull request #11744 from Kelebek1/no_res_no_rescaledGravatar liamwhite2023-10-112-14/+16
|\ \ \ \ \
| * | | | | Do not set rescaled flag when rescaling is disabledGravatar Kelebek12023-10-112-14/+16
* | | | | | Merge pull request #11734 from Kelebek1/device_local_buffer_allocGravatar liamwhite2023-10-111-4/+4
|\ \ \ \ \ \
| * | | | | | Not not allocate DeviceLocal buffers as mappedGravatar Kelebek12023-10-101-4/+4
| |/ / / / /
* | | | | | Merge pull request #11683 from Kelebek1/do_not_sync_on_written_bufferGravatar liamwhite2023-10-111-22/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Mark a buffer GPU modified after the buffers are confirmed, do not double syn...Gravatar Kelebek12023-10-051-22/+24
* | | | | | Merge pull request #11743 from Squall-Leonhart/IFREMOVEDGravatar Fernando S2023-10-111-2/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fix mistaken usage of info.block instead of level_info.blockGravatar Squall-Leonhart2023-10-111-2/+2
* | | | | | Merge pull request #11534 from Squall-Leonhart/IFREMOVEDGravatar liamwhite2023-10-101-21/+20
|\| | | | | | |_|/ / / |/| | | |
| * | | | Reuse part of my previous idea to to use num_levels to check within AdjustMip...Gravatar Squall-Leonhart2023-09-201-14/+20
| * | | | Partial revert of #10433Gravatar Squall Leonhart2023-09-181-9/+2
* | | | | add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup tableGravatar Squall Leonhart2023-10-091-0/+2
* | | | | Merge pull request #11656 from liamwhite/recreate-surface-automaticallyGravatar liamwhite2023-10-075-51/+36
|\ \ \ \ \
| * | | | | vk_present_manager: recreate surface on any surface lossGravatar Liam2023-10-025-51/+36
* | | | | | Merge pull request #11677 from Squall-Leonhart/D32FTOABGR8Gravatar liamwhite2023-10-075-0/+31
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | update shader to confirmed format copyGravatar Squall Leonhart2023-10-071-1/+1
| * | | | | lets not convert depth to greyscale since this makes the exhaust and tire smo...Gravatar Squall-Leonhart2023-10-051-1/+1
| * | | | | Fix CI Formatting checkGravatar Squall-Leonhart2023-10-041-2/+2
| * | | | | Implements D32_Float to A8B8G8R8_UNORM format copyGravatar Squall-Leonhart2023-10-045-0/+31
| |/ / / /
* | | | | Merge pull request #11630 from Kelebek1/clear_stencil_requires_depth_testGravatar liamwhite2023-10-072-2/+5
|\ \ \ \ \
| * | | | | Enable depth test on stencil clear pathGravatar Kelebek12023-09-282-2/+5
* | | | | | Merge pull request #11544 from Kelebek1/reduce_stream_buffer_renderdocGravatar liamwhite2023-10-074-14/+59
|\ \ \ \ \ \
| * | | | | | Allow GPUs without rebar to open multiple RenderDoc capturesGravatar Kelebek12023-10-064-14/+59
| |/ / / / /
* | | | | | Merge pull request #11688 from Kelebek1/x8d42Gravatar liamwhite2023-10-0710-2/+21
|\ \ \ \ \ \