summaryrefslogtreecommitdiffstatshomepage
path: root/hlsl/vector.fx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring of render targes and vector texture coordinates ImJezze2016-03-121-4/+8
| | | | | | | | - implemented proper texture coordinates for vector quad primitive - vector screen is now processed in texture coordinates - revered workaround for raster screen, which is again processed in texture coordinates - known issue: cocktail mode for vector screen looks wrong
* Cleanup (nw) ImJezze2015-12-311-5/+5
| | | | - removed unused pincushion.fx
* Cleanup ImJezze2015-10-261-1/+1
| | | | | - some renamings - reverted one unwanted change in vector.fx
* Fixed Vector Intensity and Flicker ImJezze2015-10-251-9/+13
| | | | | | - fixed vector intensity in vector.fx - fixed vector flicker in vector.c - change range of vector flicker option from 0 - 100 to 0.00 - 1.00
* added licenses to hlsl files (nw) Miodrag Milanovic2015-05-121-0/+2
|
* minor shader cleanup, nw Ryan Holtz2013-08-281-7/+4
|
* MAME Testers bugs fixed: 5201, 5202 Ryan Holtz2013-05-221-6/+10
| | | | | | | | - HLSL changes: [MooglyGuy] * Upped vertex buffer size to 64k verts, fixes assert in starwars and alphaone, please include the printed error message in any subsequent encounterings of the assert. * Improved vector rendering (beam width 1.5 suggested) * Ducked raster bloom default to 0.225 to reduce washout
* fix vector bloom, nw Ryan Holtz2013-05-191-1/+1
|
* d3dhlsl.c: Add preliminary vector post-processing. [MooglyGuy] Ryan Holtz2013-01-211-18/+15
|
* - render.c: Added new PRIMFLAG macros pertaining to vectors, to be used by the Ryan Holtz2012-12-311-0/+91
OSD. [MooglyGuy] - d3dhlsl.c: Began laying the groundwork for vector post-processing, disabled by default. [MooglyGuy]