summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Delay mode set until fb contents copied from consoleglamorKeith Packard1-2/+3
2014-11-20Add "none" acceleration optionKeith Packard8-41/+397
2014-11-20Add glamor back into the driverKeith Packard8-3/+541
2014-11-20Split out fb initialization for each accelKeith Packard3-26/+41
2014-11-20Move uxa-specific source files to separate list in Makefile.amKeith Packard1-14/+24
2014-11-20Move UXA-specific data into uxa-specific structureKeith Packard15-984/+924
2014-11-20Use function pointers for acceleration-specific operationsKeith Packard8-296/+550
2014-11-20Prepare to add glamor back in to the driverKeith Packard1-7/+2
2014-11-20sna: Split out DRI3 enable for snaKeith Packard4-8/+19
2014-11-20sna/transform: Correctly check for imprecise fractional translationsChris Wilson1-4/+4
2014-11-20sna/dri2: Improve precision of completion event for no-op swapsChris Wilson1-7/+10
2014-11-20sna/dri2: Add more DBG to explain invalid framesChris Wilson1-3/+17
2014-11-20sna: DBG compile fixChris Wilson1-1/+1
2014-11-19sna: Tweak alignment constraints on gen8 to allow BLTChris Wilson1-1/+3
2014-11-19sna: Add more checks and asserts for BLT capable boChris Wilson1-2/+39
2014-11-19sna: gen8 BLT broken when address has bit 4 setMika Kuoppala1-0/+13
2014-11-19sna/dri2: Remove unused functionChris Wilson1-9/+1
2014-11-19Disable DRI3 by defaultChris Wilson1-3/+3
2014-11-14sna: Unroll pwrite using our cached mmappingsChris Wilson1-39/+82
2014-11-12sna: Reorder PARAMs based on upstream inclusionChris Wilson2-2/+2
2014-11-12sna/gen7: Be paranoid and force a pipecontrol stall at least every 4 flushesChris Wilson2-3/+12
2014-11-10sna: Only reshow unhidden cursors after modesettingChris Wilson2-3/+12
2014-11-10sna: Check after filtering points before submitting boxes to be drawnChris Wilson1-1/+2
2014-11-10sna: Check picture format on destination before beginning a GPU operationChris Wilson3-8/+32
2014-11-07sna: wc-mmap: Fix warning in configureSedat Dilek1-1/+1
2014-11-07sna/xv: Give the illusion of hardware progressChris Wilson1-2/+7
2014-11-06Remove defunct glamor supportChris Wilson20-1121/+9
2014-11-06sna: Fix debug mmapping of active + released aux buffersChris Wilson1-24/+47
2014-11-06sna: Experimental support for write-combining mmapsChris Wilson7-126/+266
2014-11-06sna: Wrap prefaulting with sigtrap()Chris Wilson1-1/+4
2014-11-06sna: Use VMask in 3DSTATE_PSRodrigo Vivi1-1/+1
2014-11-05sna/gen8: Clear instancing enabled bit between batchesChris Wilson1-4/+8
2014-11-04sna: Correct units for videoRamChris Wilson1-1/+1
2014-11-04sna: Reuse the queried aperture size for videoRam determinationChris Wilson1-12/+1
2014-11-04sna: Use v2 of get_tiling ioctl to check for bit17 swizzlingChris Wilson1-5/+11
2014-11-04backlight: bl_power uses 0 for on and 4 for offChris Wilson1-2/+4
2014-10-31sna: Treat external bo carefully when marking as idleChris Wilson2-4/+8
2014-10-31sna: Fix forced fallbacks from initChris Wilson2-3/+7
2014-10-31sna: Modicum of extra DBG for transformed redisplayChris Wilson2-3/+11
2014-10-31sna/gen6+: Fix projective sample coordinatesChris Wilson2-4/+4
2014-10-31sna/brw: Fix EU tests to select the right genChris Wilson4-15/+19
2014-10-31sna: Remove extraneous tab whitespace before parameter nameChris Wilson1-1/+1
2014-10-31sna: Retire all requests when a bo is found to be not busyChris Wilson2-2/+23
2014-10-29sna: Reuse the same fence until retiredChris Wilson3-5/+38
2014-10-29sna: Fix build for GC API changes in Xorg-1.16.99.901Chris Wilson1-2/+15
2014-10-24sna/trapezoids: Prevent overflow of edge gradient in mono rasteriserChris Wilson1-6/+8
2014-10-24sna/trapezoids: Difference between two 32-bit quantities is 33-bits in sizeChris Wilson2-8/+8
2014-10-24sna: Update the reloc->delta for the shrunk batchChris Wilson1-29/+40
2014-10-24sna: Adapt to changes in internal render API in Xorg-1.17Chris Wilson2-4/+24
2014-10-22sna: Fix use of uninitialized value when handling migration for PRIMEChris Wilson1-1/+1