vxKernel/include/vhex
Yann MAGNIN b2fc0db544 VxKernel 0.6.0-11 : Update text/font architecture
@update
<> board/fxcg50.ld
  | add on-chip IL memory information
  | add ".vhex.ilram" section
<> board/initialize
  | relocalize IL memory code
<> include/vhex/display && src/modules/display
  | update color information
  | use only "dsurface_t" type
  | isolate the dsurface_t types
  | isolate interface structure information
  | isolate shader structure information
  | remove dstack configuration structure
  | remove draw/frag information and use only one VRAM information
<> include/vhex/display/font
  | isolate structure-oriented information in <vhex/display/font/types.h>
  | isolate render API information in <vhex/display/font/render.h>
  | isolate information API in <vhex/display/font/information.h>
<> include/vhex/display/text
  | isolate render API information in <vhex/display/text/render.h>
  | isolate information API in <vhex/display/text/information.h>
<> make/Makefile
  | enable DSP instructions
<> src/drivers/screen/r61524
  | try to use the DSP instruction for the sending loop, but seems to be a bit
    too slow instead of the "full-CPU" version generated by GCC
2022-06-20 16:29:28 +02:00
..
defs VxKernel 0.5.0 : Modules + project architecture update 2022-03-04 17:37:38 +01:00
display VxKernel 0.6.0-11 : Update text/font architecture 2022-06-20 16:29:28 +02:00
driver VxKernel 0.6.0-7 : First version of the timer API + update INTC API 2022-06-14 21:56:06 +02:00
timer VxKernel 0.6.0-8 : Add profiling primitives in timer API 2022-06-15 12:03:21 +02:00
config.h VxKernel 0.2.0 : kmalloc + startup + display 2022-02-05 15:47:32 +01:00
display.h VxKernel 0.6.0-11 : Update text/font architecture 2022-06-20 16:29:28 +02:00
driver.h VxKernel 0.6.0-5 : Clock driver + TMU/ETMU driver (WIP) + timer API 2022-06-13 21:15:36 +02:00
hardware.h VxKernel 0.6.0-5 : Clock driver + TMU/ETMU driver (WIP) + timer API 2022-06-13 21:15:36 +02:00
hypervisor.h VxKernel 0.6.0-1 : Rework the graphic pipeline 2022-05-27 11:57:55 +02:00
kernel.h VxKernel - 0.1.0 : Base 2022-01-08 11:49:29 +01:00
keyboard.h VxKernel 0.5.0 : Modules + project architecture update 2022-03-04 17:37:38 +01:00
kmalloc.h VxKernel 0.2.0 : kmalloc + startup + display 2022-02-05 15:47:32 +01:00
module.h VxKernel 0.5.0 : Modules + project architecture update 2022-03-04 17:37:38 +01:00
timer.h VxKernel 0.6.0-7 : First version of the timer API + update INTC API 2022-06-14 21:56:06 +02:00