summaryrefslogtreecommitdiff
path: root/src/sna/gen5_render.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-12sna/gen5: Flush the render cache between operationsChris Wilson1-1/+1
2014-02-12sna: Support native primary plane rotationsChris Wilson1-0/+19
2014-02-12sna/gen5: Use the DBG option ALWAYS_FLUSH to force a full flushChris Wilson1-2/+2
2014-02-12sna/gen5: Add a DBG option to force flushes between operationsChris Wilson1-1/+3
2014-02-03sna/gen4,5: Fix setting pipe control cache flush bitsEdward Sheldrake1-2/+4
2014-01-29sna/gen4+: Assert that the cached binding location is validChris Wilson1-0/+1
2014-01-24sna/gen2+: Inspect composite flags to discard unneeded CPU damageChris Wilson1-4/+10
2014-01-23sna: Avoid erroneous discarding operations for partial compositesChris Wilson1-2/+3
2014-01-07sna/gen4: Check for available batch space before restoring state after CA passChris Wilson1-1/+1
2013-11-28sna: Tidy up an assertion on an uninitialised variableChris Wilson1-9/+2
2013-11-22sna: Tidy up fallback from render composite to blt compositeChris Wilson1-6/+19
2013-11-19sna/gen4+: Clear redirect bo before falling back to BLT pathsChris Wilson1-2/+10
2013-11-02sna: Eliminate the redundancy between is_mappable/can_mapChris Wilson1-2/+1
2013-10-30sna: Check for wedged after submittingChris Wilson1-4/+10
2013-10-10sna/gen4+: Share a few common routinesChris Wilson1-49/+4
2013-10-10sna: Pass usage hint down to render fill routinesChris Wilson1-1/+1
2013-10-09sna/gen3+: Flush vertex buffer after computing resizeChris Wilson1-17/+11
2013-10-04sna/gen5: Replace pipe-control with full MI_FLUSH for required CS stallChris Wilson1-0/+4
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson1-1/+1
2013-09-27sna/gen4+: Handle very large copies more gracefullyChris Wilson1-3/+4
2013-09-25sna/gen[35]: Remove dead code for choosing between BLT/render compositeChris Wilson1-28/+0
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson1-0/+4
2013-07-28intel: Remove some unused macrosChris Wilson1-1/+1
2013-07-23sna/gen5: The cached value of the pipelined pointers key requires 32-bitsChris Wilson1-5/+14
2013-07-22sna: Fix DBG compilationChris Wilson1-1/+1
2013-07-22sna/gen5: Rework the flush after blend state changesChris Wilson1-2/+15
2013-07-13sna: Skip copying to the intermediate target if we will completely overwrite itChris Wilson1-5/+9
2013-07-12sna/gen5: Add some more DBGChris Wilson1-1/+11
2013-06-28sna/gen2+: Consider precision in render operation placementChris Wilson1-6/+8
2013-06-26sna/gen4+: Fix determination of intermediate extentsChris Wilson1-4/+4
2013-06-23sna/gen5: Elide the forced flush after a drawrectChris Wilson1-3/+5
2013-06-23sna/gen5: Force a write flush when changing blend modesChris Wilson1-12/+20
2013-06-14sna/gen3+: Remove redundant clearing of clear hint in video playbackChris Wilson1-1/+0
2013-06-13sna/gen2+: Promote a conditional dirty into an assertionChris Wilson1-0/+2
2013-05-28sna: Make the backend identifier more informativeChris Wilson1-3/+3
2013-04-12sna/gen5: Force a MI_FLUSH between using the BLT and RENDER enginesChris Wilson1-1/+6
2013-03-27sna/gen4+: Set read-write allocation mode for the target render cacheChris Wilson1-4/+5
2013-03-14sna/gen5+: Add missing float casts in computation of scaled src offsetsChris Wilson1-2/+2
2013-02-28sna/video: Correct scaling of source offsetsChris Wilson1-15/+20
2013-02-26sna: Reverse inverted assertionsChris Wilson1-1/+1
2013-02-26sna/gen4+: Begin specialising vertex programs for ISAChris Wilson1-2/+2
2013-02-25sna/gen3+: Restart vertex space checks after lock contentionChris Wilson1-3/+6
2013-02-25sna/gen3+: Assert that nbox is not 0Chris Wilson1-0/+4
2013-02-08sna/gen4: Split the have_render flag in separate prefer_gpu hintsChris Wilson1-23/+20
2013-01-31sna/gen3+: Flush vertex threads before touching global stateChris Wilson1-12/+11
2013-01-29sna/gen3+: Fix a DBG for composite_boxes()Chris Wilson1-2/+2
2013-01-27sna: Replace the forced vertex finish with just a waitChris Wilson1-1/+1
2013-01-27sna: Enable threaded rasterisation for non-antialiased geometryChris Wilson1-4/+64
2013-01-27sna: Begin sketching out a threaded rasteriser for spansChris Wilson1-0/+50
2013-01-20sna/gen3+: And restore non-CA compositing state after the CA passChris Wilson1-3/+6