summaryrefslogtreecommitdiff
path: root/firmware/asm/lcd-as-memframe.c (follow)
Commit message (Collapse)AuthorAge
* Fix YUV generic C performance function on 24-bit framebufferAmaury Pouly2014-11-10
| | | | | | When changed to handle 24-bit framebuffer, some places were missed. Change-Id: Iaa7e09ea723e5b40bd88b2042c93dafaa7311fee
* lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz2014-06-21
| | | | | | | | | | | | | | | | | With LCD driver all calculation will be performed on RGB888 and the hardware/OS can display from our 24bit framebuffer. It is not yet as performance optimized as the existing drivers but should be good enough.The vast number of small changes is due to the fact that fb_data can be a struct type now, while most of the code expected a scalar type. lcd-as-memframe ASM code does not work with 24bit currently so the with 24bit it enforces the generic C code. All plugins are ported over. Except for rockpaint. It uses so much memory that it wouldnt fit into the 512k plugin buffer anymore (patches welcome). Change-Id: Ibb1964545028ce0d8ff9833ccc3ab66be3ee0754
* Implement a C version lcd-as-memframe.c and move it and the asm to firmware/asm.Thomas Martitz2012-01-22
Change-Id: I20c3af0368202493d54fb776530300a39d47873a