summaryrefslogtreecommitdiff
path: root/src/videocore-exa.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-16Put data on screen the right way up.HEADmasterWill Thompson1-1/+21
2012-05-11Set GL_TEXTURE_MAG/MIN_FILTERWill Thompson1-0/+2
2012-05-11Implement FinishAccess for the screen pixmapWill Thompson1-4/+11
2012-05-11Move CheckGLError to -debug.[ch]Will Thompson1-43/+0
2012-05-11exa: macro-ize CheckGLError()Will Thompson1-27/+41
2012-05-10Implement FinishAccess for Β¬screen pixmapWill Thompson1-13/+38
2012-05-09exa: null out priv->data after freeing it…Will Thompson1-0/+2
2012-05-09exa: stash memory allocated in PrepareAccessWill Thompson1-14/+27
2012-05-09exa: Allocate VideoCorePixmapPrivRec properlyWill Thompson1-1/+1
2012-05-09moar debugWill Thompson1-2/+5
2012-05-09exa: try allocating cpu memory for unaccelerated pixmapsenWill Thompson1-0/+6
2012-05-09exa: refuse to allocate images for bpp != 32Will Thompson1-1/+5
2012-05-09WIP: gut some more fbdevHW*Will Thompson1-4/+16
2012-05-09exa: fix IsOffscreen to work for screen pixmapWill Thompson1-1/+2
2012-05-09exa: document some arguments better.Will Thompson1-2/+4
2012-05-08WIP: Implement PrepareAccess and FinishAccess.Will Thompson1-24/+102
2012-05-04Implement the essential bits of the EXA APIWill Thompson1-0/+558