From e57c90084c5d1dd9f6cdb0bbbf8782dc4f369cda Mon Sep 17 00:00:00 2001 From: ImJezze Date: Sat, 20 Feb 2016 21:58:56 +0100 Subject: Quality and Performance improvements - HLSL now uses NPOT sized target surfaces (breaks compatibility with graphics cards based on R300/R400/NV30 and older) - HLSL target surfaces now have the size of the screen canvas - removed HLSL pre-scale factor - HLSL now uses a sharp bilinear interpolation to pre-scale textures to screen canvas size, based on [Themaister's] implementation - improved overall performance (based on the previously required pre-scale factor, you might notice a 5-50% speed-up depending on your graphics card, more if you used a higher pre-scale factor) - improved shadow mask quality (pixel-perfect) in screen-mode - fixed half source texel offset of bloom level alignment - removed ./hlsl/artwork_support folder - all shaders after pre-scale are now based on screen coordinate (workaground, till both raster and vector pass can work on texture coordinates) - disabled distortion shader for more than one screen and for artworks in full mode, does not affect artworks in copped mode (workaground, till both raster and vector pass can work on texture coordinates) - moved compute_texture_size() from texture_info to texture_manager (nw) --- artwork/monochrome-matrix.png | Bin 33194 -> 33047 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'artwork') diff --git a/artwork/monochrome-matrix.png b/artwork/monochrome-matrix.png index c1180363087..f68ac273519 100644 Binary files a/artwork/monochrome-matrix.png and b/artwork/monochrome-matrix.png differ -- cgit v1.2.3