summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-29Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson
2011-05-29Remove unused function 'intel_bo_alloc_for_data'Chris Wilson
2011-05-29Remove the unnecessary MI_FLUSH from the flush handlerChris Wilson
2011-05-29i965: segregate each vertex element into its own bufferChris Wilson
2011-05-29i965: Convert to relative relocations for stateChris Wilson
2011-05-29MI_LOAD_SCAN_LINES_INCL are inclusive and range [0, display height-1]Chris Wilson
2011-05-29946GZ is a 965G!Chris Wilson
2011-05-29Add a DRI2SwapEventPtr typedef for retro xserversChris Wilson
2011-05-29Cleanup gen2 tiling confusionDaniel Vetter
2011-05-29Use the per-generation batch context switch for atomic sequencesChris Wilson
2011-05-29dri: Disable page-flip between a tiled buffer and a linear scanoutChris Wilson
2011-05-29Give each user of tiling separate xorg.conf optionsChris Wilson
2011-05-29Fix relaxed tiling on gen2Daniel Vetter
2011-05-29i965: Fix off-by-one in assertChris Wilson
2011-05-29If the crtc is not enabled, then it can't be onChris Wilson
2011-05-29dri: Don't wait upon a NULL current modeChris Wilson
2011-05-29i830: amalgamate consecutive composites into a single primitiveChris Wilson
2011-05-29Remove the deprecated function 'XNFprintf'Chris Wilson
2011-05-29Undo: Disable BLT for i830 and 845GChris Wilson
2011-05-29i965: Mark sure we mark reused render targets as dirtyChris Wilson
2011-05-29snb: Only emit CC and DepthStencil bos once per batchChris Wilson
2011-05-29snb: Restore drawrect, we need the implicit flushChris Wilson
2011-05-29snb: Cache pixmap binding locationsChris Wilson
2011-05-29snb: Cache state between composite opsChris Wilson
2011-05-29snb: Emit more invariants only onceChris Wilson
2011-05-29Don't use hardware acceleration on Sandybridge rev 07 hardware or earlier.Matthias Hopf
2011-05-29Wait on the current buffer to complete when running synchronously.Chris Wilson
2011-04-04don't do batch_submits in uxa block handler if vtswitchedOwain G. Ainsworth
2011-04-04Move batch and render state initialisation to init/close screen instead ofOwain G. Ainsworth
2011-03-16i965: Amalgamate surface binding tablesChris Wilson
2011-03-16Disable BLT for i830 and 845GOwain G. Ainsworth
2011-03-16uxa: Relax fencing some more for gen3Chris Wilson
2011-03-16Fallback to shadow for Sandybridge if we don't have access to the BLTOwain G. Ainsworth
2011-03-16Flush BLT batches before starting an atomic RENDER batchChris Wilson
2011-03-16Fix build. oops.Owain G. Ainsworth
2011-03-16Support BLT acceleration on gen6Owain G. Ainsworth
2011-03-16add BLT ring supportZou Nan hai
2011-03-16intel: don't pass a dangling pointer to GET_PARAMChris Wilson
2011-03-16uxa: Enable reduced fence sizes for i915Chris Wilson
2011-03-16Always use tiling on SandybridgeOwain G. Ainsworth
2011-03-16i915/video: Clip indirect Xv outputChris Wilson
2011-03-16Update priv->stride after bo reallocationChris Wilson
2011-03-16dri: Protect against destroying a foreign DRI drawableChris Wilson
2011-03-16Quell excessively verbose vblank counter failed error messagesBryce Harrington
2011-03-16uxa: Fallback if the temporary is too largeChris Wilson
2011-03-16i965: Remove broken maximum base addresses from videoChris Wilson
2011-03-16Check return value of uxa_acquire_solid() since it can return NULLBryce Harrington
2011-03-16uxa: Undo damage translation before appendingChris Wilson
2011-03-16xvmc: Stop using uninitialized variable.Cyril Brulebois
2011-03-16xvmc: Silence gcc, adding a cast to work around signedness issues.Cyril Brulebois