twinaphex
|
138541f6cc
|
(image_xdk1.c) Use d3d_vertex_buffer_new
|
2014-09-13 17:58:38 +02:00 |
|
twinaphex
|
c4b35fb00d
|
(D3D) Rewrite create_vertex_buffer wrapper function
|
2014-09-13 17:56:33 +02:00 |
|
twinaphex
|
0de251079a
|
(D3D) Pass 'Pass' and 'LinkInfo' by pointer instead of reference
|
2014-09-13 17:33:58 +02:00 |
|
twinaphex
|
0a85e95d0d
|
(D3D) xdk_defines - cleanups
|
2014-09-13 08:10:53 +02:00 |
|
twinaphex
|
25b60fc0ca
|
(D3D) Merge big included files into d3d.cpp
|
2014-09-13 08:06:01 +02:00 |
|
Twinaphex
|
4b9f85fe37
|
(GLUI) Refactor code
|
2014-09-13 06:25:41 +02:00 |
|
twinaphex
|
8572e3bc6e
|
(D3D) Some fixes to render_chain.cpp and d3d_wrapper.c
|
2014-09-13 05:45:49 +02:00 |
|
Twinaphex
|
d075bbf349
|
Merge pull request #1000 from lioncash/deref
gl: Silence a possible null dereference warning
|
2014-09-13 04:59:43 +02:00 |
|
Lioncash
|
085a74d33f
|
gl: Silence a possible null dereference warning
|
2014-09-12 22:41:30 -04:00 |
|
Twinaphex
|
7c930163bf
|
Merge pull request #999 from lakkatv/lakka
(GLUI) Fix missing quit entry
|
2014-09-13 04:28:08 +02:00 |
|
Jean-André Santoni
|
8172a0ff59
|
(GLUI) Fix missing quit entry
|
2014-09-13 04:28:01 +02:00 |
|
Twinaphex
|
22e18a7823
|
Merge pull request #998 from lakkatv/lakka
(GLUI) Adapt to font size
|
2014-09-13 04:22:16 +02:00 |
|
Jean-André Santoni
|
4920af94f5
|
(GLUI) Adapt to font size
|
2014-09-13 04:21:48 +02:00 |
|
Twinaphex
|
ac3edc79e3
|
Merge pull request #996 from lakkatv/lakka
GLUI) Use two column layout
|
2014-09-13 03:58:48 +02:00 |
|
Twinaphex
|
cf417e4c0f
|
Merge pull request #997 from heuripedes/master
(gl_raster_font.c) Fix warning
|
2014-09-13 03:58:44 +02:00 |
|
Jean-André Santoni
|
42e15bea37
|
(GLUI) Use two column layout
|
2014-09-13 03:58:26 +02:00 |
|
Higor Eurípedes
|
95193c20e0
|
(gl_raster_font.c) Fix warning
|
2014-09-12 22:57:24 -03:00 |
|
Jean-André Santoni
|
a67a9f0a61
|
(GLUI) Use two column layout
|
2014-09-13 03:56:59 +02:00 |
|
Twinaphex
|
4ecbe7ee1b
|
Merge pull request #995 from heuripedes/master
(gl_font_renderer_t) Add get_glyph() function pointer
|
2014-09-13 03:42:27 +02:00 |
|
Higor Eurípedes
|
81ff623957
|
(gl_font_renderer_t) Add get_glyph() function pointer
|
2014-09-12 22:39:29 -03:00 |
|
Twinaphex
|
9587c3c5a3
|
Merge pull request #994 from lakkatv/lakka
(GLUI) Allow use of non monospaced fonts
|
2014-09-13 03:36:32 +02:00 |
|
Jean-André Santoni
|
0839b1f41c
|
(GLUI) Allow use of non monospaced fonts
|
2014-09-13 03:34:59 +02:00 |
|
twinaphex
|
0c1a2dd8d7
|
Cleanups
|
2014-09-13 02:36:13 +02:00 |
|
twinaphex
|
64e77f1224
|
(camera) Style nits
|
2014-09-13 02:27:34 +02:00 |
|
twinaphex
|
d32f63b6ed
|
(nearest.c) style nits
|
2014-09-13 01:48:33 +02:00 |
|
Twinaphex
|
6ba76d8c4b
|
Merge pull request #993 from lioncash/calloc
state_tracker: Guard against a possible calloc failure and fix state_tracker_free
|
2014-09-13 01:36:25 +02:00 |
|
Lioncash
|
6e63859e0e
|
state_tracker: Guard against a possible calloc failure and fix state_tracker_free
Checks if the passed in tracker is actually valid before attempting to free its members.
|
2014-09-12 19:27:20 -04:00 |
|
twinaphex
|
9ce8aa74ac
|
(MSVC 2010) Fix build
|
2014-09-13 00:35:53 +02:00 |
|
twinaphex
|
d4a4dd14bf
|
Add 'nearest' resampler
|
2014-09-13 00:10:15 +02:00 |
|
Twinaphex
|
61b5e099e7
|
Merge pull request #991 from timostrunk/remove_ppmd
Remove ppmd
|
2014-09-12 22:57:14 +02:00 |
|
twinaphex
|
341302919a
|
Add e-mail address to AUTHORS
|
2014-09-12 22:52:25 +02:00 |
|
twinaphex
|
ab0211a0a2
|
Add to AUTHORS
|
2014-09-12 22:48:49 +02:00 |
|
Timo Strunk
|
57bb0a2d85
|
Merge remote-tracking branch 'upstream/master' into remove_ppmd
|
2014-09-12 22:43:46 +02:00 |
|
Timo Strunk
|
ff90a4e568
|
Removed Ppmd references from everywhere. Code is only required for Ppmd support - a special 7z algorithm
|
2014-09-12 22:41:46 +02:00 |
|
Twinaphex
|
f28edd4ea8
|
Merge pull request #989 from timostrunk/zip_warning_fixes
size_t to ssize_t because otherwise the errorvalue would be wrong
|
2014-09-12 22:40:34 +02:00 |
|
Twinaphex
|
65f53c5f40
|
Merge pull request #990 from heuripedes/lakka-get-gl
Lakka and GLUI fixes for threaded video
|
2014-09-12 22:40:19 +02:00 |
|
Higor Eurípedes
|
91fea130eb
|
(Lakka) Shut valgrind up
|
2014-09-12 17:26:26 -03:00 |
|
Higor Eurípedes
|
85cef84bd4
|
(driver.c) Add driver_video_resolve()
This function returns the real video driver data when threaded video is
in use.
|
2014-09-12 17:26:26 -03:00 |
|
Higor Eurípedes
|
d6de5773b5
|
(Lakka) Make some globals static
|
2014-09-12 17:26:26 -03:00 |
|
twinaphex
|
3787c831e7
|
(Wii) Compile in 7zip support
|
2014-09-12 22:24:18 +02:00 |
|
twinaphex
|
01c9d033ae
|
(GX) Build fixes
|
2014-09-12 22:12:41 +02:00 |
|
Timo Strunk
|
d57c858ad3
|
size_t to ssize_t because otherwise the errorvalue would be wrong, because of the cast to unsigned.
|
2014-09-12 22:04:37 +02:00 |
|
twinaphex
|
e54174f3a2
|
(PSP) Build fix
|
2014-09-12 21:58:25 +02:00 |
|
twinaphex
|
9c7f444717
|
(PS3) Add -DHAVE_7Z, -D_7Z_ST to PS3 Makefile
|
2014-09-12 21:56:55 +02:00 |
|
Twinaphex
|
de582c08fa
|
(Apple) Build fixes to solutions
|
2014-09-12 21:53:09 +02:00 |
|
twinaphex
|
98fd04d970
|
(MSVC) Add 7zip support - build fixes to do with casting pointers
explicitly
|
2014-09-12 21:50:57 +02:00 |
|
twinaphex
|
119a51be76
|
Silence unused variable warnings
(Android) undefine HAVE_COMPRESSION - gets defined in griffin.c now
|
2014-09-12 21:41:54 +02:00 |
|
Twinaphex
|
49052ee6a8
|
Merge pull request #986 from timostrunk/zip_support
Zip support and Fixes
|
2014-09-12 21:36:36 +02:00 |
|
twinaphex
|
c1118dc12a
|
(D3D) Build fixes for lock_rectangle_clear wrapper function
|
2014-09-12 21:29:18 +02:00 |
|
Timo Strunk
|
0977449c24
|
Edited griffin.c to include remaining objects for zip support.
|
2014-09-12 21:25:08 +02:00 |
|