| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #513 from Subv/cache_alignment | 2018-06-04 | 1 | -1/+2 | |
| |\ | | | | | GLCache: Corrected a mismatch between storing compressed sizes and verifying the uncompressed alignment in GetSurface. | ||||
| | * | GLCache: Corrected a mismatch between storing compressed sizes and verifying ↵ | 2018-06-04 | 1 | -1/+2 | |
| | | | | | | | | | the uncompressed alignment in GetSurface. | ||||
| * | | Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511) | 2018-06-04 | 1 | -0/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add some IoctlCommand with their params to nvhost_gpu * fix clang-format * delete trailing whitespace * fix some clang-format * delete one other trailing whitespace * last clang-format fix | ||||
| * | | am: Implement ILibraryAppletAccessor::PopOutData. | 2018-06-03 | 1 | -1/+11 | |
| | | | |||||
| * | | am: ISelfController:LaunchableEvent should be sticky. | 2018-06-03 | 1 | -1/+1 | |
| | | | |||||
| * | | am: Stub out ILibraryAppletAccessor Start and GetResult methods. | 2018-06-03 | 1 | -2/+16 | |
| |/ | |||||
| * | Merge pull request #499 from bunnei/am-stuff | 2018-06-03 | 2 | -66/+105 | |
| |\ | | | | | am: Implement CreateStorage, PushInData, etc. | ||||
| | * | am: Implement ILibraryAppletAccessor::PushInData. | 2018-06-03 | 1 | -43/+55 | |
| | | | |||||
| | * | am: Implement IStorageAccessor::Write. | 2018-06-03 | 1 | -1/+17 | |
| | | | |||||
| | * | am: Cleanup IStorageAccessor::Read. | 2018-06-03 | 1 | -5/+3 | |
| | | | |||||
| | * | am: Implement ILibraryAppletCreator::CreateStorage. | 2018-06-03 | 2 | -21/+34 | |
| | | | |||||
| * | | Merge pull request #500 from Subv/long_queries | 2018-06-03 | 1 | -9/+24 | |
| |\ \ | | | | | | | GPU: Partial implementation of long GPU queries. | ||||
| | * | | GPU: Partial implementation of long GPU queries. | 2018-06-03 | 1 | -9/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Long queries write a 128-bit result value to memory, which consists of a 64 bit query value and a 64 bit timestamp. In this implementation, only select=Zero of the Crop unit is implemented, this writes the query sequence as a 64 bit value, and a 0u64 value for the timestamp, since we emulate an infinitely fast GPU. This specific type was hwtested, but more rigorous tests should be performed in the future for the other types. | ||||
| * | | | gl_shader_decompiler: Implement TEXS component mask. | 2018-06-03 | 2 | -9/+26 | |
| | |/ |/| | |||||
| * | | Merge pull request #494 from bunnei/shader-tex | 2018-06-03 | 2 | -2/+58 | |
| |\ \ | | | | | | | gl_shader_decompiler: Implement TEX, fixes for TEXS. | ||||
| | * | | gl_shader_decompiler: Implement TEX instruction. | 2018-05-31 | 2 | -1/+36 | |
| | | | | |||||
| | * | | gl_shader_decompiler: Support multi-destination for TEXS. | 2018-05-31 | 2 | -2/+23 | |
| | | | | |||||
| * | | | Merge pull request #495 from bunnei/improve-rro | 2018-06-03 | 2 | -9/+18 | |
| |\ \ \ | | | | | | | | | gl_shader_decompiler: Implement RRO as a register move. | ||||
| | * | | | gl_shader_decompiler: Implement RRO as a register move. | 2018-06-03 | 2 | -9/+18 | |
| | |/ / | |||||
| * | | | Merge pull request #484 from mailwl/nvhost-nvdec | 2018-06-03 | 4 | -0/+74 | |
| |\ \ \ | | | | | | | | | Services/nvdrv: add '/dev/nvhost-nvdec' device | ||||
| | * | | | Services/nvdrv: add '/dev/nvhost-nvdec' device | 2018-05-30 | 4 | -0/+74 | |
| | | | | | |||||
| * | | | | Merge pull request #496 from Subv/waitprocesswidekey_timeout | 2018-06-03 | 1 | -2/+5 | |
| |\ \ \ \ | | | | | | | | | | | Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may already have an assigned lock owner. | ||||
| | * | | | | Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may ↵ | 2018-06-02 | 1 | -2/+5 | |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | already have an assigned lock owner. This situation may happen like so: Thread 1 with low priority calls WaitProcessWideKey with timeout. Thread 2 with high priority calls WaitProcessWideKey without timeout. Thread 3 calls SignalProcessWideKey - Thread 2 acquires the lock and awakens. - Thread 1 can't acquire the lock and is put to sleep with the lock owner being Thread 2. Thread 1's timeout expires, with the lock owner still being set to Thread 2. | ||||
| * / | | | GPU: Implemented the DXN1 (BC4) texture format. | 2018-06-02 | 3 | -3/+16 | |
| |/ / / | |||||
| * | / | Service/time: implement posix time to calendar conversion | 2018-06-01 | 2 | -14/+72 | |
| | |/ |/| | |||||
| * | | Merge pull request #488 from Subv/thread_masks | 2018-05-31 | 3 | -4/+31 | |
| |\ \ | | | | | | | Kernel/SVC: Corrected the behavior of svcSetThreadCoreMask for core values -2 and -3. | ||||
| | * | | Kernel/Thread: Corrected a typo that caused the affinity mask to never be ↵ | 2018-05-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | changed. | ||||
| | * | | Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask. | 2018-05-30 | 2 | -1/+28 | |
| | | | | | | | | | | | | | Also added some proper error handling. | ||||
| | * | | Kernel/Thread: Corrected a typo in an assert about the processor id. | 2018-05-30 | 1 | -1/+1 | |
| | | | | |||||
| * | | | gl_rasterizer_cache: Assert that component type is UNorm or format is RGBA16F. | 2018-05-30 | 1 | -1/+2 | |
| | | | | |||||
| * | | | gl_rasterizer_cache: Implement PixelFormat RGBA16F. | 2018-05-30 | 3 | -6/+22 | |
| | | | | |||||
| * | | | Merge pull request #489 from Subv/vertexid | 2018-05-30 | 2 | -1/+11 | |
| |\ \ \ | | | | | | | | | Shaders: Implemented reading the gl_InstanceID and gl_VertexID variables in the vertex shader. | ||||
| | * | | | Shaders: Implemented reading the gl_InstanceID and gl_VertexID variables in ↵ | 2018-05-30 | 2 | -1/+11 | |
| | |/ / | | | | | | | | | | the vertex shader. | ||||
| * | | | add IPC CommandType & Some HID FunctionInfo (#487) | 2018-05-30 | 2 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add some CommandType * add some hid FunctionInfo * add some other HID FunctionInfo * delete non useful comments | ||||
| * | | | Merge pull request #483 from bunnei/sonic | 2018-05-30 | 5 | -10/+35 | |
| |\ \ \ | |_|/ |/| | | Several GPU fixes to boot Sonic Mania | ||||
| | * | | gl_shader_decompiler: F2F_R instruction: Implement abs. | 2018-05-29 | 1 | -1/+7 | |
| | | | | |||||
| | * | | gl_shader_decompiler: Partially implement F2F_R instruction. | 2018-05-29 | 2 | -4/+9 | |
| | | | | |||||
| | * | | nvhost_ctrl: Stub out IocCtrlEventRegister. | 2018-05-29 | 2 | -0/+10 | |
| | | | | |||||
| | * | | nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand. | 2018-05-29 | 2 | -5/+9 | |
| | | | | |||||
| | * | | gl_rasterize_cache: Invert order of tex format RGB565. | 2018-05-29 | 1 | -1/+1 | |
| | |/ | |||||
| * / | GPU: Implemented the R8 texture format (0x1D) | 2018-05-29 | 3 | -5/+18 | |
| |/ | |||||
| * | Merge pull request #480 from mailwl/bcat | 2018-05-29 | 8 | -0/+120 | |
| |\ | | | | | Service/BCAT: add module and services | ||||
| | * | Service/BCAT: add module and services | 2018-05-28 | 8 | -0/+120 | |
| | | | |||||
| * | | add all the known TextureFormat (#474) | 2018-05-28 | 1 | -2/+71 | |
| |/ | |||||
| * | Merge pull request #472 from bunnei/greater-equal | 2018-05-27 | 1 | -4/+3 | |
| |\ | | | | | gl_shader_decompiler: Implement GetPredicateComparison GreaterEqual. | ||||
| | * | gl_shader_decompiler: Implement GetPredicateComparison GreaterEqual. | 2018-05-25 | 1 | -4/+3 | |
| | | | |||||
| * | | Merge pull request #476 from Subv/a1bgr5 | 2018-05-27 | 4 | -5/+21 | |
| |\ \ | | | | | | | GPU: Implemented the A1B5G5R5 texture format (0x14) | ||||
| | * | | GPU: Implemented the A1B5G5R5 texture format (0x14) | 2018-05-27 | 4 | -5/+21 | |
| | |/ | |||||
| * | | Merge pull request #475 from ogniK5377/nvos-getconfig | 2018-05-27 | 1 | -1/+1 | |
| |\ \ | | | | | | | NvOsGetConfigU32 should return null instead of 0 for default output value | ||||
| | * | | NvOsGetConfigU32 should return null instead of 0 for default output | 2018-05-26 | 1 | -1/+1 | |
| | |/ | |||||