summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1018 from Subv/ssy_syncGravatar bunnei2018-08-112-8/+38
|\
| * GPU/Shader: Don't predicate instructions that don't have a predicate field (S...Gravatar Subv2018-08-112-2/+13
| * GPU/Shaders: Implemented SSY and SYNC as a way to modify control flow during ...Gravatar Subv2018-08-111-6/+25
* | Merge pull request #1016 from lioncash/videoGravatar bunnei2018-08-118-35/+44
|\ \
| * | video_core; Get rid of global g_toggle_framelimit_enabled variableGravatar Lioncash2018-08-108-30/+44
| * | renderer_base: Remove unused kFramebuffer enumerationGravatar Lioncash2018-08-101-3/+0
| * | video_core: Remove unused Renderer enumerationGravatar Lioncash2018-08-101-2/+0
* | | Merge pull request #1003 from lioncash/varGravatar bunnei2018-08-112-4/+2
|\ \ \
| * | | video_core: Use variable template variants of type_traits interfaces where ap...Gravatar Lioncash2018-08-092-4/+2
* | | | Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R1...Gravatar greggameplayer2018-08-114-19/+92
| |_|/ |/| |
* | | qt/game_list: Resolve truncation warning within GameListItemPath's constructorGravatar Lioncash2018-08-101-4/+4
* | | gt/game_list: Use std::array in GameListItemPath's data() functionGravatar Lioncash2018-08-101-7/+8
* | | qt/game_list: Remove redundant base class constructor from initializer listGravatar Lioncash2018-08-101-3/+1
| |/ |/|
* | maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8.Gravatar bunnei2018-08-101-0/+1
* | maxwell_to_gl: Implement VertexAttribute::Size::Size_32_32_32.Gravatar bunnei2018-08-101-0/+2
* | Merge pull request #1004 from lioncash/unusedGravatar bunnei2018-08-103-8/+6
|\ \
| * | gl_rasterizer_cache: Remove unused viewport parameter of GetFramebufferSurfac...Gravatar Lioncash2018-08-093-8/+6
| |/
* | Merge pull request #1008 from yuzu-emu/revert-697-disable-depth-cullGravatar bunnei2018-08-101-3/+1
|\ \
| * | Revert "gl_state: Temporarily disable culling and depth test."Gravatar bunnei2018-08-101-3/+1
* | | textures: Refactor out for Texture/Depth FormatFromPixelFormat.Gravatar bunnei2018-08-095-181/+31
|/ /
* | Merge pull request #995 from bunnei/gl-buff-boundsGravatar bunnei2018-08-091-10/+12
|\ \ | |/ |/|
| * gl_rasterizer_cache: Add bounds checking for gl_buffer copies.Gravatar bunnei2018-08-091-10/+12
* | Merge pull request #997 from lioncash/const-funcGravatar bunnei2018-08-094-4/+4
|\ \
| * | buffer_queue: Make reference parameter of SetPreallocatedBuffer constGravatar Lioncash2018-08-092-2/+2
| * | hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter constGravatar Lioncash2018-08-092-2/+2
* | | Merge pull request #989 from lioncash/logGravatar bunnei2018-08-092-0/+16
|\ \ \
| * | | common/logging: Add missing service log categoriesGravatar Lioncash2018-08-082-0/+16
* | | | Merge pull request #990 from lioncash/entryGravatar bunnei2018-08-092-9/+12
|\ \ \ \
| * | | | fsp_srv: Use std::string_view's copy() function instead of strncpy()Gravatar Lioncash2018-08-082-8/+10
| * | | | fsp_srv: Emplace entries first when building index instead of emplacing lastGravatar Lioncash2018-08-081-2/+3
| |/ / /
* | | | Merge pull request #1001 from lioncash/reserveGravatar bunnei2018-08-091-0/+2
|\ \ \ \
| * | | | gl_shader_decompiler: Reserve element memory beforehand in BuildRegisterList()Gravatar Lioncash2018-08-091-0/+2
* | | | | Merge pull request #897 from DarkLordZach/vfs-accuracy-2Gravatar bunnei2018-08-0921-129/+602
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | vfs: Fix documentationGravatar Zach Hilman2018-08-082-2/+4
| * | | | vfs: Fix typo in VfsFilesystem docsGravatar Zach Hilman2018-08-082-4/+5
| * | | | file_util: Use enum instead of bool for specifing path behaviorGravatar Zach Hilman2018-08-084-24/+37
| * | | | loader: Remove unused IdentifyFile overloadGravatar Zach Hilman2018-08-082-12/+0
| * | | | vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectoryGravatar Zach Hilman2018-08-081-2/+10
| * | | | file_sys: Add missing include in savedata_factoryGravatar Zach Hilman2018-08-081-0/+1
| * | | | core: Port core to VfsFilesystem for file accessGravatar Zach Hilman2018-08-0812-22/+52
| * | | | vfs: Add unreachable assert to file permissions converterGravatar Zach Hilman2018-08-081-1/+3
| * | | | vfs: Add RealVfsFilesystem implementationGravatar Zach Hilman2018-08-082-81/+290
| * | | | file_util: Add platform-specific slash option to SanitizePathGravatar Zach Hilman2018-08-082-5/+16
| * | | | vfs: Add VfsFilesystem interface and default implementationGravatar Zach Hilman2018-08-082-3/+211
| * | | | filesystem: Remove unnecessary if conditionsGravatar Zach Hilman2018-08-081-1/+1
* | | | | Merge pull request #991 from bunnei/ignore-macGravatar bunnei2018-08-091-4/+9
|\ \ \ \ \
| * | | | | maxwell_3d: Ignore macros that have not been uploaded yet.Gravatar bunnei2018-08-081-4/+9
| | |_|_|/ | |/| | |
* | | | | Implement SNORM for BC5/DXN2 (#998)Gravatar Khangaroo2018-08-092-38/+55
* | | | | gl_rasterizer_cache: Avoid iterator invalidation issues within InvalidateRegi...Gravatar Lioncash2018-08-091-2/+4
| |_|/ / |/| | |
* | | | Merge pull request #992 from bunnei/declr-predGravatar bunnei2018-08-091-4/+5
|\ \ \ \