twinaphex
fe510bca6f
Indenting/C-style comments
2014-09-08 17:57:18 +02:00
Higor Eurípedes
1833467c2c
C++ build fixes
2014-09-06 22:14:09 -03:00
Twinaphex
771aed771e
Merge pull request #947 from lioncash/statics
...
Make some functions static
2014-09-06 06:31:45 +02:00
Lioncash
27d43eecfd
matrix: Fix a misnamed function prototype
2014-09-06 00:21:40 -04:00
Lioncash
6b84ccdcef
Make some functions static
2014-09-06 00:10:52 -04:00
Twinaphex
66427db631
Merge pull request #942 from lioncash/unused
...
Remove some unused variables.
2014-09-06 03:40:56 +02:00
Lioncash
ab1ab62a6d
Fix some printf specifiers to the correct signed-ness
2014-09-05 19:43:32 -04:00
Lioncash
a7aa077cc6
Remove some unused variables.
2014-09-05 19:27:46 -04:00
twinaphex
fcf121d631
shader_parse.c - cleanups
2014-09-05 21:06:41 +02:00
Twinaphex
18754d5e4c
Merge pull request #938 from lioncash/var-assignment
...
d3d: Fix variable assignment in d3d_set_shader
2014-09-05 01:23:49 +02:00
Lioncash
5b3d5f8c02
d3d: Remove the auto variable and replace it with it's concrete type
2014-09-04 19:17:24 -04:00
Lioncash
6ad6ae5e57
d3d: Fix variable assignment in d3d_set_shader
2014-09-04 19:12:23 -04:00
Higor Eurípedes
f2a3a4df95
(SDL2) Do not restrict the user to the SDL2 input driver
2014-09-04 12:51:35 -03:00
Twinaphex
b8df671bd9
Merge pull request #934 from lioncash/overflow
...
shader_parse: Fix potential sscanf buffer overflow
2014-09-04 13:08:26 +02:00
Lioncash
eb27dd4043
shader_parse: Fix potential sscanf buffer overflow
...
Indexes are zero-based, so although the buffers are 64 elements in size, we only have addressing from 0-63.
2014-09-04 01:51:54 -04:00
Lioncash
b649cec22f
d3d_ctx: Fix indentation
2014-09-03 22:10:15 -04:00
twinaphex
8fdf7299f6
(gfx/scaler) Get rid of some unnecessary ifs
2014-09-03 06:18:19 +02:00
Higor Eurípedes
014fdd3292
(D3D) Reset d3d_quit during context initialization
2014-09-02 12:44:23 -03:00
twinaphex
cc74d41952
(Softfilter) buildfix for targets that don't have HAVE_THREADS
...
defined
2014-09-02 00:49:28 +02:00
Mike Robinson
d7cd930d40
Avoid flicker during BFI and slow-motion or pause
2014-08-31 11:05:09 +01:00
twinaphex
bda03a52fe
(PS3) Take out triple buffering
2014-08-31 04:13:53 +02:00
twinaphex
262ec8881a
(PS3) Refactor PAL60 setting
2014-08-31 03:50:44 +02:00
twinaphex
27a60f1d5d
Refactor Soft Filter menu option for Wii/Xbox 1
2014-08-31 03:38:21 +02:00
Higor Eurípedes
2703fa7f66
Allow unix-like build under mingw
2014-08-29 16:40:25 -03:00
Twinaphex
450769fc75
Merge pull request #906 from heuripedes/sdl-improvements
...
SDL/SDL2 gfx clean ups
2014-08-28 19:13:59 +02:00
Mike Robinson
3f8f4a85ee
Show image frame before BFI black frame
...
Image frame should be shown as soon as possible to minimize display
latency.
2014-08-28 17:57:02 +01:00
Higor Eurípedes
e218e53755
(SDL*) Refactor *set_handles() functions
2014-08-28 13:31:57 -03:00
Higor Eurípedes
b15ffc999c
(SDL) Fix scaler memory leak
2014-08-28 13:31:56 -03:00
Higor Eurípedes
260abc0861
(SDL) Clean sdl_gfx.c up a bit
2014-08-28 13:31:56 -03:00
Higor Eurípedes
314389e4f7
(SDL2) List available renderers
2014-08-28 13:31:56 -03:00
Mike Robinson
8c79dc972c
Disable BFI during fast foward
...
Fast forward causes ugly flicker when BFI is enabled.
2014-08-27 22:40:19 +01:00
twinaphex
228569c8f8
Cleanup extraneous elses
2014-08-27 03:28:22 +02:00
twinaphex
6a8ccc3844
Move DEFAULT_SHADER_TYPE from driver.h to gfx/shader_common.h
2014-08-26 19:48:56 +02:00
twinaphex
8f0509fa29
(GL) Fix build in case HAVE_FBO is not defined
2014-08-25 01:39:48 +02:00
Higor Eurípedes
ea82f6cff5
(SDL) Use SDL_PeepEvents instead of SDL_PollEvent
2014-08-22 19:58:47 -03:00
Higor Eurípedes
0813d7dba4
(sdl_gl) Merge SDL and SDL2 event loops
2014-08-22 19:39:29 -03:00
Higor Eurípedes
15297c85cd
(sdl_gl) Fix segfault
2014-08-22 19:11:26 -03:00
twinaphex
f9d244dcd6
(PSP1) Fix build
2014-08-22 10:46:14 +02:00
Alcaro
76c124b437
Don't use SDL GL contexts with OpenGL disabled.
2014-08-21 12:54:20 +02:00
Higor Eurípedes
05976a7720
(SDL2) Fix typo
2014-08-20 22:11:30 -03:00
Higor Eurípedes
99ce4e5329
Add last resort SDL gfx context
2014-08-20 22:09:30 -03:00
Higor Eurípedes
3f60f7de0f
(SDL2) Remove double header inclusion
2014-08-19 16:55:32 -03:00
Higor Eurípedes
705f14a8da
(SDL2) Show available video drivers and fix typo
2014-08-19 16:55:32 -03:00
Higor Eurípedes
110cde65c5
(scaler.c) Add missing RGBA4444 to ARGB8888 conversion
...
Signed-off-by: Higor Eurípedes <heuripedes@gmail.com>
2014-08-19 16:55:32 -03:00
Higor Eurípedes
e88f3b4355
(SDL) Fix double initialization
...
Signed-off-by: Higor Eurípedes <heuripedes@gmail.com>
2014-08-19 16:55:32 -03:00
Twinaphex
0b7fe7c9df
(MSVC D3D9) Change gfx enum filter type to unsigned
2014-08-19 21:22:39 +02:00
twinaphex
89cedb70df
(SoftFilters) Options in blargg NTSC SNES .filt files work now
2014-08-19 19:49:18 +02:00
twinaphex
459c27e11f
(SoftFilter) Build fixes for non_HAVE_DYLIB
2014-08-19 19:45:19 +02:00
twinaphex
4dea8caa6f
(SoftFilter) Refactor most code associated to SoftFilter plugin - load .filt
...
files instead of the dynamic libraries directly. Options can be
set in the config file.
There's still a problem with config file options - will work this
out later.
2014-08-19 19:38:33 +02:00
twinaphex
0bd97eb1ba
(SoftFilter) Bump up API version - start supporting config files
...
(stub for now)
2014-08-19 17:05:47 +02:00