9938 Commits

Author SHA1 Message Date
twinaphex
c03c980c1e (XDK D3D) Create set_mvp 2014-03-06 18:29:54 +01:00
Twinaphex
e8131197eb Merge pull request #596 from tobiasjakobi/docs
video_lima: be more explicit about limare dependencies in the docs
2014-03-06 16:53:47 +01:00
Tobias Jakobi
3e0ba6005c video_lima: be more explicit about limare dependencies in the docs 2014-03-06 16:04:47 +01:00
twinaphex
1c2721742d config_save_on_exit set to true should be the new default from
now on - people can tell RA with flags not to save on exit
2014-03-06 06:23:39 +01:00
twinaphex
ef01743ef9 (Xbox 360) Expose Gamma correction option in menu 2014-03-06 05:45:11 +01:00
twinaphex
81644a6905 (XDK D3D) Cleanups #2 2014-03-06 05:05:26 +01:00
twinaphex
36c160b909 (XDK D3D) Cleanups 2014-03-06 04:58:21 +01:00
twinaphex
a99bea53d9 (360) Use faster SetTextureFetchConstant after first SetTexture transfer 2014-03-06 04:04:03 +01:00
twinaphex
887b57fef4 (XDK1) Use faster SwitchTexture after the first SetTexture
call - should change a texture in ten x86 instructions
2014-03-06 02:51:06 +01:00
twinaphex
6894cb81a8 (XDK1) Applies soft filtering and flicker filtering correctly now 2014-03-06 02:37:10 +01:00
twinaphex
f081680b99 (XDK1) Set default_libretro_path and default_libretro_info_path 2014-03-06 02:32:12 +01:00
twinaphex
0f357099c5 (Xbox 1) Move SetFlickerFilter/SetSoftDisplayFilter to render_pass 2014-03-06 02:22:16 +01:00
twinaphex
0cbc14cac2 (360) Fixup core info/core dir defaults 2014-03-06 02:20:33 +01:00
twinaphex
29293476c1 Ifdef libretro_free_system_info with HAVE_DYNAMIC 2014-03-06 02:14:38 +01:00
twinaphex
f7c532ea30 (Xbox 360) Set default libretro info path and default core path 2014-03-06 02:11:08 +01:00
twinaphex
1c371cf5c4 (XUI) Fix SD menu layout 2014-03-06 01:51:26 +01:00
twinaphex
3d2c4171cd (core_info) Add back hack for RARCH_CONSOLE 2014-03-06 01:02:00 +01:00
twinaphex
2cbaf4c5dd (Menu) Show Core Directory path 2014-03-06 00:41:18 +01:00
twinaphex
ec682695ba (RARCH_CONSOLE) Bake in 'Core Directory' in Path Settings 2014-03-06 00:17:02 +01:00
twinaphex
5d41c679bc (RARCH_CONSOLE) Take out 'DEFAULT_EXE_EXT' 2014-03-05 23:49:12 +01:00
twinaphex
ffc0525a4c (RARCH_CONSOLE) Take out hack in core_info_list_new 2014-03-05 23:47:11 +01:00
twinaphex
f765408f57 (RARCH_CONSOLE) Take out dead core upgrading code 2014-03-05 23:43:21 +01:00
Toad King
97c7ea07ba fix core information not working on statically linked cores 2014-03-05 16:39:08 -05:00
twinaphex
407cced43c (XDK D3D) Move g_extern.frame_count incrementin to swap_buffers 2014-03-05 22:24:39 +01:00
twinaphex
fb48a9e356 (XDK D3D) refactors 2014-03-05 22:10:36 +01:00
twinaphex
441aae95bf (XUI) Center XUI windows properly within safe areas now 2014-03-05 19:28:04 +01:00
twinaphex
b3729d589a (XUI / 360) Set fullscreen viewport for RMenu XUI 2014-03-05 19:03:25 +01:00
twinaphex
2b59b2fda0 (Mobile) Don't expose 'Black Frame Insertion' for mobile platforms -
can be dangerous for screens
2014-03-05 18:40:01 +01:00
twinaphex
7331fd3f82 (XDK1) Aspect ratios/integer scaling works correctly now 2014-03-05 18:37:47 +01:00
twinaphex
c94bb7d06d (XDK D3D) Build fix 2014-03-05 18:15:41 +01:00
twinaphex
3cbd430b12 (XDK D3D) Cleanups 2014-03-05 17:25:30 +01:00
twinaphex
4e21522da1 (XDK1 D3D) Take out unused font->x/font->y 2014-03-05 06:55:16 +01:00
twinaphex
d5e9951c59 (XDK D3D) Simplify set_rotation 2014-03-05 06:35:42 +01:00
twinaphex
f0ff3b4ae7 (XDK D3D) Rename win_width/win_height to screen_width/screen_height 2014-03-05 06:25:39 +01:00
twinaphex
4cd603197b (XDK D3D) Refactor LPDIRECT3D member to g_pD3D 2014-03-05 06:11:39 +01:00
twinaphex
1e37515e2f (XDK D3D) Rename d3d_render_device member to dev 2014-03-05 06:05:48 +01:00
twinaphex
8a670dd2c8 (PC D3D9) Go through d3dr pointer 2014-03-05 05:25:27 +01:00
twinaphex
7311d6503f (XDK D3D) Use 'data' parameter instead of driver.video_data 2014-03-05 05:07:16 +01:00
twinaphex
11f67362dc (XDK1) Quick build fix 2014-03-05 04:27:15 +01:00
twinaphex
5a7b9dcad5 (XDK D3D) Cleanups 2014-03-05 04:05:12 +01:00
twinaphex
a225beb4e5 (XUI) menu_iterate_xui updated 2014-03-05 03:55:16 +01:00
twinaphex
75fee188e2 (Xbox 1) Refactor Xbox 1-only audio volume setting 2014-03-05 03:40:55 +01:00
twinaphex
f2958bb7b6 (XDK 360) Define HAVE_OVERLAY 2014-03-05 02:49:30 +01:00
twinaphex
571a38e528 (XDK 360) Define HAVE_THREADS 2014-03-05 02:44:28 +01:00
twinaphex
0c0209a705 (XDK D3D) Build fix 2014-03-05 02:33:46 +01:00
twinaphex
9d6ef702d6 (XDK D3D) Cleanups 2014-03-05 02:31:29 +01:00
twinaphex
b5d6d4a455 (XDK D3D) Cleanups 2014-03-05 02:15:42 +01:00
twinaphex
61893a82e8 (D3D9) Move more Cg functions to render_chain_cg.cg 2014-03-05 01:54:09 +01:00
Twinaphex
4672afd5ce Merge pull request #593 from tobiasjakobi/master
video_lima: alignment changes
2014-03-04 20:32:24 +01:00
Tobias Jakobi
49bc4f226f video_lima: increase alignment of allocated memory to 128-bit
This works better for the NEON asm in limare.
2014-03-04 20:26:53 +01:00