| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This is to support the removal of GetHandle soon
|
|
|
|
|
|
|
|
Uses less memory (strings and function table is stored in constant data)
and speeds up start up (no need to allocate and copy strings).
|
|
|
|
|
|
|
|
Pica: Implement blend factors.
|
|
Silence a few warnings.
|
|
vfp: Get rid of some compile warnings
|
|
|
|
Remove unnecessary/unused struct variables.
|
|
|
|
shared_memory: Fix assignments in SharedMemory::Map
|
|
|
|
|
|
|
|
|
|
|
|
arm: Cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It was only being used in two places, where it was replaced by a local
constant.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SVC: Update the SVC function table
|
|
|