Commit Graph

6112 Commits (5ecf152c8ee1bb6f8f050d16dda56c1b115e0ff3)
 

Author SHA1 Message Date
bunnei 5ecf152c8e config: Rename is_docked to use_docked_mode to be consistent with other config bools. 7 years ago
bunnei f1423fcbc1 configure_general: Cleanup naming. 7 years ago
bunnei c97ff4460c qt: Add config option for is_docked. 7 years ago
bunnei 12b05c719e config: Add setting for whether the system is docked or not. 7 years ago
bunnei b4bf099793
Merge pull request #279 from bunnei/tegra-progress-3
Tegra progress 3
7 years ago
bunnei 5e343edc9e renderer_opengl: Use better naming for DrawScreens and DrawSingleScreen. 7 years ago
bunnei d8f745382b graphics_surface: Remove superfluous cast. 7 years ago
bunnei c33abac275 gl_rasterizer: Move code to bind framebuffer surfaces before draw to its own function. 7 years ago
bunnei d30110348b gl_rasterizer: Add a SyncViewport method. 7 years ago
bunnei 67bc2f5ecd gl_rasterizer: Move PrimitiveTopology check to MaxwellToGL. 7 years ago
bunnei 666d53299c graphics_surface: Fix merge conflicts. 7 years ago
bunnei ac19e3d061 gl_rasterizer: Use ReadBlock instead of GetPointer for SetupVertexArray. 7 years ago
bunnei a6cab532f8 gl_rasterizer: Normalize vertex array data as appropriate. 7 years ago
bunnei d4fb8a887c memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock. 7 years ago
bunnei 527ce12ce4 maxwel_to_gl: Fix string formatting in log statements. 7 years ago
bunnei d89bfec5f5 rasterizer: Rename DrawTriangles to DrawArrays. 7 years ago
bunnei 1bfc0dc2db gl_rasterizer: Use passthrough shader for SetupVertexShader. 7 years ago
bunnei 0a5832798a renderer_opengl: Logging, etc. cleanup. 7 years ago
bunnei 7504df52fc renderer_opengl: Remove framebuffer RasterizerFlushVirtualRegion hack. 7 years ago
bunnei c1ccbf332f gl_rasterizer_cache: Implement UpdatePagesCachedCount. 7 years ago
bunnei d732142b66 memory: Add RasterizerMarkRegionCached code and cleanup. 7 years ago
bunnei c2dbdefedf gl_rasterizer: Implement SetupVertexArray. 7 years ago
bunnei cd8bb6ea9b gl_rasterizer_cache: Fix an ASSERT_MSG. 7 years ago
bunnei 4369af6b7e maxwell_to_gl: Add module and function for decoding VertexType. 7 years ago
bunnei 3754e0fdfd maxwell_3d: Use names that match envytools for VertexType. 7 years ago
bunnei 15925b8293 maxwell_3d: Add VertexAttribute struct and cleanup. 7 years ago
bunnei 0ee38e1363 gl_rasterizer: Use 32 texture units instead of 3. 7 years ago
bunnei 0162a2d5cb gl_rasterizer: Implement DrawTriangles. 7 years ago
bunnei 33c0bf9dc5 Maxwell3D: Call AccelerateDrawBatch on DrawArrays. 7 years ago
bunnei ed2134784e gl_rasterizer: Implement AnalyzeVertexArray. 7 years ago
bunnei 8041d72a1f gl_rasterizer_cache: MortonCopy Switch-style. 7 years ago
bunnei 170ac3f9ee gl_rasterizer_cache: Implement GetFramebufferSurfaces. 7 years ago
bunnei 94c70693f9 maxwell: Add RenderTargetFormat enum. 7 years ago
bunnei 1a9df83535 renderer_opengl: Only draw the screen if a framebuffer is specified. 7 years ago
bunnei f934da0e43
Merge pull request #283 from Subv/tsc
GPU: Added sampler information structures (TSC)
7 years ago
bunnei 010ea89013
Merge pull request #102 from N00byKing/master
Implement Pull #3043 from citra: appveyor: Determine dlls to include in package programmatically
7 years ago
Subv 4697025b73 GPU: Load the sampler info (TSC) when retrieving active textures. 7 years ago
Subv 56e2013c1f GPU: Added the TSC structure. It contains information about the sampler. 7 years ago
Subv 6afe9e0105 GPU: Added more fields to the TIC structure. 7 years ago
bunnei 8c8da93693
Merge pull request #280 from bunnei/misc-service-fixes
Minor changes to VI, PL, HID, and AUDREN
7 years ago
bunnei e9315ace9f
Merge pull request #273 from Subv/textures
GPU: Added code to unswizzle textures and ported the surface viewer from citra
7 years ago
bunnei a0933d92fc
Merge pull request #281 from mailwl/sockets-services
Service/sockets: add bsd:s, nsd:a, nsd:u services
7 years ago
mailwl 692639e9b7 Service/sockets: add bsd:s, nsd:a, nsd:u services 7 years ago
bunnei 6f27edccb2 audren_u: Fix GetAudioDevice. 7 years ago
bunnei bde3e667be hid: Stub out SetNpadJoyAssignmentModeDual. 7 years ago
bunnei 868f7f18b9 pl_u: Add RequestLoad. 7 years ago
Subv 0ce52b1da2 GPU: Make the debug_context variable a member of the frontend instead of a global. 7 years ago
Subv 2c785bd06c GPU: Added a function to retrieve the active textures for a shader stage.
TODO: A shader may not use all of these textures at the same time, shader analysis should be performed to determine which textures are actually sampled.
7 years ago
Subv 39e60cfeb1 Frontend: Updated the surface view debug widget to work with Maxwell surfaces. 7 years ago
Subv 025d111308 Frontend: Allow opening the Surface View widget in the Qt frontend. 7 years ago