twinaphex
|
391fd3eadc
|
Fix CXX_BUILD for D3D
|
2018-01-15 21:44:49 +01:00 |
|
aliaspider
|
25a7c04a27
|
(direct3D) fix scaling in the menu display driver.
|
2018-01-15 03:45:37 +01:00 |
|
aliaspider
|
7b09d5399c
|
(Direct3D) Menu display driver implementation.
|
2018-01-14 02:21:48 +01:00 |
|
aliaspider
|
24cb240079
|
(WIIU) add remaining menu shaders.
- move some files around.
|
2018-01-12 02:54:45 +01:00 |
|
aliaspider
|
eac088696a
|
(WIIU) add ribbon shader. fix menu bg gradient.
|
2018-01-11 02:09:03 +01:00 |
|
aliaspider
|
8e095164e0
|
(WIIU) add a frame shader to match the shaders used by the gl/vulkan
drivers.
|
2018-01-05 13:18:55 +01:00 |
|
aliaspider
|
a7632620da
|
(WIIU) add a sprite shader.
|
2018-01-04 17:38:04 +01:00 |
|
aliaspider
|
0a32642f17
|
(WIIU) shader: use a single attribute stream.
|
2017-12-31 14:06:49 +01:00 |
|
aliaspider
|
b371f4bb32
|
(WIIU) add a color attribute to tex_shader.
+ some fixes to overlay and menu display code.
|
2017-12-30 23:21:32 +01:00 |
|
meepingsnesroms
|
5a4bd619ba
|
Revert "Merge branch 'master' into master"
This reverts commit 4b68a21a7e17048ec5424ebbb7faa18d83c3fd53, reversing
changes made to 5e0f78e8a092c4a52c747493ae0badfec55282dd.
|
2017-12-25 18:27:59 -08:00 |
|
meepingsnesroms
|
bb7ee12766
|
Fix compile on new devkitARM
|
2017-12-16 19:20:43 -08: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
|
d5b3104cfb
|
Cleanups/warning fixes
|
2017-12-06 19:51:07 +01:00 |
|
radius
|
bada13a215
|
let it snow
|
2017-12-02 22:47:44 -05:00 |
|
twinaphex
|
721b5f9529
|
Add set_mvp function callback
|
2017-11-15 16:51:29 +01:00 |
|
twinaphex
|
229841b1c4
|
Create video_driver_set_coords
|
2017-11-14 21:43:13 +01:00 |
|
twinaphex
|
41daddfe1c
|
Create video_driver_set_mvp
|
2017-11-14 21:22:44 +01:00 |
|
Rob Loach
|
1b856f7a1e
|
Fix background rendering
Removes the use of GL_SCISSOR_TEST in the GL display driver.
Fixes #5534
|
2017-10-11 21:30:57 -04:00 |
|
radius
|
5ccdc8811c
|
update nuklear.h
fix window clipping
remove dead code
|
2017-10-10 18:08:53 -05:00 |
|
twinaphex
|
71dd8f9084
|
Silence more warnings
|
2017-10-03 00:56:18 +02:00 |
|
twinaphex
|
702f1276d6
|
Silence warnings
|
2017-10-03 00:53:09 +02:00 |
|
twinaphex
|
0db3aec722
|
Convert menu_display_d3d.cpp to C
|
2017-10-02 19:04:49 +02:00 |
|
twinaphex
|
bceb8000dd
|
Use replacement D3DXMatrix functions
|
2017-10-02 19:01:23 +02:00 |
|
twinaphex
|
2ccafff5c3
|
Prevent warning
|
2017-09-11 01:21:57 +02:00 |
|
twinaphex
|
3a92a60a8e
|
Cleanups
|
2017-09-09 01:30:47 +02:00 |
|
twinaphex
|
2b81f945df
|
Update D3D8 codepaths
|
2017-09-05 01:03:55 +02:00 |
|
twinaphex
|
f546020429
|
Silence more warnings with C89_BUILD
|
2017-08-12 18:06:48 +02:00 |
|
aliaspider
|
db490a69a3
|
(WiiU) add a menu display driver. enable MATERIALUI and XMB.
|
2017-05-22 01:45:40 +01:00 |
|
Jean-André Santoni
|
0b1716650b
|
Use additive blending for the ribbon in GL and Vulkan
|
2017-05-22 01:29:56 +02:00 |
|
twinaphex
|
d6c80d7de7
|
(D3D) Menu driver - don't use current_shader interface
|
2017-05-19 19:53:19 +02:00 |
|
twinaphex
|
59fb7700b8
|
Combine menu_driver.c and menu_display.c
|
2017-05-19 15:25:14 +02:00 |
|
twinaphex
|
59b3344e72
|
Combine video_driver.c and video_shader_driver.c
|
2017-05-18 14:47:24 +02:00 |
|
twinaphex
|
f928e57064
|
Combine video_context_driver.c and video_driver.c
|
2017-05-09 01:25:59 +02:00 |
|
twinaphex
|
b303283ac3
|
(GDI) Buildfix
|
2017-04-29 19:35:13 +02:00 |
|
twinaphex
|
7df38ac5db
|
(3DS) Buildfix
|
2017-04-29 19:34:20 +02:00 |
|
twinaphex
|
e84adb504f
|
Don't try to call video_driver_is_threaded from outside
gfx/video_driver.c - only exception right now - menu_display.c
|
2017-04-29 16:52:52 +02:00 |
|
twinaphex
|
0123d33780
|
Silence CXX_BUILD warnings
|
2017-03-05 19:28:34 +01:00 |
|
hunterk
|
a1124b8ded
|
(Vulkan) add bokeh menu shader for vulkan
|
2017-02-20 22:59:05 -06:00 |
|
twinaphex
|
0d873b6da1
|
(Vulkan) Add fancy snow for Vulkan
|
2017-02-20 21:51:58 +01:00 |
|
Hans-Kristian Arntzen
|
2d88530c98
|
Vulkan: Simple snow pipeline works.
Some other fixes too.
|
2017-02-20 20:53:59 +01:00 |
|
twinaphex
|
7d624fdedb
|
Push some build fixes when compiling with --disable-opengl --disable-shaderpipeline
|
2017-01-22 22:18:00 +01:00 |
|
Brad Parker
|
c4bfa6b0d2
|
DOS: initial VGA int13 graphics driver
|
2017-01-22 10:47:11 -05:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
Brad Parker
|
7c6bf6aaf7
|
fix msys2 compilation when opengl, vulkan and d3d9 are disabled
|
2017-01-16 20:41:08 -05:00 |
|
Brad Parker
|
0ee3f39d76
|
GDI: no more flicker
|
2017-01-16 20:41:07 -05:00 |
|
Brad Parker
|
05c37bd39f
|
initial GDI driver skeleton
|
2017-01-16 20:41:04 -05:00 |
|
twinaphex
|
c8bc6c7120
|
(XMB) Add Bokeh menu pipeline
|
2017-01-08 03:56:47 +01:00 |
|
twinaphex
|
b022639a52
|
(menu_display_gl.c) Only call the second uniform for snow shaders
|
2016-12-22 03:05:05 +01:00 |
|
twinaphex
|
0ab28d8bea
|
ifndef this out for PS3 - PS3 works now again but no joypad
input
|
2016-12-21 22:03:25 +01:00 |
|
twinaphex
|
4c33f948e0
|
(menu_display_gl.c) Get rid of implicit memset
|
2016-12-19 18:49:56 +01:00 |
|