Commit Graph

28258 Commits

Author SHA1 Message Date
twinaphex
00c7d918e9 (XMB) Comment out unused variables 2016-04-16 07:33:56 +02:00
Twinaphex
ae561de0c8 (Griffin) Buildfixes 2016-04-16 07:32:39 +02:00
Twinaphex
5bba5813cf Cleanups - remove unused variables 2016-04-16 07:27:47 +02:00
twinaphex
87e8c28749 Favoritize GLSL as default shader type when available 2016-04-16 07:24:22 +02:00
twinaphex
92faefbccc (GL) Cleanups - gl_set_shader 2016-04-16 07:19:21 +02:00
twinaphex
dfe723c727 gl_shader_init - cleanup 2016-04-16 07:16:32 +02:00
twinaphex
4e041ff3d0 (GL) gl_shader_init - Cleanups 2016-04-16 05:36:09 +02:00
twinaphex
1dfb29ddaf Add video_shader_set_backend 2016-04-16 05:20:41 +02:00
twinaphex
7b88378952 Add params to video_shader_ctx_init 2016-04-16 05:14:39 +02:00
twinaphex
6f0011fd9f xmb_thumbnails_ident - cleanup 2016-04-16 05:07:08 +02:00
twinaphex
1f7e6690e3 compile_program - if 'program' is NULL, then try to set program
to built-in shader program slot
2016-04-16 04:58:03 +02:00
twinaphex
86cb092b02 Add SHADER_CTL_COMPILE_PROGRAM 2016-04-16 04:56:15 +02:00
twinaphex
79ef0268e5 (Cg) Cleanups 2016-04-16 04:34:32 +02:00
twinaphex
1439b38b20 (Cg shader) Cleanups 2016-04-16 04:31:24 +02:00
twinaphex
2479699131 Cleanups 2016-04-16 01:51:46 +02:00
twinaphex
8a90e2777c Rename GL_SHADER_STOCK_BLEND to VIDEO_SHADER_STOCK_BLEND 2016-04-16 01:50:20 +02:00
Twinaphex
7f6ff3ba84 Merge pull request #2863 from aliaspider/master
(3DS) fixes argc/argv related crashes
2016-04-15 23:49:56 +02:00
aliaspider
3913adbe99 nit. 2016-04-15 22:43:31 +01:00
aliaspider
8bd789389f (3DS) better handling of argc/argv, fixes crash in CIA builds. 2016-04-15 22:40:34 +01:00
Twinaphex
6241f52b90 Merge pull request #2862 from lakkatv/master
(XMB) Thumbnails: workaround for titles containing slashes
2016-04-15 21:38:54 +02:00
Jean-André Santoni
b5dc5470a4 (XMB) Thumbnails: workaround for titles containing slashes 2016-04-16 02:10:30 +07:00
aliaspider
c85e44d597 (3DS) build fix. 2016-04-15 18:46:10 +01:00
twinaphex
6f6330576c (zr_common.c) Cleanups 2016-04-15 07:45:59 +02:00
twinaphex
9d85afd358 Refactor SHADER_CTL_USE 2016-04-15 07:37:06 +02:00
twinaphex
0f65518118 Add set_active to 'use' function callback for shader driver 2016-04-15 05:08:03 +02:00
twinaphex
934681614f Cleanup 2016-04-15 05:01:32 +02:00
twinaphex
5c0f7876b8 Cleanups 2016-04-15 04:48:07 +02:00
twinaphex
b3f486ae44 (Menu drivers display) Cleanups 2016-04-15 04:43:48 +02:00
twinaphex
d7cbb4472e Cleanups 2016-04-15 04:20:57 +02:00
twinaphex
84eb56892f Cleanups 2016-04-15 04:17:31 +02:00
twinaphex
31c6bba86a Cut down on code duplication - draw_bg callback no longer necessary 2016-04-15 03:35:19 +02:00
twinaphex
0e984f6c95 Cleanups 2016-04-15 03:31:59 +02:00
twinaphex
3cb6117226 (Menu display) Cleanups 2016-04-15 03:24:21 +02:00
twinaphex
f4f839f776 Cleanups 2016-04-15 03:14:18 +02:00
Twinaphex
1583f7de97 Merge pull request #2860 from lakkatv/master
Fix arcade LPL generation
2016-04-15 00:57:00 +02:00
Jean-André Santoni
86cf3243aa Fix arcade LPL generation 2016-04-15 05:55:11 +07:00
Twinaphex
14a8ec050d Merge pull request #2859 from lakkatv/master
Arcade scanning
2016-04-15 00:30:54 +02:00
Jean-André Santoni
4f74976cac Arcade scanning 2016-04-15 05:28:44 +07:00
twinaphex
6a39d504e0 Change signature of uniform_set_parameters 2016-04-14 06:24:36 +02:00
twinaphex
7cd10fd707 Start creating stub hlsl_uniform_set_parameter 2016-04-14 03:52:29 +02:00
twinaphex
f418c7fde1 Cleanups 2016-04-14 03:41:53 +02:00
twinaphex
b9bb75c193 (HLSL) Refactor hlsl_compile_program 2016-04-14 03:38:45 +02:00
twinaphex
e61e617e80 (HLSL) Cleanups 2016-04-14 03:20:19 +02:00
twinaphex
a2acb0e6f0 Cleanups 2016-04-14 03:16:24 +02:00
twinaphex
c6292a38f5 Cleanups 2016-04-14 03:11:13 +02:00
twinaphex
8701af084a (HLSL) Cleanups 2016-04-14 03:09:15 +02:00
twinaphex
5cc1b85f70 (HLSL) Cleanups 2016-04-14 03:06:59 +02:00
twinaphex
930b854272 Refactor compile_programs functions 2016-04-14 01:53:23 +02:00
twinaphex
5f98068e7d Add shader_program_data 2016-04-14 01:33:43 +02:00
twinaphex
90018dbbe0 (Cg) Cleanups 2016-04-14 01:18:27 +02:00