| Commit message (Expand) | Author | Age | Files | Lines |
* | configure_graphics_advance: Generate UI at runtime | lat9nq | 2023-07-21 | 1 | -2/+2 |
* | video_core: Add BCn decoding support | GPUCode | 2023-06-28 | 2 | -6/+4 |
* | video_core: Removed AF for all mip modes option as it's default now | Wollnashorn | 2023-06-17 | 1 | -5/+3 |
* | video_core: Fallback to default anisotropy instead to 1x anisotropy | Wollnashorn | 2023-06-15 | 1 | -2/+2 |
* | video_core: Add per-image anisotropy heuristics (format & mip count) | Wollnashorn | 2023-06-15 | 1 | -5/+7 |
* | video_core: Apply AF only to samplers with normal LOD range [0, 1+x] | Wollnashorn | 2023-06-14 | 1 | -4/+6 |
* | video_core: Fix default anisotropic heuristic | Wollnashorn | 2023-06-14 | 1 | -4/+4 |
* | video_core: Never apply AF to None mipmap mode | Wollnashorn | 2023-06-14 | 1 | -3/+4 |
* | video_core: Disable anisotropic filtering for samplers with depth compare | Wollnashorn | 2023-06-13 | 1 | -2/+3 |
* | video_core: Option to apply anisotropic filtering for all mipmap modes | Wollnashorn | 2023-06-13 | 1 | -1/+2 |
* | textures: add BC1 and BC3 compressors and recompression setting | Liam | 2023-05-23 | 5 | -3/+133 |
* | Disable SRGB border color conversion for now, to fix shadows in Xenoblade. | Kelebek1 | 2023-03-17 | 1 | -6/+8 |
* | Merge pull request #9933 from vonchenplus/texture_format | liamwhite | 2023-03-14 | 1 | -35/+35 |
|\ |
|
| * | video_core: Update texture format | Feng Chen | 2023-03-10 | 1 | -35/+35 |
* | | general: fix spelling mistakes | Liam | 2023-03-12 | 1 | -1/+1 |
|/ |
|
* | configuration: Add async ASTC decode setting | ameerj | 2023-02-23 | 1 | -2/+2 |
* | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency | arades79 | 2023-02-14 | 1 | -1/+1 |
* | add static lifetime to constexpr values to force compile time evaluation where possible | arades79 | 2023-02-14 | 1 | -1/+1 |
* | video_core: fix off by one in anisotropic filtering amount | Liam | 2022-12-11 | 1 | -1/+2 |
* | general: fix compile for Apple Clang | Liam | 2022-11-23 | 1 | -0/+1 |
* | Add break for default cases | Kyle Kienapfel | 2022-11-14 | 1 | -0/+3 |
* | general: Resolve -Wunused-lambda-capture and C5233 | Morph | 2022-10-22 | 1 | -2/+2 |
* | decoders: Use 2's complement instead of unary - | Morph | 2022-10-22 | 1 | -1/+1 |
* | Decoders: Improve overall speed. | Fernando Sahmkow | 2022-10-06 | 1 | -4/+11 |
* | DMA & InlineToMemory Engines Rework. | bunnei | 2022-10-06 | 2 | -177/+81 |
* | common: remove "yuzu:" prefix from thread names | Liam | 2022-10-04 | 1 | -1/+1 |
* | Merge pull request #8910 from vonchenplus/astc_decode_error | bunnei | 2022-10-01 | 1 | -1/+1 |
|\ |
|
| * | video_core: Modify astc texture decode error fill value | FengChen | 2022-09-15 | 1 | -1/+1 |
* | | astc: Enable parallel CPU astc decoding | Morph | 2022-09-16 | 1 | -21/+35 |
|/ |
|
* | video_core/textures/decoders: Avoid SWIZZLE_TABLE | Merry | 2022-08-09 | 2 | -15/+48 |
* | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | 2022-06-14 | 1 | -4/+4 |
* | chore: add missing SPDX tags | Andrea Pappacoda | 2022-04-28 | 1 | -14/+3 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 5 | -15/+10 |
* | general: Fix clang/gcc build errors | ameerj | 2022-03-20 | 1 | -0/+1 |
* | video_core: Reduce unused includes | ameerj | 2022-03-19 | 3 | -6/+0 |
* | TextureCache: Fix Automatic Anisotropic. | Fernando Sahmkow | 2021-11-17 | 1 | -6/+5 |
* | TextureCache: Add automatic anisotropic filtering and refactor code. | Fernando Sahmkow | 2021-11-16 | 1 | -1/+14 |
* | TextureCache: Make a better Anisotropic setter. | Fernando Sahmkow | 2021-11-16 | 1 | -18/+1 |
* | Merge pull request #6879 from ameerj/decoder-assert | bunnei | 2021-08-31 | 1 | -8/+0 |
|\ |
|
| * | vk_blit_screen: Fix non-accelerated texture size calculation | ameerj | 2021-08-16 | 1 | -8/+0 |
* | | video_core: eliminate constant ternary | Valeri | 2021-08-19 | 1 | -1/+1 |
* | | decoders: Templates allow memcpy optimizations | yzct12345 | 2021-08-12 | 1 | -57/+116 |
|/ |
|
* | Merge pull request #6791 from ameerj/astc-opt | bunnei | 2021-08-07 | 2 | -134/+133 |
|\ |
|
| * | astc_decoder: Optimize the use EncodingData | ameerj | 2021-08-01 | 2 | -70/+70 |
| * | astc.h: Move data to cpp implementation | ameerj | 2021-08-01 | 2 | -64/+63 |
* | | decoders: Optimize swizzle copy performance (#6790) | yzct12345 | 2021-08-02 | 1 | -9/+43 |
|/ |
|
* | shader: Initial OpenGL implementation | ReinUsesLisp | 2021-07-23 | 1 | -0/+9 |
* | video_core: Silence signed/unsigned mismatch warnings | Morph | 2021-06-28 | 1 | -2/+2 |
* | astc_decoder.comp: Remove unnecessary LUT SSBOs | ameerj | 2021-06-19 | 2 | -12/+5 |
* | astc: Various robustness enhancements for the gpu decoder | ameerj | 2021-06-19 | 2 | -2/+2 |
* | astc_decoder: Fix LDR CEM1 endpoint calculation | ameerj | 2021-06-16 | 1 | -1/+1 |
* | textures: Reintroduce CPU ASTC decoder | ameerj | 2021-06-16 | 2 | -0/+1580 |
* | decoders: Break instead of continue | lat9nq | 2021-06-04 | 1 | -2/+2 |
* | decoders: Avoid out-of-bounds access | lat9nq | 2021-06-04 | 1 | -0/+8 |
* | common: Move settings to common from core. | bunnei | 2021-04-15 | 1 | -1/+1 |
* | astc_decoder: Refactor for style and more efficient memory use | ameerj | 2021-03-25 | 2 | -1833/+51 |
* | renderer_vulkan: Accelerate ASTC decoding | ameerj | 2021-03-13 | 2 | -25/+16 |
* | renderer_opengl: Accelerate ASTC texture decoding with a compute shader | ameerj | 2021-03-13 | 1 | -0/+190 |
* | common/alignment: Rename AlignBits to AlignUpLog2 | ReinUsesLisp | 2021-01-15 | 1 | -4/+4 |
* | astc: Increase integer encoded vector size | ReinUsesLisp | 2021-01-15 | 1 | -1/+1 |
* | astc: Return zero on out of bound bits | ReinUsesLisp | 2021-01-15 | 1 | -17/+22 |
* | video_core: Rewrite the texture cache | ReinUsesLisp | 2020-12-30 | 8 | -452/+274 |
* | video_core: Remove unnecessary enum class casting in logging messages | Lioncash | 2020-12-07 | 1 | -1/+1 |
* | video_core: Resolve more variable shadowing scenarios pt.3 | Lioncash | 2020-12-05 | 1 | -1/+1 |
* | textures/decoders: Fix block linear to pitch copies | ReinUsesLisp | 2020-08-11 | 2 | -21/+26 |
* | Merge pull request #4324 from ReinUsesLisp/formats | bunnei | 2020-07-21 | 4 | -122/+26 |
|\ |
|
| * | video_core: Rearrange pixel format names | ReinUsesLisp | 2020-07-13 | 4 | -122/+26 |
* | | Merge pull request #4242 from ReinUsesLisp/maxwell-dma | bunnei | 2020-07-14 | 2 | -67/+105 |
|\ \
| |/
|/| |
|
| * | video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes | ReinUsesLisp | 2020-07-10 | 2 | -67/+105 |
* | | configuration: implement per-game configurations (#4098) | lat9nq | 2020-07-10 | 1 | -1/+1 |
|/ |
|
* | Clang Format and Documentation. | Fernando Sahmkow | 2020-04-28 | 1 | -0/+1 |
* | MaxwellDMA: Optimize micro copies. | Fernando Sahmkow | 2020-04-28 | 2 | -0/+17 |
* | General: Resolve warnings related to missing declarations | Lioncash | 2020-04-17 | 2 | -3/+5 |
* | Merge pull request #3631 from ReinUsesLisp/more-astc | Mat M | 2020-04-13 | 1 | -82/+159 |
|\ |
|
| * | astc: Hard code bit depth changes to 8 and use fast replicate | ReinUsesLisp | 2020-04-09 | 1 | -21/+15 |
| * | astc: Use boost's static_vector to avoid heap allocations | ReinUsesLisp | 2020-04-09 | 1 | -10/+14 |
| * | astc: Implement a fast precompiled alternative for Replicate | ReinUsesLisp | 2020-04-09 | 1 | -2/+57 |
| * | astc: Move Replicate to a constexpr LUT when possible | ReinUsesLisp | 2020-04-09 | 1 | -8/+38 |
| * | astc: Make InputBitStream constexpr | ReinUsesLisp | 2020-04-09 | 1 | -11/+11 |
| * | astc: OutputBitStream style changes and make it constexpr | ReinUsesLisp | 2020-04-09 | 1 | -32/+26 |
* | | video_core: Add MSAA registers in 3D engine and TIC | ReinUsesLisp | 2020-04-12 | 1 | -0/+15 |
* | | video_core/textures: Move GetMaxAnisotropy to cpp file | ReinUsesLisp | 2020-04-08 | 2 | -19/+23 |
* | | video_core/texture: Use a LUT to convert sRGB texture borders | ReinUsesLisp | 2020-04-08 | 2 | -9/+60 |
|/ |
|
* | astc: Fix clang build issues | ReinUsesLisp | 2020-03-18 | 1 | -12/+12 |
* | astc: Fix typos from search and replace | ReinUsesLisp | 2020-03-14 | 1 | -3/+3 |
* | astc: Minor changes to InputBitStream | ReinUsesLisp | 2020-03-14 | 1 | -28/+34 |
* | astc: Pass val in Replicate by copy | ReinUsesLisp | 2020-03-14 | 1 | -1/+1 |
* | astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating | ReinUsesLisp | 2020-03-14 | 1 | -0/+2 |
* | astc: Call std::vector::reserve on texelWeightValues to avoid reallocating | ReinUsesLisp | 2020-03-14 | 1 | -0/+2 |
* | astc: Create a LUT at compile time for encoding values | ReinUsesLisp | 2020-03-14 | 1 | -7/+19 |
* | astc: Make IntegerEncodedValue a trivial structure | ReinUsesLisp | 2020-03-14 | 1 | -212/+177 |
* | astc: Make IntegerEncodedValue constructor constexpr | ReinUsesLisp | 2020-03-14 | 1 | -5/+6 |
* | astc: Make IntegerEncodedValue trivially copyable | ReinUsesLisp | 2020-03-14 | 1 | -9/+2 |
* | astc: Rename C types to common_types | ReinUsesLisp | 2020-03-14 | 1 | -79/+78 |
* | astc: Move Popcnt to an anonymous namespace and make it constexpr | ReinUsesLisp | 2020-03-14 | 1 | -9/+13 |
* | astc: Use common types instead of stdint.h integer types | ReinUsesLisp | 2020-03-14 | 1 | -284/+282 |
* | astc: Use 'enum class' instead of 'enum' for EIntegerEncoding | ReinUsesLisp | 2020-03-14 | 1 | -25/+25 |
* | textures: Fix anisotropy hack | ReinUsesLisp | 2020-03-08 | 1 | -14/+16 |
* | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. | Morph | 2020-02-28 | 1 | -1/+23 |
* | Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios. | Fernando Sahmkow | 2019-12-22 | 1 | -0/+4 |
* | video_core: Silence implicit conversion warnings | ReinUsesLisp | 2019-11-08 | 2 | -38/+42 |
* | shader/node: Unpack bindless texture encoding | ReinUsesLisp | 2019-10-30 | 1 | -0/+2 |
* | video_core/textures: Remove unused index entry in FullTextureInfo | ReinUsesLisp | 2019-10-28 | 1 | -1/+0 |
* | astc: Silence implicit conversion warnings | ReinUsesLisp | 2019-10-27 | 1 | -7/+8 |
* | Merge pull request #2765 from FernandoS27/dma-fix | bunnei | 2019-09-01 | 2 | -7/+10 |
|\ |
|
| * | MaxwellDMA: Fixes, corrections and relaxations. | Fernando Sahmkow | 2019-07-26 | 2 | -7/+10 |
* | | textures: Fix texture buffer size calculation | ReinUsesLisp | 2019-07-18 | 1 | -1/+1 |
|/ |
|
* | texture_cache: Style and Corrections | Fernando Sahmkow | 2019-06-21 | 1 | -3/+4 |
* | surface: Correct format S8Z24 | Fernando Sahmkow | 2019-06-21 | 1 | -2/+2 |
* | decoders: correct block calculation | Fernando Sahmkow | 2019-06-21 | 1 | -19/+15 |
* | maxwell_3d: Partially implement texture buffers as 1D textures | ReinUsesLisp | 2019-06-21 | 1 | -1/+17 |
* | texture_cache: General Fixes | Fernando Sahmkow | 2019-06-21 | 2 | -10/+11 |
* | video_core: Use un-shifted block sizes to avoid integer divisions | ReinUsesLisp | 2019-06-21 | 3 | -28/+40 |
* | gl_texture_cache: Add fast copy path | ReinUsesLisp | 2019-06-21 | 1 | -2/+1 |
* | gl_texture_cache: Initial implementation | ReinUsesLisp | 2019-06-21 | 1 | -1/+2 |
* | maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode | ReinUsesLisp | 2019-05-30 | 1 | -1/+1 |
* | video_core/textures/astc: Remove unused variables | Lioncash | 2019-05-10 | 1 | -6/+2 |
* | Fix Layered ASTC Textures | Fernando Sahmkow | 2019-05-01 | 1 | -1/+3 |
* | Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterators. | Fernando Sahmkow | 2019-04-16 | 2 | -9/+12 |
* | Implement Block Linear copies in Kepler Memory. | Fernando Sahmkow | 2019-04-16 | 2 | -0/+24 |
* | video_core/textures/convert: Replace include with a forward declaration | Lioncash | 2019-04-06 | 2 | -1/+5 |
* | video_core/texures/texture: Remove unnecessary includes | Lioncash | 2019-04-06 | 1 | -2/+0 |
* | video_core: Refactor to use MemoryManager interface for all memory access. | bunnei | 2019-03-16 | 2 | -24/+21 |
* | Merge pull request #2229 from ReinUsesLisp/vk-sampler-cache | bunnei | 2019-03-15 | 1 | -24/+29 |
|\ |
|
| * | vk_sampler_cache: Implement a sampler cache | ReinUsesLisp | 2019-03-13 | 1 | -1/+1 |
| * | video_core/texture: Add a raw representation of TSCEntry | ReinUsesLisp | 2019-03-12 | 1 | -24/+29 |
* | | video_core/texture: Fix up sampler lod bias | ReinUsesLisp | 2019-03-13 | 1 | -1/+1 |
|/ |
|
* | gl_rasterizer: Encapsulate sampler queries into methods | ReinUsesLisp | 2019-03-09 | 1 | -5/+29 |
* | gl_rasterizer_cache: Move format conversion to its own file | ReinUsesLisp | 2019-02-27 | 5 | -34/+160 |
* | decoders: Minor style changes | ReinUsesLisp | 2019-02-27 | 2 | -14/+8 |
* | Merge pull request #2042 from ReinUsesLisp/nouveau-tex | bunnei | 2019-02-07 | 1 | -1/+0 |
|\ |
|
| * | maxwell_3d: Allow texture handles with TIC id zero | ReinUsesLisp | 2019-02-03 | 1 | -1/+0 |
* | | video_core/texture: Fix BitField size for depth_minus_one | ReinUsesLisp | 2019-02-05 | 1 | -1/+1 |
|/ |
|
* | Fixed uninitialized memory due to missing returns in canary | David Marcec | 2018-12-19 | 1 | -1/+1 |
* | Implemented Tile Width Spacing | FernandoS27 | 2018-11-26 | 3 | -12/+19 |
* | Merge pull request #1717 from FreddyFunk/swizzle-gob | bunnei | 2018-11-19 | 1 | -37/+33 |
|\ |
|
| * | textures/decoders: Replace magic numbers | Frederic Laing | 2018-11-17 | 1 | -37/+33 |
* | | Merge pull request #1693 from Tinob/master | bunnei | 2018-11-19 | 1 | -1/+14 |
|\ \ |
|
| * | | fix sampler configuration, thanks to Marcos for his investigation | Rodolfo Bogado | 2018-11-17 | 1 | -1/+14 |
| |/ |
|
* / | Eliminated unnessessary memory allocation and copy (#1702) | Frederic L | 2018-11-19 | 2 | -4/+18 |
|/ |
|
* | textures/decoders: Minor cleanup | Frederic Laing | 2018-11-15 | 1 | -16/+16 |
* | Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) | greggameplayer | 2018-11-13 | 1 | -0/+4 |
* | set sampler max lod, min lod, lod bias and max anisotropy | Rodolfo Bogado | 2018-11-11 | 1 | -2/+11 |
* | Fix ASTC Decompressor to support depth parameter | FernandoS27 | 2018-11-02 | 2 | -16/+18 |
* | Fix ASTC formats | FernandoS27 | 2018-11-01 | 2 | -7/+9 |
* | Fixed mipmap block autosizing algorithm | FernandoS27 | 2018-10-29 | 1 | -0/+6 |
* | Implement sRGB Support, including workarounds for nvidia driver issues and QT sRGB support | Rodolfo Bogado | 2018-10-28 | 1 | -0/+5 |
* | Merge pull request #1524 from FernandoS27/layers-fix | bunnei | 2018-10-25 | 1 | -3/+3 |
|\ |
|
| * | Fixed Layered Textures Loading and Cubemaps | FernandoS27 | 2018-10-23 | 1 | -3/+3 |
* | | decoders: Remove unused variable within SwizzledData() | Lioncash | 2018-10-24 | 1 | -1/+0 |
|/ |
|
* | decoders: Introduce functions for un/swizzling subrects. | bunnei | 2018-10-19 | 2 | -0/+49 |
* | Merge pull request #1488 from Hexagon12/astc-types | bunnei | 2018-10-14 | 1 | -0/+2 |
|\ |
|
| * | Added ASTC 5x4; 8x5 | Hexagon12 | 2018-10-13 | 1 | -0/+2 |
* | | Shorten the implementation of 3D swizzle to only 3 functions | FernandoS27 | 2018-10-14 | 1 | -70/+27 |
* | | Fix a Crash on Zelda BotW and Splatoon 2, and simplified LoadGLBuffer | FernandoS27 | 2018-10-13 | 1 | -1/+1 |
* | | Propagate depth and depth_block on modules using decoders | FernandoS27 | 2018-10-13 | 3 | -28/+28 |
* | | Remove old Swizzle algorithms and use 3d Swizzle | FernandoS27 | 2018-10-13 | 1 | -93/+69 |
* | | Implement Precise 3D Swizzle | FernandoS27 | 2018-10-13 | 1 | -3/+71 |
* | | Implement Fast 3D Swizzle | FernandoS27 | 2018-10-13 | 1 | -2/+74 |
* | | Implemented helper function to correctly calculate a texture's size | FernandoS27 | 2018-10-12 | 2 | -0/+22 |
|/ |
|
* | Fixed block height settings for RenderTargets and Depth Buffers, and added block width and block depth | FernandoS27 | 2018-10-10 | 1 | -2/+15 |
* | Implemented Depth Compare and Shadow Samplers | FernandoS27 | 2018-10-06 | 1 | -1/+12 |
* | gl_rasterizer_cache: Implement render to cubemap. | bunnei | 2018-09-30 | 1 | -0/+2 |
* | Reverse stride align restriction on FastSwizzle due to lost performance | FernandoS27 | 2018-09-21 | 1 | -3/+2 |
* | Join both Swizzle methods within one interface function | FernandoS27 | 2018-09-21 | 1 | -11/+19 |
* | Standarized Legacy Swizzle to look alike FastSwizzle and use a Swizzling Table instead | FernandoS27 | 2018-09-21 | 1 | -42/+38 |
* | Remove same output bpp restriction on FastSwizzle | FernandoS27 | 2018-09-21 | 1 | -4/+5 |
* | Improved Legacy Swizzler to be better documented and work better | FernandoS27 | 2018-09-21 | 1 | -15/+21 |
* | Improved fast swizzle and removed restrictions to it | FernandoS27 | 2018-09-21 | 1 | -7/+12 |
* | Merge pull request #1311 from FernandoS27/fast-swizzle | bunnei | 2018-09-17 | 1 | -2/+49 |
|\ |
|
| * | Optimized Texture Swizzling | FernandoS27 | 2018-09-14 | 1 | -2/+49 |
* | | Implement ASTC_2D_8X8 (Bayonetta 2) | raven02 | 2018-09-16 | 1 | -0/+2 |
|/ |
|
* | gl_rasterizer_cache: Track texture depth. | bunnei | 2018-09-08 | 1 | -2/+10 |
* | Implement BC6H_UF16 & BC6H_SF16 (#1092) | greggameplayer | 2018-08-31 | 1 | -0/+4 |
* | textures: Refactor out for Texture/Depth FormatFromPixelFormat. | bunnei | 2018-08-10 | 2 | -83/+6 |
* | Implement BC5/DXN2 (#996) | Khangaroo | 2018-08-09 | 1 | -0/+3 |
* | Implement RGB32F PixelFormat (#886) (used by Go Vacation) | greggameplayer | 2018-08-02 | 1 | -0/+4 |
* | Implement R16_G16 | Unknown | 2018-07-26 | 1 | -0/+3 |
* | GPU: Implemented the Z32_S8_X24 depth buffer format. | Subv | 2018-07-25 | 1 | -0/+3 |
* | GPU: Implemented the R16 and R16F texture formats. | Subv | 2018-07-24 | 1 | -0/+3 |
* | Merge pull request #799 from Subv/tex_r32f | bunnei | 2018-07-24 | 1 | -0/+3 |
|\ |
|
| * | GPU: Implement texture format R32F. | Subv | 2018-07-24 | 1 | -0/+3 |
* | | gl_rasterizer: Implement texture border color. | bunnei | 2018-07-24 | 1 | -4/+4 |
|/ |
|
* | gl_rasterizer_cache: Implement RenderTargetFormat RG32_FLOAT. | bunnei | 2018-07-24 | 1 | -0/+4 |
* | video_core: Use nested namespaces where applicable | Lioncash | 2018-07-21 | 3 | -12/+6 |
* | decoders: Fix calc of swizzle image_width_in_gobs. | bunnei | 2018-07-19 | 1 | -1/+4 |
* | astc: Initialize vector size directly in Decompress | Lioncash | 2018-07-18 | 1 | -2/+1 |
* | astc: Mark functions as internally linked where applicable | Lioncash | 2018-07-18 | 1 | -17/+20 |
* | astc: const-correctness changes where applicable | Lioncash | 2018-07-18 | 1 | -14/+13 |
* | astc: Delete Bits' copy contstructor and assignment operator | Lioncash | 2018-07-18 | 1 | -8/+6 |
* | astc: In-class initialize member variables where appropriate | Lioncash | 2018-07-18 | 1 | -39/+22 |
* | gl_rasterizer_cache: Implement texture format G8R8. | bunnei | 2018-07-15 | 1 | -0/+3 |
* | gl_rasterizer_cache: Implement depth format Z16_UNORM. | bunnei | 2018-07-15 | 1 | -0/+3 |
* | GPU: Implemented the BC7U texture format. | Subv | 2018-07-07 | 1 | -0/+3 |
* | GPU: Implemented the 32 bit float depth buffer format. | Subv | 2018-07-04 | 1 | -0/+2 |
* | gl_rasterizer_cache: Implement PixelFormat S8Z24. | bunnei | 2018-07-03 | 1 | -0/+2 |
* | GPU: Implemented the Z24S8 depth format and load the depth framebuffer. | Subv | 2018-07-02 | 2 | -0/+37 |
* | GPU: Implemented the RGBA32_UINT rendertarget format. | Subv | 2018-06-30 | 1 | -0/+4 |
* | gl_rasterizer: Implement texture format ASTC_2D_4X4. | bunnei | 2018-06-18 | 3 | -0/+1664 |
* | GPU: Support changing the texture swizzles for Maxwell textures. | Subv | 2018-06-07 | 1 | -0/+16 |
* | GPU: Implemented the R11FG11FB10F texture and rendertarget formats. | Subv | 2018-06-06 | 1 | -0/+3 |
* | GPU: Implemented the DXN1 (BC4) texture format. | Subv | 2018-06-02 | 1 | -1/+5 |
* | gl_rasterizer_cache: Implement PixelFormat RGBA16F. | bunnei | 2018-05-31 | 1 | -0/+3 |
* | GPU: Implemented the R8 texture format (0x1D) | Subv | 2018-05-30 | 1 | -0/+4 |
* | add all the known TextureFormat (#474) | greggameplayer | 2018-05-29 | 1 | -2/+71 |
* | GPU: Implemented the A1B5G5R5 texture format (0x14) | Subv | 2018-05-27 | 2 | -0/+4 |
* | GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file. | Subv | 2018-04-25 | 2 | -3/+6 |
* | gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. | bunnei | 2018-04-25 | 1 | -0/+1 |
* | GPU: Implement the A2BGR10 texture format. | Subv | 2018-04-22 | 2 | -0/+4 |
* | GPU: Add support for the DXT23 and DXT45 compressed texture formats. | Subv | 2018-04-19 | 1 | -1/+9 |
* | GPU: Implemented the B5G6R5 format. | Subv | 2018-04-19 | 2 | -0/+5 |
* | GPU: Allow using a configurable block height when unswizzling textures. | Subv | 2018-04-18 | 3 | -6/+13 |
* | GPU/TIC: Added the pitch and block height fields to the TIC structure. | Subv | 2018-04-18 | 1 | -1/+16 |
* | texture: Add missing formats. | bunnei | 2018-04-18 | 1 | -1/+3 |
* | GPU: Assert when finding a texture with a format type other than UNORM. | Subv | 2018-04-07 | 1 | -4/+14 |
* | Textures: Added a helper function to know if a texture is blocklinear or pitch. | Subv | 2018-04-07 | 1 | -0/+5 |
* | GPU: Added the TSC structure. It contains information about the sampler. | Subv | 2018-03-26 | 1 | -0/+50 |
* | GPU: Added more fields to the TIC structure. | Subv | 2018-03-26 | 1 | -4/+30 |
* | Frontend: Updated the surface view debug widget to work with Maxwell surfaces. | Subv | 2018-03-24 | 1 | -0/+11 |
* | GPU: Added a method to unswizzle a texture without decoding it. | Subv | 2018-03-24 | 3 | -4/+94 |
* | GPU: Preliminary work for texture decoding. | Subv | 2018-03-24 | 3 | -0/+91 |