twinaphex
|
3cdf90deeb
|
Move gl_wrap_type_to_enum outside of HAVE_FBO ifdef
|
2014-12-20 00:44:14 +01:00 |
|
twinaphex
|
ed2c4ec04f
|
Add HAVE_FBO ifdef
|
2014-12-20 00:41:03 +01:00 |
|
twinaphex
|
d3977690f2
|
(gl.c) Cleanup
|
2014-12-03 21:21:55 +01:00 |
|
twinaphex
|
7c33b76818
|
Improve some log messages
|
2014-12-03 18:36:25 +01:00 |
|
Jean-André Santoni
|
82e67e7605
|
(Lakka) Use theme font + responsive font size
|
2014-11-07 15:05:59 +01:00 |
|
twinaphex
|
cf7d975b19
|
Fix GL_DEBUG compilation
|
2014-11-04 18:59:25 +01:00 |
|
twinaphex
|
d24691e810
|
Convert math/matrix.c to math/matrix_4x4.c
|
2014-10-26 02:32:10 +01:00 |
|
Twinaphex
|
c496ee71d2
|
(gfx_context) Fix warnings
|
2014-10-24 07:26:51 +02:00 |
|
twinaphex
|
52052794b2
|
Refactor gfx_ctx_init_first
|
2014-10-23 23:09:37 +02:00 |
|
twinaphex
|
af302530ef
|
Rename g_settings.video.gl_context to g_settings.video.context_driver
|
2014-10-23 22:54:39 +02:00 |
|
twinaphex
|
58f09ce79e
|
Move scaler code over to libretro SDK
|
2014-10-23 04:34:35 +02:00 |
|
twinaphex
|
d3629f06f1
|
Rename file.c/file.h to content.c/content.h
|
2014-10-21 23:44:03 +02:00 |
|
twinaphex
|
7472922ee0
|
Move compat/ over to libretro SDK
|
2014-10-21 07:58:58 +02:00 |
|
twinaphex
|
85ae740ec6
|
(gfx/gl.c) Rename index parameter variable
|
2014-10-21 00:16:48 +02:00 |
|
twinaphex
|
f30042ff03
|
If video driver/video context driver doesn't support windowed mode,
then treat RARCH_CMD_FULLSCREEN_TOGGLE as no-op
|
2014-10-08 17:30:05 +02:00 |
|
twinaphex
|
bcd5f8aa5b
|
Add has_windowed to video driver and graphics context driver
|
2014-10-08 17:23:02 +02:00 |
|
twinaphex
|
76d24cc42b
|
(GL) Get rid of some unnecessary conditionals now that context driver
is at the very least set to a null driver
|
2014-10-07 14:33:45 +02:00 |
|
twinaphex
|
587cacb644
|
(GL) Don't pass shader pointer variable around
|
2014-10-06 17:08:42 +02:00 |
|
twinaphex
|
8dc4f66c06
|
Check if gl->ctx_driver is non-NULL first in gl_frame
|
2014-10-06 16:59:21 +02:00 |
|
twinaphex
|
156ffc2c41
|
(GL) Don't use local pointer variable for ctx_driver
|
2014-10-06 16:48:06 +02:00 |
|
Twinaphex
|
d029362dd7
|
(GL) Make gl_alive more robust
|
2014-10-03 17:17:18 +02:00 |
|
twinaphex
|
3f900424ca
|
(GL) Minor tweaks
|
2014-10-03 14:16:34 +02:00 |
|
twinaphex
|
54bfe360c6
|
Move ifndef HAVE_GCMGL checks outside of gl.c and into
shader_gl_cg.c - also implement stub glGenerateMipmapOES
for GCMGL
|
2014-10-02 21:09:34 +02:00 |
|
twinaphex
|
a844c3997a
|
(GL) Get rid of some more _func macros
|
2014-10-02 15:43:11 +02:00 |
|
twinaphex
|
b22cf18228
|
(GL/Shaders) Put fixed-function vertex/matrix coord code inside shader
backend files as fallback routines
|
2014-10-02 15:17:21 +02:00 |
|
twinaphex
|
aed7afb31d
|
Move gl_shader_set_coords from gl.c to gl_common.c
|
2014-10-02 14:20:50 +02:00 |
|
twinaphex
|
7e2dd769e9
|
(GL) Simplify gl_shader_set_coords
|
2014-10-02 14:13:08 +02:00 |
|
twinaphex
|
59be30825c
|
(GL) Do away with most of the checks for 'shader' now that shader
will never be NULL
|
2014-10-02 14:05:11 +02:00 |
|
twinaphex
|
4fbbb8aa2f
|
(GL) Always have gl->shader point to a valid driver (including nullshader)
|
2014-10-02 13:47:45 +02:00 |
|
twinaphex
|
6b054da299
|
Rename shader_common to shader_context
|
2014-10-02 13:21:45 +02:00 |
|
twinaphex
|
75be6ccec9
|
(GL) Turn gl_set_projection into a static function too
|
2014-10-02 12:57:01 +02:00 |
|
twinaphex
|
c574025370
|
(GL) Make gl_deinit_fbo a static function again
|
2014-10-02 12:55:19 +02:00 |
|
twinaphex
|
486dc3adec
|
Get rid of shader_cg.h header
|
2014-10-02 12:50:27 +02:00 |
|
twinaphex
|
dd506443e9
|
gl_set_shader - don't set shader backend to 'null shader driver'
if shader type cannot be determined
|
2014-10-02 12:15:14 +02:00 |
|
twinaphex
|
f1c9343285
|
(GL) Make gl_init_fbo a static function again
|
2014-10-02 12:14:12 +02:00 |
|
twinaphex
|
039a5d7ab3
|
Create shader_null.c and make shader_backend less dependent
on GL
|
2014-10-02 11:11:34 +02:00 |
|
twinaphex
|
2e4352dea4
|
(GL) Pass shader pointer to gl_frame_fbo
|
2014-10-02 10:45:20 +02:00 |
|
twinaphex
|
475283a35f
|
(GL) Grab pointer to shader first
|
2014-10-02 10:39:13 +02:00 |
|
twinaphex
|
6316876ad3
|
(GL) Cleanup gl_shader_set_coords
|
2014-10-02 10:34:52 +02:00 |
|
twinaphex
|
a1260e05bd
|
(GL) Some further cleanups
|
2014-10-02 10:27:36 +02:00 |
|
twinaphex
|
cc174d041c
|
(GL) Get rid of context_destroy_func macro
|
2014-10-02 10:24:41 +02:00 |
|
twinaphex
|
2637c45b9a
|
(GL) gl_common.h - get rid of some macros
|
2014-10-02 10:21:36 +02:00 |
|
twinaphex
|
1b45023528
|
Move get_alignment inlined function to gfx/gl.c
|
2014-10-02 01:11:01 +02:00 |
|
twinaphex
|
c861b4f994
|
Move gl_wrap_type_to_enum to gfx/gl.c
|
2014-10-02 01:02:13 +02:00 |
|
twinaphex
|
ca12482af0
|
Move shader files to gfx/shader/
|
2014-10-02 00:45:11 +02:00 |
|
twinaphex
|
2afcb61f37
|
(GL) Turn set_texture_coords into macro
|
2014-10-02 00:35:01 +02:00 |
|
twinaphex
|
da42ab2ad5
|
(GL) Style nits pt. 2
|
2014-10-01 23:53:18 +02:00 |
|
twinaphex
|
7ae81daba9
|
(GL) Style nits
|
2014-10-01 23:50:58 +02:00 |
|
twinaphex
|
43c9948087
|
(GL) Prevent memcpy on gl->tex_coords
|
2014-10-01 20:37:52 +02:00 |
|
twinaphex
|
7812e06479
|
(GL) Refactors pt. 3
|
2014-10-01 20:06:40 +02:00 |
|