Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-26 | GPU: Allow using R16F as a render target format. | Subv | |
2018-07-25 | Merge pull request #827 from lioncash/log | bunnei | |
service/lm: Minor changes | |||
2018-07-25 | Merge pull request #825 from greggameplayer/R16_G16 | bunnei | |
Implement R16_G16 | |||
2018-07-25 | Merge pull request #828 from lioncash/ldr | Sebastian Valle | |
service: Add ldr services | |||
2018-07-25 | Merge pull request #826 from lioncash/erpt | Sebastian Valle | |
service: Add erpt and eupld services | |||
2018-07-25 | Merge pull request #823 from lioncash/nifm | Sebastian Valle | |
service/nifm: Deduplicate interface code | |||
2018-07-25 | service: Add ldr services | Lioncash | |
Adds the skeleton for the ldr-related services based off the information provided on Switch Brew. | |||
2018-07-25 | lm: Move LM's class declaration into the cpp file | Lioncash | |
This isn't used directly outside of this translation unit, so we can hide it from external use. | |||
2018-07-25 | lm: Amend names of Initialize() in Logger and Initialize() in LM | Lioncash | |
Amends these to match the information on Switch Brew. | |||
2018-07-25 | lm: Add missing function entry to Logger's function table | Lioncash | |
2018-07-25 | service: Add eupld services | Lioncash | |
Adds the skeleton for the eupld services based off information on Switch Brew. | |||
2018-07-25 | service: Add the erpt services | Lioncash | |
Adds the basic skeleton of the erpt service based off information on Switch Brew. | |||
2018-07-25 | Merge pull request #824 from lioncash/nvdrv | bunnei | |
service/nvdrv: Minor changes | |||
2018-07-25 | Merge pull request #822 from lioncash/pm | bunnei | |
service: Add pm services | |||
2018-07-26 | Implement R16_G16 | Unknown | |
correct trailing white spaces Delete tabs correct placement Add RG16F & RG16UI & RG16I & RG16S PixelFormats Return correct data according to changes done previously correct PixelFormat declaration correct coding style error correct coding style error part 2 correct RG16S Declaration error correct alignment | |||
2018-07-25 | Merge pull request #820 from lioncash/es | Mat M | |
service: Add the es service | |||
2018-07-25 | Merge pull request #821 from lioncash/wait | Mat M | |
wait_tree: Add missing switch case for WaitTreeThread::GetText() | |||
2018-07-25 | Merge pull request #819 from Subv/srgb | bunnei | |
GPU: Use the right texture format for sRGBA framebuffers. | |||
2018-07-25 | service/nvdrv: Take std::string in Open() by const reference | Lioncash | |
Avoids copies from being made, since the string is only ever used for lookup, the data is never transfered anywhere. Ideally, we'd use a std::string_view here, but devices is a std::unordered_map, not a std::map, so we can't use heterogenous lookup here. | |||
2018-07-25 | service/nvdrv: Use std::move where applicable | Lioncash | |
Avoids unnecessary reference count increments and decrements. In one case, we don't need to make a shared_ptr copy at all, just to call a member function. | |||
2018-07-25 | service/nifm: Deduplicate interface code | Lioncash | |
Rather than having the same code for each nifm service variant, we can centralize it on one class and get rid of a bit of extra code. | |||
2018-07-25 | service: Add pm services | Lioncash | |
Adds the skeleton for the process management services based off information on Switch Brew. | |||
2018-07-25 | wait_tree: Add missing switch case for WaitTreeThread::GetText() | Lioncash | |
We were missing the enum entry for WaitIPC | |||
2018-07-25 | service: Add the es service | Lioncash | |
Adds the skeleton for the ETicket service based off the information on Switch Brew | |||
2018-07-25 | Merge pull request #801 from lioncash/time | Mat M | |
time: Add the time:a service | |||
2018-07-25 | Merge pull request #804 from lioncash/log | Mat M | |
svc: Log parameters in SetMemoryAttribute() | |||
2018-07-25 | time: Add the time:a service | Lioncash | |
Given we already have time:s and time:u, we should also have time:a | |||
2018-07-25 | Merge pull request #803 from MerryMage/core_timing_util | bunnei | |
core_timing: Split off utility functions into core_timing_util | |||
2018-07-25 | Merge pull request #802 from lioncash/unreach | bunnei | |
wait_tree: Silence warning about all code paths not returning a value | |||
2018-07-25 | Merge pull request #800 from lioncash/set | bunnei | |
set_sys: Implement SetColorSetId() | |||
2018-07-25 | GPU: Use the right texture format for sRGBA framebuffers. | Subv | |
2018-07-25 | GPU: Allow the use of Z24S8 as a texture format. | Subv | |
2018-07-25 | Merge pull request #816 from Subv/z32_s8 | bunnei | |
GPU: Implemented the Z32_S8_X24 depth buffer format. | |||
2018-07-25 | Merge pull request #815 from Subv/z32f_tex | bunnei | |
GPU: Allow using Z32 as a texture format. | |||
2018-07-25 | Merge pull request #814 from Subv/rt_r8 | bunnei | |
GPU: Allow the usage of R8 as a render target format. | |||
2018-07-24 | Merge pull request #809 from lioncash/rasterizer | bunnei | |
gl_rasterizer: Minor cleanup | |||
2018-07-24 | Merge pull request #811 from Subv/code_address_assert | bunnei | |
GPU: Remove the assert that required the CODE_ADDRESS to be 0. | |||
2018-07-24 | GPU: Implemented the Z32_S8_X24 depth buffer format. | Subv | |
2018-07-24 | GPU: Allow using Z32 as a texture format. | Subv | |
2018-07-24 | GPU: Allow the usage of R8 as a render target format. | Subv | |
2018-07-24 | Merge pull request #806 from lioncash/friend | bunnei | |
friend: Deduplicate interfaces | |||
2018-07-24 | Merge pull request #810 from Subv/r16 | bunnei | |
GPU: Implemented the R16 and R16F texture formats. | |||
2018-07-24 | Merge pull request #805 from lioncash/sign | bunnei | |
svc: Resolve sign comparison warnings in WaitSynchronization() | |||
2018-07-24 | GPU: Remove the assert that required the CODE_ADDRESS to be 0. | Subv | |
Games usually just leave it at 0 but nouveau sets it to something else. This already works fine, the assert is useless. | |||
2018-07-24 | GPU: Implemented the R16 and R16F texture formats. | Subv | |
2018-07-24 | gl_rasterizer: Replace magic number with GL_INVALID_INDEX in SetupConstBuffers() | Lioncash | |
This is just the named constant that OpenGL provides, so we can use that instead of using a literal -1 | |||
2018-07-24 | gl_rasterizer: Use std::string_view instead of std::string when checking for ↵ | Lioncash | |
extensions We can avoid heap allocations here by just using a std::string_view instead of performing unnecessary copying of the string data. | |||
2018-07-24 | gl_rasterizer: Use in-class member initializers where applicable | Lioncash | |
We can just assign to the members directly in these cases. | |||
2018-07-24 | deconstructed_rom_directory: Remove unused FindRomFS() function | Lioncash | |
2018-07-24 | friend: Add friend:m, friend:s, and friend:v services | Lioncash | |
Given we already have friend:a and friend:u, we should add the remaining services as well. |