Go to file
Yann MAGNIN eb9b0078c2 VxKernel 0.6.0-3 : Fix dstack crash + pixel API + support assets generation
@add
<> include/vhex/display/draw/pixel :
   | add pixel drawing API
<> modules/display/draw/dpixel
   | add pixel drawing API code

@update
<> board/fxcg50/board :
   | remove old DWIDTH/DHEIGHT display API dependencies (use the new driver
   | interface instead).
<> include/vhex/display/font :
   | update the font structure information
<> include/vhex/display/shader :
   | switch x/y to unsigned int to signed int to avoid many cast in render
   | primitives
<> make/Makefile
   | support header modification detection (header dependencies)
   | support assets generation
<> modules/display/text/font
<> modules/display/text/text
   | prepare drawing algorithm (WIP)

@fix
<> kernel/drivers/screen/r61524/r61524
   | proper handle geometry of each drawing area
   | fix clear loop boundary
   | fix render loop boundary
<> modules/display/dstack
   | fix shader index
   | remove useless extern keyword
2022-06-02 10:16:25 +02:00
board VxKernel 0.6.0-3 : Fix dstack crash + pixel API + support assets generation 2022-06-02 10:16:25 +02:00
include/vhex VxKernel 0.6.0-3 : Fix dstack crash + pixel API + support assets generation 2022-06-02 10:16:25 +02:00
make VxKernel 0.6.0-3 : Fix dstack crash + pixel API + support assets generation 2022-06-02 10:16:25 +02:00
src VxKernel 0.6.0-3 : Fix dstack crash + pixel API + support assets generation 2022-06-02 10:16:25 +02:00
vxsdk.toml VxKernel 0.6.0-1 : Rework the graphic pipeline 2022-05-27 11:57:55 +02:00