summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | renderer_opengl: Only draw the screen if a framebuffer is specified.Gravatar bunnei2018-03-261-6/+7
* | | | | GPU: Load the sampler info (TSC) when retrieving active textures.Gravatar Subv2018-03-262-21/+67
* | | | | GPU: Added the TSC structure. It contains information about the sampler.Gravatar Subv2018-03-261-0/+50
* | | | | GPU: Added more fields to the TIC structure.Gravatar Subv2018-03-261-4/+30
|/ / / /
* | | | Merge pull request #280 from bunnei/misc-service-fixesGravatar bunnei2018-03-255-8/+66
|\ \ \ \
| * | | | audren_u: Fix GetAudioDevice.Gravatar bunnei2018-03-252-7/+48
| * | | | hid: Stub out SetNpadJoyAssignmentModeDual.Gravatar bunnei2018-03-251-1/+7
| * | | | pl_u: Add RequestLoad.Gravatar bunnei2018-03-252-0/+11
* | | | | Merge pull request #273 from Subv/texturesGravatar bunnei2018-03-2521-10/+1464
|\ \ \ \ \
| * | | | | GPU: Make the debug_context variable a member of the frontend instead of a gl...Gravatar Subv2018-03-247-19/+40
| * | | | | GPU: Added a function to retrieve the active textures for a shader stage.Gravatar Subv2018-03-242-50/+59
| * | | | | Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Gravatar Subv2018-03-243-19/+38
| * | | | | Frontend: Allow opening the Surface View widget in the Qt frontend.Gravatar Subv2018-03-242-0/+8
| * | | | | GPU: Implement the Incoming/FinishedPrimitiveBatch debug breakpoints.Gravatar Subv2018-03-241-0/+7
| * | | | | GPU: Implement the MaxwellCommandLoaded/Processed debug breakpoints.Gravatar Subv2018-03-241-0/+10
| * | | | | Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Gravatar Subv2018-03-2415-4/+1155
| * | | | | GPU: Added a method to unswizzle a texture without decoding it.Gravatar Subv2018-03-244-5/+95
| * | | | | GPU: Preliminary work for texture decoding.Gravatar Subv2018-03-245-0/+139
| |/ / / /
* / / / / Service/sockets: add bsd:s, nsd:a, nsd:u servicesGravatar mailwl2018-03-258-32/+96
|/ / / /
* | | | arm_dynarmic: Fix timingGravatar MerryMage2018-03-241-7/+3
* | | | GPU: Added viewport registers to Maxwell3D's reg structure.Gravatar Subv2018-03-241-1/+18
* | | | Merge pull request #265 from bunnei/tegra-progress-2Gravatar bunnei2018-03-2317-296/+591
|\ \ \ \
| * | | | gl_rasterizer: Fake render in green, because it's cooler.Gravatar bunnei2018-03-231-1/+1
| * | | | gl_rasterizer: Log warning instead of sync'ing unimplemented funcs.Gravatar bunnei2018-03-231-7/+1
| * | | | gl_rasterizer_cache: Add missing include for vm_manager.Gravatar bunnei2018-03-231-0/+1
| * | | | renderer_opengl: Only invalidate the framebuffer region, not flush.Gravatar bunnei2018-03-231-4/+3
| * | | | renderer_opengl: Fixes for properly flushing & rendering the framebuffer.Gravatar bunnei2018-03-232-12/+12
| * | | | memory: Fix typo in RasterizerFlushVirtualRegion.Gravatar bunnei2018-03-231-3/+3
| * | | | RasterizerCacheOpenGL: FlushAll should flush full memory region.Gravatar bunnei2018-03-231-1/+1
| * | | | memory: RasterizerFlushVirtualRegion should also check process image region.Gravatar bunnei2018-03-231-0/+1
| * | | | rasterizer: Flush and invalidate regions should be 64-bit.Gravatar bunnei2018-03-235-12/+12
| * | | | renderer_opengl: Add framebuffer_transform_flags member variable.Gravatar bunnei2018-03-231-2/+2
| * | | | renderer_opengl: Better handling of framebuffer transform flags.Gravatar bunnei2018-03-234-6/+23
| * | | | renderer_opengl: Use accelerated framebuffer load with LoadFBToScreenInfo.Gravatar bunnei2018-03-221-31/+25
| * | | | nvdisp_disp0: Always flush and invalidate framebuffer region.Gravatar bunnei2018-03-221-0/+7
| * | | | gl_rasterizer: Implement AccelerateDisplay method from Citra.Gravatar bunnei2018-03-222-2/+44
| * | | | LoadGLBuffer: Use bytes_per_pixel, not bits.Gravatar bunnei2018-03-221-1/+2
| * | | | memory: Port RasterizerFlushVirtualRegion from Citra.Gravatar bunnei2018-03-222-1/+58
| * | | | gl_rasterizer_cache: LoadGLBuffer should do a morton copy.Gravatar bunnei2018-03-221-16/+5
| * | | | video_core: Move MortonCopyPixels128 to utils header.Gravatar bunnei2018-03-222-111/+113
| * | | | video_core: Remove usage of PAddr and replace with VAddr.Gravatar bunnei2018-03-225-39/+39
| * | | | video_core: Move FramebufferInfo to FramebufferConfig in GPU.Gravatar bunnei2018-03-228-69/+77
| * | | | gl_rasterizer: Replace a bunch of UNIMPLEMENTED with ASSERT.Gravatar bunnei2018-03-222-20/+20
| * | | | gl_rasterizer: Add a simple passthrough shader in lieu of shader generation.Gravatar bunnei2018-03-222-5/+68
| * | | | gpu: Expose Maxwell3D engine.Gravatar bunnei2018-03-221-0/+4
| * | | | maxwell_3d: Add some format decodings and string helper functions.Gravatar bunnei2018-03-221-3/+107
| * | | | renderer: Create rasterizer and cleanup.Gravatar bunnei2018-03-224-4/+16
* | | | | Merge pull request #255 from Subv/sd_cardGravatar bunnei2018-03-2312-48/+329
|\ \ \ \ \
| * | | | | FS: Move the file open mode calculation to a separate function.Gravatar Subv2018-03-231-7/+14
| * | | | | FS: Implemented IFileSystem::CreateDirectory.Gravatar Subv2018-03-216-7/+29