summaryrefslogtreecommitdiff
path: root/src/sna/sna_driver.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-19sna: Declare videoRam correctly on gen2 devicesChris Wilson1-2/+7
2012-03-09sna: Emit a INFO when compiled with debugging enabledChris Wilson1-0/+4
2012-03-08sna: Mark the pixmap for writing when creating the screen resourcesChris Wilson1-1/+1
2012-03-02sna: Silence an assertion failure during shutdownChris Wilson1-0/+3
2012-01-24sna: Reduce number of reads required to inspect timersChris Wilson1-2/+1
2011-12-23sna: Pass usage-hint to move-to-gpuChris Wilson1-1/+1
2011-11-16sna: The block handler is passed an indirect pointer to the timevalChris Wilson1-3/+4
2011-11-16sna: Correct dependencies for DRI2Chris Wilson1-1/+1
2011-11-16sna: Reduce and clarify dependenciesChris Wilson1-17/+4
2011-11-16sna: And keep unity happyChris Wilson1-3/+3
2011-11-11sna/glyphs: Cache the glyph pixman_image_t wrapperChris Wilson1-1/+9
2011-11-10sna: Store the sna pointer on the pixmap for cheap lookupsChris Wilson1-7/+32
2011-11-08sna: Add some error messages to explain why we failed to create the screenChris Wilson1-4/+23
2011-11-06sna: Beware unsigned promotion of int16_t to uint32_tChris Wilson1-1/+1
2011-11-05sna: Add the pixman version to the debug outputChris Wilson1-0/+1
2011-11-04sna: Run the deferred flush at vrefreshChris Wilson1-2/+2
2011-11-02sna: Only execute the accel block handler if we are about to blockChris Wilson1-1/+3
2011-10-31sna: Set the flush interval based on output vrefreshChris Wilson1-0/+3
2011-10-31sna: Add an option to disable the delayed flushChris Wilson1-0/+5
2011-10-30sna: Don't mess with NDEBUGChris Wilson1-2/+0
2011-09-15configure: Introduce --with-builderstringChris Wilson1-3/+5
2011-09-09sna: Record git-tree used for compilationChris Wilson1-0/+10
2011-08-25sna: Clear structures across server resetChris Wilson1-5/+5
2011-06-26sna: Only create bo up to half the size of the mappable apertureChris Wilson1-1/+1
2011-06-24sna: Support depth-30 and some more logging to show the depthChris Wilson1-3/+4
2011-06-23sna: Relent and workaround the lack of O_NONBLOCK on /dev/dri/card0Chris Wilson1-1/+14
2011-06-22Don't include xf86Priv.hAdam Jackson1-1/+0
2011-06-17sna: Copy the fbcon contents onto the front buffer upon X startupChris Wilson1-0/+2
2011-06-12sna/dri: Fix tripple-buffering for vblank_mode=0Chris Wilson1-24/+9
2011-06-11sna: Process dri wakeups firstChris Wilson1-2/+2
2011-06-10sna: Remember to decouple the fb on closingChris Wilson1-0/+1
2011-06-10sna: Drain the event queues before CloseScreenChris Wilson1-0/+4
2011-06-10sna: Workaround the random free of the ScreenPixmap in fbCloseScreenChris Wilson1-0/+7
2011-06-10sna: Add some debug statements to the core DDX interfaceChris Wilson1-0/+40
2011-06-08sna: Make the device fd non-blockingChris Wilson1-0/+8
2011-06-08sna/dri: valgrindifyChris Wilson1-4/+9
2011-06-07sna: Add zaphod supportChris Wilson1-10/+57
2011-06-04sna: Introduce a new acceleration model.Chris Wilson1-0/+925