summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/buffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings in libpixelflingerAshok Bhat2014-02-201-2/+2
| | | | | Change-Id: I6a5708ae6bc934b196d59d81a6cd550b05ed704f Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
* Pixelflinger: Fix issue of pointers being stored in intsAshok Bhat2013-12-121-1/+1
| | | | | | | | | | Pixelflinger's code makes assumptions, at certain places, that pointers can be stored as ints. This patch makes use of uintptr_t wherever pointers are stored as int or cast to int. Change-Id: Ie76f425cbc82ac038a747f77a95bd31774f4a8e8 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+384
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-384/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+384