Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve msvc codegen for hot-path array LUTs | heapo | 2018-12-05 | 1 | -275/+277 |
| | | | | | | | In some constexpr functions, msvc is building the LUT at runtime (pushing each element onto the stack) out of an abundance of caution. Moving the arrays into be file-scoped constexpr's avoids this and turns the functions into simple look-ups as intended. | ||||
* | Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) | greggameplayer | 2018-11-13 | 1 | -69/+79 |
| | | | | | | | * Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB ( needed by Mario+Rabbids Kingdom Battle ) * Small placement correction | ||||
* | Merge pull request #1616 from FernandoS27/cube-array | bunnei | 2018-11-05 | 1 | -0/+1 |
|\ | | | | | Implement Cube Arrays | ||||
| * | Implement Cube Arrays | FernandoS27 | 2018-11-01 | 1 | -0/+1 |
| | | |||||
* | | Fix ASTC Decompressor to support depth parameter | FernandoS27 | 2018-11-02 | 1 | -13/+94 |
|/ | |||||
* | video_core: Move surface declarations out of gl_rasterizer_cache | ReinUsesLisp | 2018-10-30 | 1 | -0/+385 |