Commit Graph

3350 Commits

Author SHA1 Message Date
twinaphex
b48d6306df (D3D) Make renderchain_render_pass static 2015-04-06 00:07:25 +02:00
twinaphex
32c3986ff9 (XDK) Cleanups 2015-04-06 00:03:03 +02:00
twinaphex
70ec7c3811 (D3D) Cleanups 2015-04-06 00:01:32 +02:00
twinaphex
49788350e6 (XDK) Cleanups 2015-04-05 23:54:28 +02:00
twinaphex
d264b79418 (XDK) Cleanups 2015-04-05 23:47:02 +02:00
twinaphex
cbd5f356c8 (D3D) Cleanups 2015-04-05 23:42:40 +02:00
twinaphex
91f9b5713f (D3D) Make renderchain_blit_to_texture static 2015-04-05 23:30:38 +02:00
twinaphex
d4673d6c4c (D3D) Cleanups 2015-04-05 23:28:42 +02:00
twinaphex
508ab03ea2 Make renderchain_compile_shaders static 2015-04-05 23:25:27 +02:00
twinaphex
05b6b7a2ea (D3D) Cleanups 2015-04-05 23:19:10 +02:00
twinaphex
f24680fd57 (D3D) Take out some HAVE_CG ifdefs 2015-04-05 23:01:26 +02:00
twinaphex
512f6aa1b8 (3DS) use retro_inline.h 2015-04-05 22:50:44 +02:00
Twinaphex
563bdafada Merge pull request #1589 from aliaspider/master
(3DS) video driver update.
2015-04-05 22:49:19 +02:00
aliaspider
e06a7d5f7e (3DS) set the content frame to fullscreen for now, until aspect ratio
settings are implemented.
2015-04-05 21:06:24 +01:00
aliaspider
bac17ec84a (3DS) add missing inline directive. 2015-04-05 20:48:23 +01:00
aliaspider
6e364e5e48 (3DS) update copyright. 2015-04-05 20:44:50 +01:00
Twinaphex
7f58dedb46 Merge pull request #1588 from aliaspider/master
(3DS) video driver rewrite.
2015-04-05 21:44:23 +02:00
aliaspider
81933fc96d (3DS) ctr_gu.h was missing. 2015-04-05 20:43:15 +01:00
aliaspider
fe923dff98 (3DS) video driver rewrite. 2015-04-05 20:40:35 +01:00
twinaphex
c4126d4d11 (XDK) Turn some functions non-static 2015-04-05 19:23:33 +02:00
twinaphex
36a062bcf3 Update signature for d3d_lockrectangle_clear 2015-04-05 19:17:24 +02:00
twinaphex
d3ecc62291 (d3d.h) Cleanups 2015-04-05 19:15:03 +02:00
twinaphex
388206ed6b (XBOX) Move XBOX1 SetFlickerFilter to renderchain_blit_texture 2015-04-05 18:59:13 +02:00
twinaphex
d14751a649 (D3D) Turn renderchain_set_mvp static 2015-04-05 18:54:14 +02:00
twinaphex
2066396913 (D3D) Make renderchain_set_vertices static 2015-04-05 18:52:44 +02:00
twinaphex
6365ac2174 (D3D) Turn more functions static 2015-04-05 18:49:29 +02:00
twinaphex
1f3c5fc71c (D3D) Turn some functions static 2015-04-05 18:46:28 +02:00
twinaphex
d9aa01da06 (D3D) Move structs around 2015-04-05 18:44:12 +02:00
twinaphex
b509e12405 (Cg) Move Cg header include to render_chain.cpp 2015-04-05 18:41:40 +02:00
twinaphex
e34c90179f (D3D) Move struct Pass to render_chain.cpp 2015-04-05 18:40:19 +02:00
twinaphex
daf3f3bb08 (D3D) Buildfix 2015-04-05 18:33:42 +02:00
twinaphex
afe35e774a (D3D) renderchain_set_final_viewport - call d3d_recompute_pass_sizes 2015-04-05 18:31:07 +02:00
twinaphex
7d162b79c0 (d3d_wrapper.cpp ) Cleanup 2015-04-05 18:29:38 +02:00
twinaphex
e9f08dfafe (D3D) Don't use Pass from d3d_wrapper.cpp 2015-04-05 18:25:48 +02:00
twinaphex
9c678a3abd (D3D) Buildfix #2 2015-04-05 18:21:25 +02:00
twinaphex
6927d6e47c (D3D) Rename cg_shader to shader_path 2015-04-05 18:20:45 +02:00
twinaphex
56145d279d (D3D) Don't ifdef out d3d_init_shader/d3d_deinit_shader 2015-04-05 18:18:02 +02:00
twinaphex
97acc50b6e (D3D) Fix two extern declarations 2015-04-05 18:15:10 +02:00
twinaphex
b148bb0c8a (XDK) Buildfix #2 2015-04-05 18:11:50 +02:00
twinaphex
e59d5a26b2 (XDK) Buildfix 2015-04-05 18:08:33 +02:00
twinaphex
e022372db5 (D3D) Buildfix 2015-04-05 18:01:33 +02:00
twinaphex
1a7d3e3ea0 Move Cg Context to render_chain.cpp 2015-04-05 17:59:03 +02:00
twinaphex
2ae20608e8 Wrap SetTexture calls 2015-04-05 17:44:27 +02:00
twinaphex
252c9e5947 (D3D) d3d_set_texture - implement it properly 2015-04-05 17:42:53 +02:00
twinaphex
7a2554c750 (D3D) Wrap SetSamplerState calls 2015-04-05 17:41:04 +02:00
twinaphex
07dc651d15 (D3D) Go through d3d_set_stream_source in render_chain.cpp 2015-04-05 17:33:54 +02:00
twinaphex
500ad905a8 (D3D) Cleanups 2015-04-05 17:27:45 +02:00
twinaphex
7f65bf700a Revert "(D3D) More refactors to do with hiding away vertex declaration"
This reverts commit c6458daa0e.
2015-04-05 17:21:52 +02:00
twinaphex
c6458daa0e (D3D) More refactors to do with hiding away vertex declaration
code in render_chain.cpp
2015-04-05 17:17:18 +02:00
twinaphex
aaee638f6d (D3D) Cleanup 2015-04-05 17:08:22 +02:00
twinaphex
74a1920fda (D3D) Free vertex declaration in d3d_vertex_buffer_free 2015-04-05 17:05:53 +02:00
twinaphex
d1af8742f6 (D3D) Turn _XBOX1 ifdef into HAVE_D3D8 2015-04-05 16:54:06 +02:00
twinaphex
2adab38d8e (D3D) Use libretro.h pixel format types 2015-04-05 16:51:19 +02:00
twinaphex
e89a712d8d (D3D) Use libretro pixel format types 2015-04-05 16:48:22 +02:00
twinaphex
162ffd9586 (D3D) Cleanups 2015-04-05 16:34:31 +02:00
twinaphex
3f118245a6 Change some _XBOX1 defines to HAVE_D3D8 defines 2015-04-05 16:17:22 +02:00
twinaphex
bd9b6f4795 (D3D) Style nits 2015-04-05 16:15:14 +02:00
twinaphex
975464968f (D3D) Style nits 2015-04-05 15:53:06 +02:00
twinaphex
e3e99d0516 Include render_chain_cg.h into render_chain.cpp 2015-04-05 05:09:05 +02:00
twinaphex
a1106e949e (XDK) Don't increment video frame count in video driver 2015-04-05 05:06:01 +02:00
twinaphex
f0dbe674a4 Move struct definition of renderchain_t to render_chain.cpp 2015-04-05 05:01:47 +02:00
twinaphex
8b9d08e8ee (D3D) Refactors pt. 2 2015-04-05 04:59:35 +02:00
twinaphex
bf196212f3 (D3D) Refactor renderchain code some more 2015-04-05 04:54:50 +02:00
twinaphex
4ba073424c (D3D) More refactors 2015-04-05 04:30:50 +02:00
twinaphex
122df894ff (D3D) Cleanups 2015-04-05 04:18:49 +02:00
twinaphex
58112a1409 (D3D) Refactor find_semantic 2015-04-05 04:04:19 +02:00
twinaphex
32d80dc413 (D3D) Create renderchain_add_lut 2015-04-05 03:57:09 +02:00
twinaphex
e0e54ca093 (D3D) Buildfix 2015-04-05 03:43:28 +02:00
twinaphex
784e7998c1 (D3D) Rewrite renderchain_set_mvp 2015-04-05 03:42:15 +02:00
twinaphex
4a41dbcda7 Rewrite find_param_from_semantic 2015-04-05 03:35:21 +02:00
twinaphex
6e04afad4d (D3D) Update 2015-04-05 02:31:24 +02:00
twinaphex
4e7f1f0dc8 (D3D) Change lut_info.id to char 2015-04-05 02:13:27 +02:00
twinaphex
dd3aedf927 (Cg) Rewrite renderbind_chain_pass pt. 2 2015-04-05 02:10:06 +02:00
twinaphex
89b0daa458 (D3D) Rewrite renderchain_bind_pass 2015-04-05 02:08:18 +02:00
twinaphex
f425ea56a4 (D3D) Buildfix 2015-04-05 01:50:19 +02:00
twinaphex
0a5a72b8b1 (D3D) Cleanups pt. 8 2015-04-05 01:48:44 +02:00
twinaphex
249a0b898d (D3D) Use pointer arguments instead of references 2015-04-05 01:24:09 +02:00
twinaphex
583855a85c (D3D) Cleanups pt. 7 2015-04-05 01:15:54 +02:00
twinaphex
cf4975b059 (D3D) Cleanups pt. 6 2015-04-05 01:05:51 +02:00
twinaphex
b6c862c76b (D3D) Cleanups pt. 5 2015-04-05 00:59:02 +02:00
twinaphex
8a516b13ac (D3D) Cleanups pt. 4 2015-04-05 00:54:51 +02:00
twinaphex
9081500780 (D3D) Cleanups pt. 3 2015-04-05 00:44:54 +02:00
twinaphex
880a7813a1 (D3D) Cleanups pt. 2 2015-04-05 00:09:39 +02:00
twinaphex
94fa13512c (D3D) Cleanups 2015-04-05 00:06:53 +02:00
radius
5e6cf7d74d windows build fixes 2015-04-04 13:56:26 -05:00
twinaphex
0a6be957e9 (D3D) Cleanups 2015-04-04 20:49:30 +02:00
twinaphex
a8f9d73a97 (Win32) Replace wgl_shader_dlg.h header includes 2015-04-04 20:45:15 +02:00
twinaphex
66a17301f1 Move resource.h file to gfx/drivers_wm 2015-04-04 20:37:22 +02:00
twinaphex
36b054506d Move window manager code to gfx/drivers_wm 2015-04-04 20:30:44 +02:00
twinaphex
02c514a873 (D3D) Build fixes 2015-04-04 03:04:01 +02:00
twinaphex
ece77e4bfa Add extern "C" to font_renderer_driver.h 2015-04-04 02:47:13 +02:00
twinaphex
24733603ea Rename d3d_ctx.c to d3d_ctx.cpp 2015-04-04 02:45:22 +02:00
twinaphex
9e56bd2f23 Rename files back to .cpp 2015-04-04 02:36:55 +02:00
Twinaphex
632dfe3a82 Merge pull request #1578 from lioncash/printf
Fix some printf format specifiers
2015-04-03 22:30:04 +02:00
Alcaro
acab4487f5 Merge pull request #1579 from lioncash/typo
video_thread_wrapper: Fix height return value
2015-04-03 21:25:38 +02:00
Lioncash
3d6a936dfe video_thread_wrapper: Fix height return value
Previously thread_get_video_output_size would assign the width to the height output.
2015-04-03 15:21:55 -04:00
Lioncash
b68048e6db Fix some printf format specifiers
Gets rid of warnings on higher warning levels
2015-04-03 15:09:17 -04:00
twinaphex
532d112ff8 (Font) Combine font_d3d_driver and font_gl_driver 2015-04-03 20:36:19 +02:00
twinaphex
bccb9a3203 (Mali Ctx) Cleanup 2015-04-03 04:40:53 +02:00
twinaphex
951547eb70 (GL) Namespace cleanups 2015-04-03 04:25:46 +02:00
twinaphex
b89f97065a (sdl_gfx) Cleanups 2015-04-03 04:20:50 +02:00
twinaphex
6ce142305d (sunxi_gfx.c) Cleanups 2015-04-03 04:17:44 +02:00
twinaphex
352bd086b0 (omap_gfx) Cleanups 2015-04-03 04:07:04 +02:00
twinaphex
a039a64314 (exynos/dispmanx) Namespace / style nits 2015-04-03 03:53:01 +02:00
twinaphex
be7036b489 (gl_raster_font.c) Namespace functions 2015-04-03 03:27:34 +02:00
twinaphex
d84b08ab08 (PS3) Buildfix 2015-04-03 03:23:02 +02:00
twinaphex
2b6986baff (360) Build fixes 2015-04-03 02:41:37 +02:00
twinaphex
96fca83753 (MSVC) Win32 buildfixes 2015-04-03 02:35:37 +02:00
twinaphex
41ce2b8ffd Rename d3d_context.cpp 2015-04-03 02:18:33 +02:00
twinaphex
6131fc7773 Rename d3d_wrapper.cpp 2015-04-03 02:16:55 +02:00
twinaphex
0f6c64e420 Rename xdk360_fonts.cpp 2015-04-03 01:58:52 +02:00
twinaphex
4a8f354fdc Rename d3d_w32_font.cpp to d3d_w32_font.c 2015-04-03 01:53:42 +02:00
Higor Eurípedes
986367cf7d (gl_raster_font.c) Fix block (un)binding 2015-04-02 20:12:32 -03:00
twinaphex
e1f7097341 (d3d_w32_font.cpp) Style nit 2015-04-02 23:16:09 +02:00
twinaphex
ef88957eb1 (driver_font/xdk360_fonts.cpp) Cleanup 2015-04-02 22:23:07 +02:00
Lioncash
5102339e84 ctr_gfx: Fix a missing printf formatting specifier 2015-04-02 12:41:07 -04:00
Lioncash
f59135359e font: Remove unnecessary null checks
These conditions are checked at the top of the function.
2015-04-02 11:18:14 -04:00
Lioncash
6adfced132 video_driver: Fix a typo in a conditional 2015-04-02 08:27:31 -04:00
aliaspider
d842697863 (3DS) can display loaded content.
add an fps counter.
2015-04-02 04:00:26 +01:00
aliaspider
948e637e22 (3DS/CTR) shutdown hack not needed anymore. 2015-04-02 02:28:56 +01:00
aliaspider
27bd10b21d implement a very basic input driver, will need to be implemented
correctly later.
2015-04-02 02:19:21 +01:00
twinaphex
5612545b25 (CTR/3DS) Update copyright headers 2015-04-02 01:43:28 +02:00
Twinaphex
db2dd5010b Merge pull request #1559 from aliaspider/master
preliminary 3DS port.
2015-04-01 23:18:12 +02:00
aliaspider
2045cee432 preliminary 3DS port. 2015-04-01 22:14:13 +01:00
Jean-André Santoni
158c79ed9e (Menu) Improved text alignment for gl menu drivers 2015-03-31 14:00:30 +02:00
twinaphex
0c61f8e4eb (wgl_shader_dlg.c) Style nits 2015-03-30 18:02:22 +02:00
Neville
672c19074f (OSX PPC) Buildfixes 2015-03-31 02:47:51 +11:00
neville
ddb5aab3ed (OSX PPC) Start making things more backwards compatible with OSX 10.4 - avoid CGFloat, NSUinteger, NSInteger, use <AvailabilityMacros.h> instead of <Availability.h>, etc. 2015-03-30 17:10:31 +02:00
twinaphex
09c481342b Turn gl_ff_vertex/gl_ff_matrix into functions 2015-03-30 02:59:39 +02:00
twinaphex
8eab7e6631 Demacroize context_bind_hw_render 2015-03-30 02:53:11 +02:00
twinaphex
318b74332e (XDK1) Cleanups 2015-03-30 02:16:54 +02:00
twinaphex
7c1d3471f6 (XDK1) Build fixes 2015-03-30 02:10:42 +02:00
twinaphex
61962e1018 (CoreText) Update 2015-03-30 00:57:32 +02:00
twinaphex
2c555082ee D3D and GL now use the same font driver interface 2015-03-30 00:55:39 +02:00
twinaphex
51202f7f0a Update init_first function 2015-03-30 00:49:18 +02:00
twinaphex
66198fffb6 Update init signature 2015-03-30 00:48:43 +02:00
twinaphex
c849c6bcdf (D3D) Prepare d3d driver for font changes 2015-03-30 00:46:56 +02:00
twinaphex
fbb84ba4b6 (D3D) Start changing init functions of d3d font drivers 2015-03-30 00:41:42 +02:00
twinaphex
8f3e83ad10 Pass d3d->font_handle to 'init_first' 2015-03-30 00:34:43 +02:00
twinaphex
ff57f65841 (D3D Font) Build fixes 2015-03-30 00:32:14 +02:00
twinaphex
172ded89b9 (D3D Fonts) Start allocating and freeing structs 2015-03-30 00:29:02 +02:00
twinaphex
5f56455e60 (D3D) Build fixes for font changes 2015-03-29 23:58:00 +02:00
twinaphex
07d28f7b31 Change signature of d3d_font_init_first 2015-03-29 23:51:06 +02:00
twinaphex
bfbcbb6ae8 (D3D) Buildfix 2015-03-29 23:34:43 +02:00
twinaphex
4bc4837d95 (D3D) Move font_color variable to d3d_w32_font.cpp 2015-03-29 23:12:05 +02:00
twinaphex
294a0b08e3 Make d3d_font_renderer_t more like gl_font_renderer_t 2015-03-29 22:37:52 +02:00
twinaphex
f3e5ed9854 Change signature of get_glyph 2015-03-29 22:36:30 +02:00
twinaphex
0443624ee2 Fix gl_raster_font.c 2015-03-29 22:28:17 +02:00
twinaphex
1dba948f64 Change font_d3d_driver.h 2015-03-29 22:01:52 +02:00
twinaphex
65e812da4c Change signatures of gl font driver callback functions 2015-03-29 21:59:01 +02:00
twinaphex
bbfedcedae Move struct to gl_common.h 2015-03-29 21:44:37 +02:00
twinaphex
ed5891b8e8 Rename gl_coord_array_release to gl_coord_array_free 2015-03-29 19:25:48 +02:00
twinaphex
d374fb863c Use retro_inline.h for remaining 'inline' instances 2015-03-29 16:43:02 +02:00
twinaphex
03c6265846 Take out rpng.h header include in formats/image.h 2015-03-28 21:44:17 +01:00
twinaphex
2f545f410d (video_state_python.c) Cleanup 2015-03-28 21:18:46 +01:00
twinaphex
3da7197538 (font_driver) Get rid of warnings 2015-03-28 20:51:03 +01:00
twinaphex
66d2172004 Make video_thread_wrapper.h not dependent on GL video font driver 2015-03-28 19:44:03 +01:00
Alcaro
fbeec2f00e (WGL) Apparently HAVE_EGL can be defined on this platform... 2015-03-27 23:07:57 +01:00
Higor Eurípedes
b9f40fc1c9 (XMB) Fix raster block usage 2015-03-27 16:15:54 -03:00
Higor Eurípedes
2115e806a7 (GLUI) Fix fullscreen rendering 2015-03-26 14:07:39 -03:00
Twinaphex
b671d96e20 Remove some unused variables 2015-03-25 18:26:11 +01:00
Higor Eurípedes
8fc5818130 (GLUI,XMB) Fix OSD 2015-03-25 13:42:34 -03:00
Higor Eurípedes
d3d976c92b (GLUI) Only update text vertices when needed 2015-03-25 13:04:54 -03:00
Higor Eurípedes
8b7bbc7975 (gl_font_renderer_t) Implement swappable blocks and remove end_block pointer 2015-03-25 13:04:53 -03:00
Higor Eurípedes
ed6f1cfdd3 (gl_raster_font) Make use of gl_coord_array_t 2015-03-25 13:04:53 -03:00
Higor Eurípedes
539e77b122 (gl) Add gl_coord_array_t 2015-03-25 13:04:53 -03:00
Higor Eurípedes
7d1bffc350 (gl_font_renderer_t) Implement block flushing 2015-03-25 13:04:53 -03:00
Higor Eurípedes
8f0302c519 (gl_font_renderer_t) Implement basic text block rendering 2015-03-25 13:04:53 -03:00
Higor Eurípedes
7dc3b7a9be (gl_raster) Extract some functions to improve clarity 2015-03-25 13:04:53 -03:00
vanfanel
b39867f5db SUNXI driver: removed unused variables. 2015-03-25 15:30:29 +00:00
Twinaphex
72dd646d65 Remove unused variable 2015-03-25 09:23:10 +01:00
vanfanel
2eb3fdba44 Removed unneeded header includes in the Dispmanx driver. 2015-03-24 21:20:13 +01:00
vanfanel
f4dd04c828 More optimizations. RGUI Menu working. 2015-03-24 20:13:09 +00:00
twinaphex
436536398a (GL) Conditional no longer needed - check is done outside in
video_driver_frame
2015-03-24 13:37:58 +01:00
twinaphex
4f6a3532f6 Create video_driver_frame wrapper function 2015-03-24 13:27:38 +01:00
twinaphex
6f0eef0c86 Cleanup video_driver_set_rotation 2015-03-24 08:48:03 +01:00
twinaphex
adf076cc3d Cleanups 2015-03-24 08:31:35 +01:00
twinaphex
8e3bb9fc28 (video_driver) Cleanups 2015-03-24 08:24:33 +01:00
twinaphex
13789a7233 (MSVC) Fix redefinition warning 2015-03-23 23:58:23 +01:00
aliaspider
4494146179 (windows) build fix: change video_driver_resolve to video_driver_get_ptr 2015-03-23 21:36:27 +01:00
Twinaphex
93ad945e15 Merge pull request #1530 from aliaspider/master
(windows) add a shader parameters popup window.
2015-03-23 21:23:29 +01:00
aliaspider
d8fc17307d (windows) shader parameters dialog: silence a warning. 2015-03-23 18:13:52 +01:00
aliaspider
a43af8622d (windows) add a shader parameters popup windows. 2015-03-23 17:36:37 +01:00
twinaphex
7f6c71dabc gfx/video_driver.c - cleanups 2015-03-23 07:31:01 +01:00
twinaphex
2611466a57 gfx/video_driver.c - cleanups 2015-03-23 07:25:18 +01:00
twinaphex
f5b2b8fdf7 Create input_driver_free 2015-03-23 07:15:41 +01:00
twinaphex
95664b038e Create input_driver_init 2015-03-23 07:07:28 +01:00
twinaphex
42b054771a (Wii) Buildfix 2015-03-23 04:32:12 +01:00
twinaphex
db1087ad33 Create input_driver_state 2015-03-23 03:04:05 +01:00
twinaphex
b98d8a47cf (audio/video_thread_wrapper) Style nits 2015-03-23 01:44:36 +01:00
twinaphex
2392a433d8 Create video_driver_get_video_output_next/video_driver_get_video_output_prev 2015-03-23 00:50:33 +01:00
twinaphex
724c809ca5 Create video_driver_apply_state_changes 2015-03-23 00:42:55 +01:00
twinaphex
d71de75c56 Create video_driver_set_filtering 2015-03-23 00:39:42 +01:00
Twinaphex
71b443f8c0 Merge pull request #1529 from vanfanel/master
Sunxi driver simplifying, round 1: rewrote buffering code for stability ...
2015-03-22 23:53:38 +01:00
vanfanel
429948cae3 Sunxi driver simplifying, round 1: rewrote buffering code for stability and simplicity. 2015-03-22 23:44:25 +00:00
twinaphex
aff28c9d93 Create video_driver_read_frame_raw 2015-03-22 23:52:01 +01:00
twinaphex
da53a4c683 Create video_driver_overlay_interface 2015-03-22 23:44:58 +01:00
twinaphex
7243c43cda Create video_driver_focus 2015-03-22 23:40:22 +01:00
twinaphex
4c9ac9d6e4 Use video_driver_set_shader 2015-03-22 22:17:52 +01:00
twinaphex
5538e2db1d Use video_driver_read_viewport 2015-03-22 21:57:17 +01:00
twinaphex
e3eb9fe9f0 Create video_driver_viewport_info 2015-03-22 21:28:50 +01:00
twinaphex
ecf6b2c702 Go through video_driver_set_texture_frame for PSP 2015-03-22 19:42:22 +01:00
twinaphex
56943ccb40 Create video_driver_set_texture_frame 2015-03-22 19:15:34 +01:00
twinaphex
636fd426f6 Create set_texture_enable wrapper function 2015-03-22 18:59:16 +01:00
twinaphex
6e91eed664 Create more wrapper functions 2015-03-22 18:48:24 +01:00
twinaphex
71dcc021a7 Create wrapper functions for video driver functions 2015-03-22 18:38:11 +01:00
twinaphex
de8d41a0f8 Use video_driver_set_rotation 2015-03-22 10:38:26 +01:00
twinaphex
4a46a8c5d7 Create video_driver_set_nonblock_state 2015-03-22 10:25:51 +01:00
twinaphex
9128319182 Style nits 2015-03-22 07:32:06 +01:00
twinaphex
c4afb2a154 Create video_driver_has_windowed 2015-03-22 07:20:55 +01:00
twinaphex
a760d25384 Create menu_driver_frame 2015-03-22 05:27:19 +01:00
twinaphex
326e7907ae (image.c) Cleanups 2015-03-22 04:15:30 +01:00
twinaphex
16cce08fa7 Rename threaded_video_resolve to threaded_video_get_ptr 2015-03-22 00:24:47 +01:00
twinaphex
508ade73f9 Rename menu_driver_resolve to menu_driver_get_ptr 2015-03-21 23:56:42 +01:00
twinaphex
5d0815a7b7 Rename video_driver_resolve to video_driver_get_ptr 2015-03-21 23:46:49 +01:00
twinaphex
d7d92cf83e (PSP) Style nits 2015-03-21 23:27:18 +01:00
twinaphex
f517c41070 (PSP) Style nits 2015-03-21 23:25:46 +01:00
twinaphex
2ec7fdde51 (GLX) Add GLES2 support 2015-03-21 23:10:06 +01:00
twinaphex
84f9f64f47 (360 MSVC) Fixes 2015-03-21 22:48:27 +01:00
vanfanel
25d9fc301d Free menu resources when exiting RA from menu. Changed console restore function name to a more appropiate one. 2015-03-21 11:53:44 +01:00
twinaphex
3676917265 Silence unused variable warnings 2015-03-21 06:55:34 +01:00
Twinaphex
fc09ad68be (GL) Fix unused variable warning 2015-03-21 06:24:37 +01:00
twinaphex
2409da4afe global_get_ptr update pt. 3 2015-03-21 05:55:31 +01:00
twinaphex
5a443d229a global_get_ptr update pt. 2 2015-03-21 05:42:49 +01:00
twinaphex
e6f0d366cb Go through global_get_ptr 2015-03-21 04:43:18 +01:00
twinaphex
45cf71770e Rename g_settings to g_config - to prevent conflicts, had to rename
some static variables in some of the gfx context driver files
2015-03-21 01:15:03 +01:00
twinaphex
c0d5a6c401 Updates pt. 7 2015-03-20 23:22:41 +01:00
twinaphex
f130b00596 Updates pt. 3 2015-03-20 22:08:36 +01:00
twinaphex
e996d5d51f Updates 2015-03-20 21:22:38 +01:00
twinaphex
7bc845006b Start replacing more g_settings usages 2015-03-20 20:43:22 +01:00
twinaphex
86644aee3c (gl_common.c) Cleanup 2015-03-20 02:51:16 +01:00
twinaphex
a086e8f60b Rename/move menu_texture to gfx/video_texture 2015-03-20 02:19:19 +01:00
vanfanel
d7a2a7c4c1 Fixed lockup issue on the dispmanx driver. Rewrote some parts for simplicity. 2015-03-19 12:23:18 +01:00
twinaphex
1e9725a302 (Android) Buildfix 2015-03-18 20:26:55 +01:00
twinaphex
3670ef2ac5 Go through driver_get_ptr to grab pointer to driver struct 2015-03-18 19:40:00 +01:00
twinaphex
7378299282 Create rarch_main_get_ptr 2015-03-18 06:47:22 +01:00
Higor Eurípedes
d2fb9a5991 (drm_egl_ctx.c) Return false instead of NULL 2015-03-16 14:43:56 -03:00
twinaphex
0788eab2bf (D3D) render_chain.cpp - cleanups 2015-03-16 18:40:07 +01:00
twinaphex
15bb15b22c (D3D) Cleanups 2015-03-16 18:33:47 +01:00
twinaphex
02d41ad651 (D3D) Move variables to top 2015-03-16 18:18:37 +01:00
Higor Eurípedes
b979e81b61 (sdl2_gfx.c) Fix CXX build 2015-03-16 14:01:23 -03:00
twinaphex
b4e564ad60 (D3D) Get rid of monitor namespace 2015-03-16 17:58:04 +01:00
twinaphex
a0f242e1a2 Capitalize enum names 2015-03-16 16:33:23 +01:00
twinaphex
02913851da (GL) Rearrange some variables 2015-03-16 16:28:30 +01:00
twinaphex
1edddcbd98 (GL) Initialize buffer and buffer_texture to NULL 2015-03-16 16:27:40 +01:00
twinaphex
29e3c79e8b (GL) Deal with some potential memory leaks 2015-03-16 16:22:48 +01:00
aliaspider
83df686965 gl_read_frame_raw: flip frame only when using hardware render. 2015-03-16 15:29:52 +01:00
aliaspider
a9f6a369bb (GL) add a test implementation for gl_read_frame_raw.
(inactive by default)
2015-03-16 13:39:25 +01:00
aliaspider
7a72d46f9a add a read_frame_raw callback to the video_driver_t structure. 2015-03-16 09:33:16 +01:00
twinaphex
c410e24d58 (vg.c) Add runloop.h 2015-03-15 18:29:16 +01:00