summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/vector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
* Procedural texture for vectors in HLSL ImJezze2016-06-051-1/+1
* Moved extension of vector lines to where it belongs (nw) ImJezze2016-05-221-44/+12
* vector: Move clipping to avgdvg, the only user. Simplify [O. Galibert] Olivier Galibert2016-04-281-170/+47
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* move vector to video devices (nw) Miodrag Milanovic2016-04-231-0/+355