Commit Graph

31355 Commits

Author SHA1 Message Date
Hans-Kristian Arntzen
fb407796e9 Vulkan: Add push constant support to slang.
Usually, the UBO is very small, so we can fit everything in fast-access
uniforms.
2016-08-02 12:51:30 +02:00
Andrés
8f47e71b97 Update dist-cores.sh 2016-08-01 23:28:23 -05:00
twinaphex
86ea04bfe2 (PSP/Vita) Prevent warning 2016-08-02 03:15:11 +02:00
twinaphex
84588a1527 (GL) Move more code 2016-08-02 03:12:48 +02:00
twinaphex
9b06ec6c4e (GL) Move more FBO functions to render_chain_gl_legacy 2016-08-02 03:10:55 +02:00
twinaphex
bd3cd08be8 (GL/FB) Still compiles and links with --disable-fbo 2016-08-02 03:04:27 +02:00
twinaphex
d391159f39 Move more HAVE_FBO code to render_chain_gl_legacy 2016-08-02 02:56:44 +02:00
twinaphex
85ec02ba6b (GL) Move more renderchain code over to render_chain_gl_legacy 2016-08-02 02:54:38 +02:00
twinaphex
78806bf33c Move more renderchain code over to render_chain_gl_legacy.c 2016-08-02 02:38:46 +02:00
twinaphex
a8e74f0aa2 (GL) Start moving renderchain code over to separate files 2016-08-02 02:27:23 +02:00
Andrés
9bf2a80224 Update dist-cores.sh 2016-08-01 19:21:43 -05:00
Andrés
fddf503680 Update dist-cores.sh 2016-08-01 19:19:39 -05:00
twinaphex
a07ce85086 (OSMesa) No C++ comments 2016-08-02 02:19:06 +02:00
Andrés
d2891828e7 Update dist-cores.sh 2016-08-01 19:16:51 -05:00
Higor Eurípedes
8752313961 (gfx) Add OSMesa context 2016-08-02 02:16:02 +02:00
twinaphex
ab8471959e (D3D) 80-char style nits 2016-08-02 01:47:11 +02:00
Twinaphex
d7f649a5de Merge pull request #3320 from frangarcj/master
VPK and Sound fix
2016-08-02 01:39:53 +02:00
Francisco José García García
481763188c (VITA) Ugly blocking audio driver fix 2016-08-02 01:38:05 +02:00
Francisco José García García
4c26b82531 (VITA) Fix vpk full path 2016-08-02 01:37:46 +02:00
twinaphex
0ff82bd714 (XDK) Cleanup 2016-08-02 01:33:56 +02:00
twinaphex
4612e7e582 (CTR) Put core info files into separate dir 2016-08-02 01:30:35 +02:00
twinaphex
5da0945066 (GX) Put core info files into separate dir 2016-08-02 01:30:04 +02:00
twinaphex
90a0117578 (PSP/Vita) Put core info directory into separate dir 2016-08-02 01:27:25 +02:00
twinaphex
9b984398f7 (platform psp) Cleanups 2016-08-02 01:26:00 +02:00
Andrés
3a97fcff3b Merge pull request #3319 from frangarcj/master
(VITA) Fix build script
2016-08-01 18:11:45 -05:00
Francisco José García García
262959e2c2 (VITA) Fix build script 2016-08-02 01:09:35 +02:00
Twinaphex
8d29d5eaed Merge pull request #3318 from frangarcj/master
(VITA) Create vpk's
2016-08-02 00:58:42 +02:00
Francisco José García García
3a5fd3ab46 (VITA) Create vpk's 2016-08-02 00:57:00 +02:00
twinaphex
a0d3a148e7 Move force SRGB disable check at beginning of capability check 2016-08-02 00:56:21 +02:00
twinaphex
31ca6ca5ea (GL) Rename another function 2016-08-02 00:42:03 +02:00
twinaphex
188dd9bd69 Create gl_renderchain_add_lut 2016-08-02 00:31:04 +02:00
twinaphex
ec91878187 (GL) rename to gl_recompute_pass_sizes 2016-08-02 00:25:28 +02:00
twinaphex
9c1155283b (GL) Create gl_renderchain_convert_geometry 2016-08-02 00:23:38 +02:00
Andrés
d7e28eda8a Merge pull request #3317 from frangarcj/master
(VITA) Fix vita-make-fself typo
2016-08-01 17:14:10 -05:00
Francisco José García García
043b4589bc (VITA) Fix vita-make-fself typo 2016-08-02 00:11:51 +02:00
twinaphex
e8480a72a6 (D3D) Correct one shader 2016-08-01 22:45:07 +02:00
twinaphex
c314077f1d (D3D) Cleanups of shaders 2016-08-01 22:43:51 +02:00
twinaphex
3787d9d691 (MSVC) Add imageviewer 2016-08-01 22:26:50 +02:00
twinaphex
432c23eed8 (D3D) Headers fix pt. 5 2016-08-01 22:23:01 +02:00
twinaphex
51eba5a3e7 (D3D) Header fix pt. 4 2016-08-01 22:22:23 +02:00
twinaphex
6e644223a8 (D3D) Header fix pt. 3 2016-08-01 22:21:50 +02:00
twinaphex
a2bbbee713 (D3D) Header fix pt. 2 2016-08-01 22:21:11 +02:00
twinaphex
fd6a9fd3bd (D3D) Fix include 2016-08-01 22:18:42 +02:00
Twinaphex
1ec84ca44d Merge pull request #3316 from Themaister/master
Vulkan: Add shader parameters
2016-08-01 22:16:33 +02:00
twinaphex
6f605e2df5 CXX_BUILD buildfix 2016-08-01 22:16:00 +02:00
Hans-Kristian Arntzen
00de5aa2f0 Vulkan: Filter out duplicated parameters. 2016-08-01 22:10:14 +02:00
Hans-Kristian Arntzen
efd3067903 Vulkan: Hook up shader parameters. 2016-08-01 22:10:14 +02:00
Hans-Kristian Arntzen
8b14941a94 Refactor out resolve_current_parameters. 2016-08-01 22:10:14 +02:00
Hans-Kristian Arntzen
a50c204d5e Vulkan: Begin parsing parameters. 2016-08-01 22:10:14 +02:00
twinaphex
8d186dab88 Relocate D3D drivers 2016-08-01 22:05:57 +02:00