twinaphex
|
cc7f661f9c
|
(D3D) Buildfixes
|
2016-04-23 19:02:40 +02:00 |
|
twinaphex
|
9386fb2fa0
|
Move D3D9 HLSL font shader to file
|
2016-04-17 04:13:23 +02:00 |
|
twinaphex
|
8a90e2777c
|
Rename GL_SHADER_STOCK_BLEND to VIDEO_SHADER_STOCK_BLEND
|
2016-04-16 01:50:20 +02:00 |
|
twinaphex
|
9d85afd358
|
Refactor SHADER_CTL_USE
|
2016-04-15 07:37:06 +02:00 |
|
Jean-André Santoni
|
64e2f9e2f0
|
(XMB) Subtler drop shadows
|
2016-04-09 13:23:59 +07:00 |
|
twinaphex
|
072d6ff125
|
Rename gfx_coord_array_add to gfx_coord_array_append
|
2016-03-23 07:01:54 +01:00 |
|
twinaphex
|
64a77af881
|
Use RARCH_DISPLAY_CTL_HW_CONTEXT_GET directly instead of
going through video_driver_callback
|
2016-03-04 20:49:55 +01:00 |
|
twinaphex
|
6f80e09ce1
|
Change MIN/MAX to upper-case
|
2016-03-02 00:07:31 +01:00 |
|
twinaphex
|
81690601c0
|
(gl_raster_font.c) Fix some race issues
|
2016-03-01 17:24:33 +01:00 |
|
twinaphex
|
b79edb6095
|
Reimplement function pointers
|
2016-03-01 02:21:53 +01:00 |
|
twinaphex
|
3b9552bd36
|
(vulkan_raster_font.c) Style nits
|
2016-02-29 20:02:44 +01:00 |
|
twinaphex
|
0e91bb6852
|
Go through more function pointers
|
2016-02-29 19:03:18 +01:00 |
|
twinaphex
|
8fd280967b
|
Go through funcptr
|
2016-02-29 17:08:25 +01:00 |
|
twinaphex
|
6c9e8041c6
|
Add function pointer for vkCreateCommandPool
|
2016-02-29 16:41:49 +01:00 |
|
twinaphex
|
a8185f0b81
|
Cleanups
|
2016-02-29 02:54:46 +01:00 |
|
twinaphex
|
b4e872476b
|
Prevent some more crashes
|
2016-02-29 02:09:10 +01:00 |
|
twinaphex
|
4f1ab1f9c3
|
(gl_raster_font.c) Add early return in case gl pointer is NULL
|
2016-02-29 01:54:54 +01:00 |
|
Hans-Kristian Arntzen
|
cece4e5ae2
|
Vulkan: Add workaround for broken VkImageView swizzling.
Certain early drivers fail to apply swizzle mask.
|
2016-02-21 13:52:30 +01:00 |
|
Hans-Kristian Arntzen
|
adbf9fed16
|
Vulkan implementation.
|
2016-02-16 20:42:02 +01:00 |
|
twinaphex
|
bd74390cde
|
Add SHADER_CTL_USE
|
2016-02-14 20:01:39 +01:00 |
|
twinaphex
|
37c2b47915
|
Add SHADER_CTL_SET_MVP
|
2016-02-14 19:43:47 +01:00 |
|
twinaphex
|
6c1b96f50d
|
Add SHADER_CTL_SET_COORDS
|
2016-02-14 18:59:42 +01:00 |
|
twinaphex
|
a15f2519a5
|
Cleanup
|
2016-01-23 05:10:47 +01:00 |
|
twinaphex
|
63e2d13b8f
|
Create string_is_equal_noncase - try not to use strcasecmp so much
|
2016-01-20 17:34:19 +01:00 |
|
twinaphex
|
54f46f4ee3
|
Update headers
|
2016-01-10 04:41:52 +01:00 |
|
twinaphex
|
aa488dda25
|
Create video driver poke load_texture / unload_texture
|
2015-12-20 20:52:23 +01:00 |
|
twinaphex
|
df60523f6c
|
Move current_shader pointer to video_shader_driver.c
|
2015-12-08 09:27:25 +01:00 |
|
twinaphex
|
df1c6344be
|
Merge font_renderer_driver.c and font_driver.c
|
2015-12-05 12:07:22 +01:00 |
|
twinaphex
|
e735f84baa
|
Refactor shader subsystem
|
2015-12-05 07:33:32 +01:00 |
|
twinaphex
|
581c856676
|
Attempt to make gl_raster_font_flush_block more robust
|
2015-12-04 01:04:27 +01:00 |
|
twinaphex
|
406d37eb88
|
Convert xdk360_fonts.c to C++
|
2015-11-17 22:48:11 +01:00 |
|
twinaphex
|
e6e7dd1c3b
|
Include stockfont as part of vita2d_font.c
|
2015-11-17 08:37:55 +01:00 |
|
twinaphex
|
239ae7de53
|
Move gl_common to gfx/common
|
2015-11-17 08:01:33 +01:00 |
|
twinaphex
|
780bf74273
|
Try to not use glDeleteTextures directly outside
|
2015-11-09 01:50:05 +01:00 |
|
radius
|
7bddda2252
|
make the OSD coordinates relative to screen size instead of viewport size
|
2015-11-08 17:50:40 -05:00 |
|
Francisco José García García
|
8e652f613a
|
(Vita) OSD messages
|
2015-10-02 00:11:54 +02:00 |
|
Francisco José García García
|
2564370664
|
(Vita) Vita2d font renderer
|
2015-10-01 01:10:26 +02:00 |
|
twinaphex
|
e986b9e42a
|
Static code analysis cleanups
|
2015-09-29 17:35:28 +02:00 |
|
twinaphex
|
a79b571d7b
|
Static code analysis fixes
|
2015-09-28 16:20:26 +02:00 |
|
twinaphex
|
7ad32fc8aa
|
(XDK) Move files around
|
2015-09-20 15:39:59 +02:00 |
|
twinaphex
|
340585defb
|
Header Cleanups
|
2015-09-16 05:53:34 +02:00 |
|
neville
|
c9de30dd98
|
(OSX PPC) Compile in HAVE_STB_FONT
|
2015-07-19 23:09:22 +02:00 |
|
neville
|
c43e33a816
|
(gl_raster_font.c) Certain code will only work for GL 3.0 and up
|
2015-07-19 22:59:33 +02:00 |
|
Higor Eurípedes
|
b1c9d48368
|
(gl_raster_font) Reorder ancient/modern checks
|
2015-07-19 13:01:28 -03:00 |
|
Higor Eurípedes
|
10345e0899
|
(gl_raster_font) Add back the old compat code
|
2015-07-19 12:55:30 -03:00 |
|
Higor Eurípedes
|
f9f98f9f2e
|
(gl_raster_font) Enable GL_R8 atlas for GL >= 3
|
2015-07-19 12:55:30 -03:00 |
|
Higor Eurípedes
|
4f69b5e34b
|
(gl_raster_font) Use a smaller pixel format to store the font atlas
|
2015-07-19 12:55:30 -03:00 |
|
twinaphex
|
c697923eb6
|
Create video_common.c
|
2015-07-12 05:30:04 +02:00 |
|
twinaphex
|
6bb0d87d87
|
Rename gl_font_raster_block to gfx_font_raster_block
|
2015-07-12 04:07:06 +02:00 |
|
twinaphex
|
527c0c29d4
|
Rename gl_coords to gfx_coords
|
2015-07-12 03:57:06 +02:00 |
|