summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-19sna: Haswell reintroduces MI_LOAD_SCAN_LINESChris Wilson
2013-03-19sna: Ignore vsync waits on tiny scanline rangesChris Wilson
2013-03-18sna: Reset operation state between glyphsChris Wilson
2013-03-18sna: Add a pair of sanity checks before creating the redirection targetChris Wilson
2013-03-18sna: Skip processing an all-clipped-out glyphChris Wilson
2013-03-17sna/dri: Fix stale Pixmap detectionChris Wilson
2013-03-17sna: Don't remove the flush flag for userptr boChris Wilson
2013-03-16sna/dri: Clear flush flag upon bo destroyChris Wilson
2013-03-14sna: Add an LLC path for creating snoopable buffersChris Wilson
2013-03-14sna/gen5+: Add missing float casts in computation of scaled src offsetsChris Wilson
2013-03-14sna: Consider placement hints when choosing userptr read pathChris Wilson
2013-03-14sna: Add handle info to sync DBGChris Wilson
2013-03-14sna: Use userptr downloads for incomplete GPU damaged pixmapsChris Wilson
2013-03-14sna: Add a few more assertions to track userptr through the cachesChris Wilson
2013-03-13sna/trapezoids: Minimally replace points for TriFanChris Wilson
2013-03-13sna/trapezoids: Correct ordering of points within TriFranChris Wilson
2013-03-12sna/gen4: Tweak compilation flags to avoid mixed settings across functionsChris Wilson
2013-03-12uxa: don't crash when freeing an uninitialized screenAaron Plattner
2013-03-12sna/gen3: Tweak code generation for gen3_emit_composite_primitive_constant__sse2Chris Wilson
2013-03-12sna/gen3: Tweak code generation for gen3_emit_composite_primitive_identity_gr...Chris Wilson
2013-03-12sna/gen3: Reduce another use of transformsChris Wilson
2013-03-12uxa/glamor: Prevent a crash when trying to load a misconfigured glamorChris Wilson
2013-03-12sna: Missing git-add for 09862a85eba243bChris Wilson
2013-03-12sna: Improve asserts that the CPU bo is not busy after synchronisationChris Wilson
2013-03-12sna: Mark redirect proxies with a unique idChris Wilson
2013-03-12sna: Apply the source offset to the transform when fixing up gradientsChris Wilson
2013-03-11sna: Improve sna_copy_boxes DBG by printing the bo handlesChris Wilson
2013-03-11sna: Only allocate addition space if we need pixel dataChris Wilson
2013-03-11sna: Mark the userptr as a CPU mappingChris Wilson
2013-03-11sna/dri: Free the event on the impossible error pathChris Wilson
2013-03-11sna/dri: Free chained swaps upon CloseWindowChris Wilson
2013-03-11sna/dri: Reorder assert to avoid NULL dereferenceChris Wilson
2013-03-11sna: Tighten checking for coherent mapsChris Wilson
2013-03-10sna: Tweak CPU mappings to be only used if a read is requiredChris Wilson
2013-03-10sna/dri: Flatten _sna_dri_destroy_buffer()Chris Wilson
2013-03-10sna/dri: Add a couple more basic assertionsChris Wilson
2013-03-08sna: Only shrink the maximum GPU size to fit into cacheChris Wilson
2013-03-08sna/gen4: Initialise a pair of unimportant variablesChris Wilson
2013-03-07sna: Fallback if we cannot fit the tiling copy into the apertureChris Wilson
2013-03-07sna: Trim tile sizes to fit aperture constraintsChris Wilson
2013-03-07sna: Remove the unused output and crtc listsChris Wilson
2013-03-07sna: Disambiguate sna_crtc_resize()Chris Wilson
2013-03-07sna: Supply a fake pipe to run completely headlessChris Wilson
2013-03-07sna: Return early if there are no outputs to setupChris Wilson
2013-03-07intel: Relax the has-kms test slightlyChris Wilson
2013-03-06sna: Disable read-read optimisationsChris Wilson
2013-03-06sna: Lighten the wakeup handler slightlyChris Wilson
2013-03-05sna: Typo ('unsuported') in DBG messagesChris Wilson
2013-03-05sna: Assert that the pixmap is not pinned before releasing the GPU boChris Wilson
2013-03-05sna: The GPU bo submit is still required before mapping for inplace operationsChris Wilson