- Jun 30, 2020
-
-
Ameer authored
-
- Jun 27, 2020
-
-
Ameer J authored
Co-authored-by:
Morph <39850852+Morph1984@users.noreply.github.com>
-
- Jun 25, 2020
-
-
Ameer J authored
Co-authored-by:
VolcaEM <63682805+VolcaEM@users.noreply.github.com>
-
Ameer authored
-
- Jun 24, 2020
-
-
Ameer authored
-
- Jun 23, 2020
- Jun 22, 2020
-
-
Ameer authored
-
ameerj authored
Co-authored-by:
LC <mathew1800@gmail.com> update libusb submodule (hopefully windows build error fixed)
-
Ameer authored
-
Ameer authored
-
Ameer authored
-
Ameer authored
-
Ameer authored
-
Ameer authored
Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command
-
- Jun 21, 2020
- Jun 20, 2020
-
-
MerryMage authored
shl/shr only accept cl as their second argument
-
Lioncash authored
Variables that are marked as const cannot have the move constructor invoked when returning from a function (the move constructor requires a non-const variable so it can "steal" the resources from it.
-
Lioncash authored
Previously dst wasn't being used.
-
Lioncash authored
Previously dst wasn't being used.
-
Lioncash authored
Removes a completely unused label and marks another variable as unused, given it seems like it has potential uses in the future.
-
David Marcec authored
-
- Jun 19, 2020
-
-
MerryMage authored
Named return value optimization automatically applies here.
-
MerryMage authored
Named return value optimization automatically applies here.
-
MerryMage authored
Named return value optimization automatically applies here.
-
David Marcec authored
Fixes compilation when trying to build without boxcat enabled
-
MerryMage authored
-
- Jun 18, 2020
-
-
ReinUsesLisp authored
On MSVC builds we treat conversion warnings as errors.
-
MerryMage authored
OpenGL macOS headers definitions clash heavily with each other
-
MerryMage authored
-
MerryMage authored
-
MerryMage authored
-
MerryMage authored
-
MerryMage authored
* boost::hash_value returns a size_t * boost::hash_combine takes a size_t& argument
-
MerryMage authored
macOS header files #define PAGE_SHIFT
-
Morph authored
Emulate GL_LINEAR/NEAREST minification filters using minLod = 0 and maxLod = 0.25 during sampler creation
-
Morph authored
maxwell_to_vk: Reorder filtering modes to start with None, then Nearest, then Linear. maxwell_to_vk: Logs filter modes under UNREACHABLE_MSG instead of UNIMPLEMENTED_MSG, since any unknown filter modes are invalid and not unimplemented. maxwell_to_vk: Return VK_SAMPLER_MIPMAP_MODE_NEAREST instead of VK_SAMPLER_MIPMAP_MODE_LINEAR when mipmap_filter is None with the description from the VkSamplerCreateInfo(3) man page.
-