summaryrefslogtreecommitdiff
path: root/frontends/amiga/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* NULL drawhandle after freeChris Young2019-06-091-0/+1
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-101-0/+1
* fix several amiga frontend warningsVincent Sanders2019-05-061-4/+7
* Release guigfx drawhandleChris Young2019-04-101-9/+10
* Fixup everything the semantic patch missedVincent Sanders2017-09-071-3/+8
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-3/+9
* Try to ensure we get the correct type of native BitMapChris Young2017-02-131-2/+2
* Manage shared pens internally unless we need multiple lists (eg. per browser_...Chris Young2017-02-131-1/+1
* Alloc gui_global structure when initialisingChris Young2017-02-131-11/+11
* Remove use of global context data from Amiga frontendChris Young2017-02-131-15/+6
* remove excessive loggingChris Young2017-01-081-1/+0
* Don't unmap ExtMem immediately as:Chris Young2016-12-311-1/+2
* Update to test ExtMem on OS4.1FEU1Chris Young2016-12-311-5/+0
* Fix merge errorChris Young2016-12-311-1/+6
* NULL iextmemChris Young2016-12-311-1/+2
* Don't map an extmem area is it is already mapped, just extend the lifetimeChris Young2016-12-311-3/+5
* More loggingChris Young2016-12-311-0/+3
* Debug loggingChris Young2016-12-311-0/+2
* Schedule unmapping the extmem object to ensure it releases main memoryChris Young2016-12-311-20/+9
* Allocate uncompressed bitmap data in extended memory.Chris Young2016-12-311-4/+70
* Get clib2 slab usageChris Young2016-11-201-4/+4
* more allocvec/malloc changesChris Young2016-11-191-1/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/mallocChris Young2016-11-191-4/+5
|\
| * Free and clear icondata to avoid a potential double-freeChris Young2016-11-191-4/+5
* | Change some AllocVecs to mallocs and FreeVecs to freeChris Young2016-11-191-2/+2
|/
* Move memory functions from misc.c to memory.cChris Young2016-11-191-0/+1
* Disable triangle mode for bitmap scalingChris Young2016-10-231-2/+14
* Scale using "triangle mode" to avoid corruption at the edge of bitmapsChris Young2016-09-101-9/+38
* Fix logic in the rare case we're running 8-bit and have a cached full-size na...Chris Young2016-07-081-2/+4
* Fix the caching logic now we've moved 8-bit scaling earlier in the codeChris Young2016-07-081-2/+4
* Use GuiGFX to scale 8-bit images rather than doing two separate operationsChris Young2016-07-081-7/+12
* Attempt to help gcc out a littleChris Young2016-07-031-4/+6
* Don't abort on startup if GuiGFX is not availableChris Young2016-07-021-6/+15
* Update content to split public and internal APIVincent Sanders2016-06-061-2/+3
* Ensure variables are declared correctlyChris Young2016-06-021-1/+1
* reduce core header usageVincent Sanders2016-06-011-4/+1
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
* move window header into public APIVincent Sanders2016-05-301-1/+1
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
* move frontends into sub directoryVincent Sanders2016-05-151-0/+706