libretroadmin
|
1c1d37e959
|
(D3D8) Simplifications
|
2022-05-16 14:19:17 +02:00 |
|
libretroadmin
|
372ac81ee1
|
(D3D8) d3d8_texture_new - path never used, so get rid of it and get
rid of D3DX remnants for D3D8
|
2022-05-16 13:19:40 +02:00 |
|
libretroadmin
|
23f1f98c01
|
(D3D8) Cleanups - remove unused code
|
2022-05-16 07:32:36 +02:00 |
|
libretroadmin
|
7934e677ca
|
Get rid of inline functions in d3d8_common.h - simplify code
|
2022-05-15 05:48:09 +02:00 |
|
twinaphex
|
437051c112
|
(D3D8) Replace inline function calls with straight function calls
|
2022-04-20 17:26:03 +02:00 |
|
twinaphex
|
89461eb6a5
|
Move vulkan gpu_list to struct data
|
2020-08-03 15:30:46 +02:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
orbea
|
e062b98088
|
Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
|
2019-01-17 19:39:38 -08:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
twinaphex
|
fec8d3294c
|
Cleanup
|
2018-04-23 17:23:14 +02:00 |
|
twinaphex
|
04fa4871f0
|
Create d3d_translate_filter and get rid of duplicate functions
|
2018-04-22 15:45:11 +02:00 |
|
twinaphex
|
88387ccbde
|
(D3D8) Cleanups
|
2018-04-22 15:34:08 +02:00 |
|
twinaphex
|
3a93377811
|
D3D8 buildfix
|
2018-04-22 14:55:15 +02:00 |
|
twinaphex
|
a7e40ea3f4
|
(d3d8_common.c) Define CINTERFACE, get rid of C++ versions
|
2018-04-22 13:34:05 +02:00 |
|
twinaphex
|
b4a743fff4
|
Split up menu display drivers for D3D8/D3D9 into separate drivers;
split up d3d_common into separate files
|
2018-03-03 15:28:58 +01:00 |
|