summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-06-27sna: Set the current mode when initialising CRTCsChris Wilson
2013-06-27sna: Fake the output physical width/height from the CRTC sizeChris Wilson
2013-06-27sna: Support operations inplace on CPU mappings of a regionChris Wilson
2013-06-27sna: We can read from cloned pixmaps inplace - so long as we don't writeChris Wilson
2013-06-27sna: Tweak ordering of userptr temporary mappings for uploadsChris Wilson
2013-06-27sna: Fix DBG printing of can_upload_tiled_x()Chris Wilson
2013-06-27sna: Refactor freeing gpu_bo in manual tiled uploadChris Wilson
2013-06-27sna: Detect and handle cloned pixels for manual tiled uploadsChris Wilson
2013-06-26sna: Se the default gamma if left uninitialized by the driverChris Wilson
2013-06-26sna: Correct typo s/\j/\n/Chris Wilson
2013-06-26sna: Explicitly initialise the probed transform for a CRTCChris Wilson
2013-06-26sna: Set RR_Rotate_0 instead of 0 as desired initial rotationChris Wilson
2013-06-26sna: Fallback to xf86InitialConfiguration if nothing is connectedChris Wilson
2013-06-26sna: Use the existing configuration for initial modesChris Wilson
2013-06-26sna/gen4+: Fix determination of intermediate extentsChris Wilson
2013-06-26sna: Avoid allocating a temporary if using rendercpy tilesChris Wilson
2013-06-26sna: Clear mapped state after performing manual tilingChris Wilson
2013-06-26sna: Do not force creation of CPU maps on !llcChris Wilson
2013-06-26sna: Free just-allocated bo if we fail to set-tiling on CREATE_EXACTChris Wilson
2013-06-26sna: Rearrange tiled x upload so that damage accumulation is lastChris Wilson
2013-06-26sna: Optimize clears to whiteChris Wilson
2013-06-25sna: Do not perform tiling inplace if the destination is busyChris Wilson
2013-06-25sna: Be explicit when creating tiled-x pixmaps for manual tiling uplaodsChris Wilson
2013-06-25sna: Drop master when closing the screenChris Wilson
2013-06-25intel: Use the correct errno value for reporting the drmSetVersion failureChris Wilson
2013-06-25sna: Don't flag IGNORE_CPU for partial overwritten blocksChris Wilson
2013-06-24Add the nickle utility scripts to the tarballChris Wilson
2013-06-24sna: Initialise gc->ops->PolyPoint for miWideDashChris Wilson
2013-06-24sna: Remove unused brw_eu_debug.cChris Wilson
2013-06-24sna: Check for a request to create an inactive scanoutChris Wilson
2013-06-24sna: Move the reset bo to the right listChris Wilson
2013-06-24sna: Clear 'clear' hint upon uploading into tiledChris Wilson
2013-06-23sna: Discard proxy upload buffers before overwritting for PutImageChris Wilson
2013-06-23sna: Discard overwritten incomplete operations before migratingChris Wilson
2013-06-23sna: Document swizzling for DBGChris Wilson
2013-06-23sna: Allow tiled uploads to accumulate damageChris Wilson
2013-06-23sna/gen5: Elide the forced flush after a drawrectChris Wilson
2013-06-23sna/gen5: Force a write flush when changing blend modesChris Wilson
2013-06-23Tidy version query for i915.koChris Wilson
2013-06-23sna: Only open the /dev/dri/cardX device onceChris Wilson
2013-06-22sna: Add reference counting to drmMaster for ZaphodChris Wilson
2013-06-22sna: Refine the self-cow copy hack to reduce collateral damageChris Wilson
2013-06-21sna: Determine swizzling once during initialisation and choose memcpy_to_tiled_xChris Wilson
2013-06-21sna: Allow PutImage to write inplace using manual tilingChris Wilson
2013-06-21sna: Inspect availablity of render before prefering to use the GPUChris Wilson
2013-06-21sna: Check if we may want to simply upload for a CopyAreaChris Wilson
2013-06-21sna: Fix inspection of transfer extents for deciding transportChris Wilson
2013-06-20sna: Mark overwriting CopyArea as not needing the dst damageChris Wilson
2013-06-20sna: Promote the CopyArea to the GPU if it subsumes the CPU damageChris Wilson
2013-06-20sna: Fix tiled scanout limits for ValleyviewChris Wilson