Commit Graph

349 Commits

Author SHA1 Message Date
twinaphex
d3ae0834e6 (GX) Move sicksaxis GX files to input/ and rename it 2014-08-15 21:18:46 +02:00
twinaphex
4a17a7b832 (GX) Build fix 2014-08-15 21:08:56 +02:00
SuperrSonic
04c126123f Made viWidth point to config 2014-08-10 17:03:18 -04:00
twinaphex
78fcd416e7 Take out input_overlay_enable 2014-07-25 18:57:07 +02:00
twinaphex
5532babfd6 (Overlays) Add explicit overlay_enable option 2014-06-12 22:15:32 +02:00
twinaphex
4a4822e187 (Menu) Replace more rgui_ references to menu_ 2014-06-10 02:15:29 +02:00
twinaphex
fcb563818b (GX) Make gx_video more generic 2014-06-07 03:50:47 +02:00
twinaphex
acf9eb023d (GX) Use more generic thread naming 2014-06-07 03:12:58 +02:00
twinaphex
bdbf452fe9 (libogc) Retract 2014-06-07 02:26:21 +02:00
twinaphex
02864d882c (GX) Throw in stripped libogc 2014-06-07 01:40:35 +02:00
twinaphex
c22146fd0b (GXO Forgot to commit gx/sdk_defines.h 2014-06-04 18:56:54 +02:00
twinaphex
3abff4c01f (GX) Inlined and simplified version of GXLoadTexObj 2014-06-04 05:34:47 +02:00
twinaphex
4124ccff64 (GX) Take out frame_resize perfcount 2014-06-04 01:42:09 +02:00
twinaphex
a05b9d2dd1 (GX) Take out redundant GX_OPTS lines 2014-06-04 01:34:37 +02:00
twinaphex
6c3e860860 (GX) Add performance counters for gx_video 2014-06-04 01:22:11 +02:00
twinaphex
bca8a4c6d7 (GX) Build fixes/style nits 2014-06-03 03:37:13 +02:00
twinaphex
9da8dc3409 (GX) Style nits to gx_video.c 2014-06-02 12:04:48 +02:00
twinaphex
07592eaf63 Don't use rgui_handle_t pointer in GX video code and frontend.c 2014-06-01 15:59:39 +02:00
Toad King
54335ee496 [GX] fix video driver to work with driver teardown 2014-05-30 20:21:07 -04:00
twinaphex
c020f362b6 Remove hacky restart function in video interface 2014-05-30 17:57:21 +02:00
twinaphex
77dd37409f (GX) Properly set up GX video driver for proper teardown/setup 2014-05-29 23:59:59 +02:00
twinaphex
0fce77fd1b (GX) Fill in gx_free (move code from platform_gx.c to gx/gx_video.c) 2014-05-29 05:55:21 +02:00
twinaphex
4e79de20a1 (GX) Make gx video driver more resilient
(Image RPNG) GX build fix
2014-05-29 00:57:40 +02:00
twinaphex
113547aa3c (GX) Another build fix 2014-05-28 17:55:19 +02:00
twinaphex
6bde636fac (Console) Move audio drivers to audio/ directory 2014-05-13 17:09:17 +02:00
twinaphex
f8e40f613b (Input) Move console input drivers to input/ directory - should start getting rid of
all these platform-specific folders cluttering up the codebase tree
(GL) Build fix for PS3 - current MiniGL implementation doesn't support SRGB
(Griffin) shader_common only baked in if HAVE_SHADERS defined
2014-05-13 17:01:27 +02:00
twinaphex
f6c6346400 (GX) Fix warnings 2014-04-17 20:53:31 +02:00
twinaphex
896edf8850 (GX) Build fix 2014-04-17 20:52:35 +02:00
twinaphex
569de131a0 Move device enums outside of driver.h - and create new callback
for 'getting' the number of 'devices' the input driver supports
2014-04-17 20:47:43 +02:00
twinaphex
7f1f4822c3 (GX) Don't clear analog_state at start of gx_poll 2014-02-28 05:14:58 +01:00
Toad King
cc87f3a08d [GX] fix custom bind commands 2014-02-27 18:29:53 -05:00
twinaphex
d23d56c988 (GX) Add experimental libsicksaxis support - doesn't work properly
right now so not compiled in
2014-02-26 23:07:16 +01:00
twinaphex
14db34450d (GX) Use GX_SetCurrentMtx/GX_CallDispList inlined functions 2014-02-22 22:18:47 +01:00
twinaphex
8d6339e47c (GX) Use inlined functions 2014-02-22 22:07:53 +01:00
twinaphex
7ba9b7e749 (GX) Use default functions 2014-02-22 17:04:53 +01:00
twinaphex
c429a9e424 (GX) Refactor SetViewportJitter/reuse FIFO_PUT macros 2014-02-22 15:22:44 +01:00
Toad King
50a7275acd rollback changes to GX_SetViewportJitter 2014-02-21 20:39:12 -05:00
Toad King
ea5ecd507d [GX] fix image converters to avoid memory corruption, fixes crash on some overlays 2014-02-20 23:50:45 -05:00
twinaphex
b27f3242c0 (GX More inlined functions 2014-02-21 04:35:43 +01:00
twinaphex
cee116d5b8 (GX) Video cleanups 2014-02-21 02:57:07 +01:00
twinaphex
78126ec224 (NGC) Build fix 2014-02-21 02:38:15 +01:00
twinaphex
b34b08c2a6 (GX) Use the inlined functions in the headers 2014-02-21 02:00:00 +01:00
Toad King
041ec45132 Merge branch 'gx-overlays'
Conflicts:
	Makefile.wii
	gx/gx_video.c
2014-02-20 19:46:43 -05:00
Toad King
25f66ce28a [GX] add alpha to overlay 2014-02-20 19:26:50 -05:00
Toad King
96a339cb6f [GX] fix lockup when using overlays 2014-02-20 18:58:40 -05:00
Toad King
02fd6dffbd [GX] overlays appear, still some bugs left 2014-02-20 17:58:06 -05:00
Toad King
8762d74fb6 [GX] buildfix 2014-02-20 16:26:50 -05:00
Toad King
be9c017c36 [GX] builds with overlay support, nothing displayed yet 2014-02-20 16:23:29 -05:00
twinaphex
c4ab0351e5 (GX) Replace more functions with macro'ed/inlined versions 2014-02-20 01:40:38 +01:00
twinaphex
5bfc46db2d (GX) Video optimizations 2014-02-20 01:03:49 +01:00