- Sep 22, 2019
-
-
David Marcec authored
-
- Sep 20, 2019
-
-
David Marcec authored
-
- Sep 19, 2019
-
-
David Marcec authored
Purpose of Ioctl2 and Ioctl3 is to prevent the passing of raw pointers through ioctls
-
- Sep 18, 2019
-
-
bunnei authored
shader_ir: Implement shared memory
-
- Sep 15, 2019
-
-
Fernando Sahmkow authored
renderer_opengl: Fix sRGB blits
-
Fernando Sahmkow authored
Revert "Revert #2466" and stub FirmwareCall 4
-
Rodrigo Locatti authored
-
- Sep 14, 2019
-
-
Fernando Sahmkow authored
video_core/surface: Add function to detect sRGB surfaces
-
Fernando Sahmkow authored
vk_device: Add miscellaneous features and minor style changes
-
bunnei authored
acc: Implement IProfileEditor interface and 'Store'/'StoreWithImage' commands
-
bunnei authored
shader/image: Implement SUATOM and fix SUST
-
- Sep 13, 2019
-
-
ReinUsesLisp authored
* Increase minimum Vulkan requirements * Require VK_EXT_vertex_attribute_divisor * Require depthClamp, samplerAnisotropy and largePoints features * Search and expose VK_KHR_uniform_buffer_standard_layout * Search and expose VK_EXT_index_type_uint8 * Search and expose native float16 arithmetics * Track current driver with VK_KHR_driver_properties * Query and expose SSBO alignment * Query more image formats * Improve logging overall * Minor style changes * Minor rephrasing of commentaries
-
ReinUsesLisp authored
-
ReinUsesLisp authored
This is required for proper conversion to RGBA8_UNORM or RGBA8_SRGB surfaces when a backend can target both native and converted ASTC.
-
- Sep 11, 2019
-
-
ReinUsesLisp authored
-
- Sep 10, 2019
-
-
ReinUsesLisp authored
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
Removes the sRGB hack of tracking if a frame used an sRGB rendertarget to apply at least once to blit the final texture as sRGB. Instead of doing this apply sRGB if the presented image has sRGB. Also enable sRGB by default on Maxwell3D registers as some games seem to assume this.
-
bunnei authored
shader/shift: Implement SHR wrapped and clamped variants
-
bunnei authored
maxwell_3d: Avoid moving macro_params
-
Fernando Sahmkow authored
gl_rasterizer: Bind images and samplers to compute
-
- Sep 09, 2019
- Sep 07, 2019
-
-
Nick Renieris authored
With this, the "Developer" field in the Properties for homebrew is now populated. Signed-off-by:
Nick Renieris <velocityra@gmail.com>
-
- Sep 06, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Sep 05, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
Fernando Sahmkow authored
gl_shader_cache: Remove special casing for geometry shaders
-
bunnei authored
gl_rasterizer: Fix stencil testing
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Loads from shared memory.
-