twinaphex
|
9e56bd2f23
|
Rename files back to .cpp
|
2015-04-04 02:36:55 +02:00 |
|
twinaphex
|
532d112ff8
|
(Font) Combine font_d3d_driver and font_gl_driver
|
2015-04-03 20:36:19 +02:00 |
|
twinaphex
|
be7036b489
|
(gl_raster_font.c) Namespace functions
|
2015-04-03 03:27:34 +02:00 |
|
twinaphex
|
d84b08ab08
|
(PS3) Buildfix
|
2015-04-03 03:23:02 +02:00 |
|
twinaphex
|
2b6986baff
|
(360) Build fixes
|
2015-04-03 02:41:37 +02:00 |
|
twinaphex
|
96fca83753
|
(MSVC) Win32 buildfixes
|
2015-04-03 02:35:37 +02:00 |
|
twinaphex
|
0f6c64e420
|
Rename xdk360_fonts.cpp
|
2015-04-03 01:58:52 +02:00 |
|
twinaphex
|
4a8f354fdc
|
Rename d3d_w32_font.cpp to d3d_w32_font.c
|
2015-04-03 01:53:42 +02:00 |
|
Higor Eurípedes
|
986367cf7d
|
(gl_raster_font.c) Fix block (un)binding
|
2015-04-02 20:12:32 -03:00 |
|
twinaphex
|
e1f7097341
|
(d3d_w32_font.cpp) Style nit
|
2015-04-02 23:16:09 +02:00 |
|
twinaphex
|
ef88957eb1
|
(driver_font/xdk360_fonts.cpp) Cleanup
|
2015-04-02 22:23:07 +02:00 |
|
Lioncash
|
f59135359e
|
font: Remove unnecessary null checks
These conditions are checked at the top of the function.
|
2015-04-02 11:18:14 -04:00 |
|
Jean-André Santoni
|
158c79ed9e
|
(Menu) Improved text alignment for gl menu drivers
|
2015-03-31 14:00:30 +02:00 |
|
twinaphex
|
7c1d3471f6
|
(XDK1) Build fixes
|
2015-03-30 02:10:42 +02:00 |
|
twinaphex
|
2c555082ee
|
D3D and GL now use the same font driver interface
|
2015-03-30 00:55:39 +02:00 |
|
twinaphex
|
66198fffb6
|
Update init signature
|
2015-03-30 00:48:43 +02:00 |
|
twinaphex
|
c849c6bcdf
|
(D3D) Prepare d3d driver for font changes
|
2015-03-30 00:46:56 +02:00 |
|
twinaphex
|
fbb84ba4b6
|
(D3D) Start changing init functions of d3d font drivers
|
2015-03-30 00:41:42 +02:00 |
|
twinaphex
|
ff57f65841
|
(D3D Font) Build fixes
|
2015-03-30 00:32:14 +02:00 |
|
twinaphex
|
172ded89b9
|
(D3D Fonts) Start allocating and freeing structs
|
2015-03-30 00:29:02 +02:00 |
|
twinaphex
|
4bc4837d95
|
(D3D) Move font_color variable to d3d_w32_font.cpp
|
2015-03-29 23:12:05 +02:00 |
|
twinaphex
|
294a0b08e3
|
Make d3d_font_renderer_t more like gl_font_renderer_t
|
2015-03-29 22:37:52 +02:00 |
|
twinaphex
|
f3e5ed9854
|
Change signature of get_glyph
|
2015-03-29 22:36:30 +02:00 |
|
twinaphex
|
0443624ee2
|
Fix gl_raster_font.c
|
2015-03-29 22:28:17 +02:00 |
|
twinaphex
|
1dba948f64
|
Change font_d3d_driver.h
|
2015-03-29 22:01:52 +02:00 |
|
twinaphex
|
65e812da4c
|
Change signatures of gl font driver callback functions
|
2015-03-29 21:59:01 +02:00 |
|
Higor Eurípedes
|
b9f40fc1c9
|
(XMB) Fix raster block usage
|
2015-03-27 16:15:54 -03:00 |
|
Higor Eurípedes
|
2115e806a7
|
(GLUI) Fix fullscreen rendering
|
2015-03-26 14:07:39 -03:00 |
|
Twinaphex
|
b671d96e20
|
Remove some unused variables
|
2015-03-25 18:26:11 +01:00 |
|
Higor Eurípedes
|
8fc5818130
|
(GLUI,XMB) Fix OSD
|
2015-03-25 13:42:34 -03:00 |
|
Higor Eurípedes
|
d3d976c92b
|
(GLUI) Only update text vertices when needed
|
2015-03-25 13:04:54 -03:00 |
|
Higor Eurípedes
|
8b7bbc7975
|
(gl_font_renderer_t) Implement swappable blocks and remove end_block pointer
|
2015-03-25 13:04:53 -03:00 |
|
Higor Eurípedes
|
ed6f1cfdd3
|
(gl_raster_font) Make use of gl_coord_array_t
|
2015-03-25 13:04:53 -03:00 |
|
Higor Eurípedes
|
7d1bffc350
|
(gl_font_renderer_t) Implement block flushing
|
2015-03-25 13:04:53 -03:00 |
|
Higor Eurípedes
|
8f0302c519
|
(gl_font_renderer_t) Implement basic text block rendering
|
2015-03-25 13:04:53 -03:00 |
|
Higor Eurípedes
|
7dc3b7a9be
|
(gl_raster) Extract some functions to improve clarity
|
2015-03-25 13:04:53 -03:00 |
|
twinaphex
|
f130b00596
|
Updates pt. 3
|
2015-03-20 22:08:36 +01:00 |
|
Jean-André Santoni
|
f130a59ab2
|
(XMB) Align datetime to the right
|
2015-01-23 01:54:31 +01:00 |
|
twinaphex
|
80d4de7c3f
|
Add gfx/video_viewport.c/viewport.h
|
2015-01-18 23:59:57 +01:00 |
|
twinaphex
|
dbeb06aec6
|
Reupload font drivers at new location gfx/drivers_font
|
2015-01-12 23:38:39 +01:00 |
|