summaryrefslogtreecommitdiffstats
path: root/minuitwrp/graphics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for RGBA_8888 pixel formatKra1o52015-10-141-0/+15
* Add flag to disable double bufferingKra1o52015-06-291-0/+4
* framebuffer: s6 edge takes a little lomger to initialize fb0jenkins2015-06-171-1/+2
* Make TWRP compile for x86-64 CPU targetEthan Yonker2015-03-131-2/+7
* Properly disable GGL_TEXTURE_2D after using it in minuitwrpVojtech Bocek2015-03-111-1/+7
* Implement gr_line() and gr_render_circle()Vojtech Bocek2015-03-111-0/+45
* gui: support scrollable lists without headersthat2015-02-151-0/+14
* Fixed screen flipping for devices where xres_virtual > xresBogdan Seniuc2015-01-301-8/+6
* Use /twres instead of /res for theme resourcesDees Troy2015-01-221-1/+1
* Make TWRP compile for arm64Ethan Yonker2014-11-121-2/+2
* Revert "Make libminuitwrp compile"Dees Troy2014-11-061-32/+2
* Make libminuitwrp compileEthan Yonker2014-11-061-2/+32
* Add support for TrueType fontsVojtech Bocek2014-10-141-59/+42
* TW_SCREEN_BLANK_ON_BOOT will jolt the screen/touch driver.xNUTx2014-08-101-2/+5
* Stop memory management on blanking overlay graphicsDees Troy2014-08-071-5/+5
* Implement "take a screenshot" featureVojtech Bocek2014-07-091-2/+2
* Fix overlay graphics detectionDees Troy2014-04-031-1/+3
* Support Qualcomm overlay graphics in recoveryEthan Yonker2014-04-011-30/+130
* Add word wrap to console output and fix scrolling in consoleDees Troy2014-02-261-0/+24
* Disable alpha blending for non-transparent bitmapsVojtech Bocek2014-02-061-1/+9
* Disable alpha blending for fully opaque rectanglesVojtech Bocek2014-02-061-0/+10
* graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bppHashcode2013-07-031-4/+8
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-9/+9
* Add 2 second pre-dim and bugfix blank timerDees_Troy2013-03-011-1/+2
* minuitwrp: fix screen update issueHiemanshu Sharma2012-11-211-2/+4
* graphics: add support for "single buffering"Hiemanshu Sharma2012-11-211-2/+10
* Fix compiler warningsDees_Troy2012-09-281-2/+2
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+716