LibretroAdmin
|
5739c537a2
|
Some CXX_BUILD fixes
|
2022-08-05 17:40:06 +02:00 |
|
Autechre
|
3d1f01fecc
|
Cg rewrite (#13871)
* (D3D9 Cg) rewrite/cleanups
* Buildfixes
|
2022-04-22 05:39:14 +02:00 |
|
Keith Bowes
|
bbfcecfab0
|
Fix building against FFmpeg 5.0 (#13611)
Co-authored-by: Maxime Gauduin <alucryd@archlinux.org>
|
2022-02-18 18:40:54 +01:00 |
|
twinaphex
|
8fa1f998c5
|
Move d3d9 headers to gfx/include/d3d9
|
2021-09-26 12:49:53 +02:00 |
|
twinaphex
|
c6b325e4d6
|
Add more headers
|
2019-12-07 07:17:21 +01:00 |
|
twinaphex
|
df588ca422
|
(ANGLE) Move headers to gfx/include/ANGLE
|
2019-12-07 07:09:49 +01:00 |
|
twinaphex
|
17a161afa2
|
Add missing header
|
2019-12-07 07:04:26 +01:00 |
|
twinaphex
|
94f82ece4e
|
Add more required headers
|
2019-12-07 07:01:11 +01:00 |
|
twinaphex
|
1aaf933a1a
|
Add EGL headers
|
2019-12-07 06:55:16 +01:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
orbea
|
4c56167446
|
Convert to linux line endings.
|
2019-02-03 15:43:42 -08:00 |
|
twinaphex
|
31a5f72acf
|
Add 10.7 ifdef
|
2019-02-02 18:04:41 +01:00 |
|
alphanu1
|
c43a93e544
|
Adding userland for RPi
|
2019-01-30 20:47:36 +00: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
|
96e1b862f6
|
(Vulkan) Update headers - use C comments
|
2018-05-13 21:42:02 +02:00 |
|
Stuart Carnie
|
0a4ff225be
|
Update Vulkan
|
2018-05-13 21:35:18 +02:00 |
|
aliaspider
|
5549b136c2
|
(msvc) CXX_BUILD + griffin fixes.
|
2018-02-05 00:25:03 +01:00 |
|
twinaphex
|
8e96700f0f
|
(D3D8/D3D9) Update headers to work with C89
|
2018-02-03 16:50:26 +01:00 |
|
twinaphex
|
5d2b7ce32f
|
(D3D8 headers) Start making this C89-compatible
|
2018-02-03 15:29:56 +01:00 |
|
twinaphex
|
0336c2f975
|
(Headers) Make Cg/D3D9 X headers C89-compatible
|
2018-02-03 15:18:19 +01:00 |
|
twinaphex
|
0b4ccf25e7
|
Revert "* d3d11.c - minor cleanups for C89"
This reverts commit fa458b2f5ce7e5216854719c287de7bbde9cdc77.
|
2018-02-03 14:48:34 +01:00 |
|
twinaphex
|
fa458b2f5c
|
* d3d11.c - minor cleanups for C89
* C89 build fixes for D3D9X headers
|
2018-02-03 14:01:32 +01:00 |
|
twinaphex
|
178730891d
|
- Silence more warnings
- Don't include d3dx headers when including cgD3D9
|
2018-02-03 13:11:31 +01:00 |
|
twinaphex
|
5328ce7375
|
Cleanups to headers
|
2018-01-26 04:02:22 +01:00 |
|
twinaphex
|
0e363164b1
|
Attempt to get further with D3D12 for mingw - now compiles
but doesn't link yet
|
2018-01-24 00:14:26 +01:00 |
|
twinaphex
|
d387cfbfbe
|
Add include/dxsdk
|
2018-01-23 23:40:17 +01:00 |
|
twinaphex
|
bd14582465
|
Update D3D8 codepath
|
2018-01-04 12:42:51 +01:00 |
|
twinaphex
|
447e990522
|
Add missing files
|
2018-01-03 20:54:37 +01:00 |
|
twinaphex
|
6f95823702
|
Some more D3D header fixes
|
2018-01-01 08:11:41 +01:00 |
|
twinaphex
|
2214e04784
|
Cleanup some D3D headers
|
2018-01-01 08:08:22 +01:00 |
|
twinaphex
|
923eef3eb3
|
Updates to D3D headers
|
2017-12-31 03:36:43 +01:00 |
|
twinaphex
|
4c0c842451
|
Make D3D headers more suitable for C89_BUILD
|
2017-12-27 22:03:13 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
db4387bd30
|
See if it's always defined this way
|
2017-12-05 17:10:31 +01:00 |
|
twinaphex
|
3e81996bd3
|
Update D3D headers
|
2017-12-05 16:40:13 +01:00 |
|
twinaphex
|
6a5ad56bc6
|
Start undoing C++ comments
|
2017-10-07 17:19:20 +02:00 |
|
twinaphex
|
590cdeb130
|
Convert d3d_w32_font to C
|
2017-10-02 21:52:10 +02:00 |
|
twinaphex
|
fb5744318a
|
Start adding D3D8 headers
|
2017-09-05 00:37:17 +02:00 |
|
twinaphex
|
9c32d03c1e
|
(Vulkan/Win32) C89_BUILD fixes
|
2017-08-12 17:56:30 +02:00 |
|
ensrha
|
a1be55f655
|
Restore pixman, appears to have been deleted by mistake in 207833149561239a03b1dc8784c7b61a2aa7390b
|
2017-06-19 14:38:15 +01:00 |
|
twinaphex
|
e9e1db2945
|
Cleanups
|
2017-04-21 21:18:28 +02:00 |
|
twinaphex
|
bcce88e516
|
(D3D) Cleanup d3dx9anim.h header
|
2017-04-21 21:00:22 +02:00 |
|
twinaphex
|
4df1ba690d
|
(D3D) Header cleanups
|
2017-04-19 19:11:58 +02:00 |
|
twinaphex
|
d220ce5870
|
Update D3D9
|
2017-04-19 18:58:01 +02:00 |
|
twinaphex
|
87c5b03bed
|
Get rid of another pragma warning
|
2017-04-19 16:11:35 +02:00 |
|
twinaphex
|
0b3e90dbf4
|
Header cleanups D3D9
|
2017-04-19 16:10:11 +02:00 |
|
twinaphex
|
27a6d68af9
|
Get rid of this pragma
|
2017-04-19 12:56:25 +02:00 |
|
twinaphex
|
d5d04babdd
|
Cleanups
|
2017-04-19 12:55:41 +02:00 |
|
twinaphex
|
9ca27adb59
|
Simplify D3D9 headers
|
2017-04-19 12:46:07 +02:00 |
|