summaryrefslogtreecommitdiff
path: root/src/i830_render.c
AgeCommit message (Expand)Author
2011-05-29i830: amalgamate consecutive composites into a single primitiveChris Wilson
2011-03-16i965: Amalgamate surface binding tablesChris Wilson
2011-03-16Include a chipset generation number to clarify device specific paths.Owain G. Ainsworth
2010-09-12Rename common infrastructure to the intel namespace.Owain G. Ainsworth
2010-06-14i965: Sanity check ComponentAlpha status in prepare_compositeChris Wilson
2010-05-25uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-25Kill paranoid assertions on every write into the batchbuffer.Chris Wilson
2010-05-17i830: Encode surface bpp into formatChris Wilson
2010-05-17i830: Remove incorrectly mapped tex formats.Chris Wilson
2010-05-17uxa: Rearrange checking and preparing of composite textures.Chris Wilson
2010-04-16i830 render: check aperture space requirementsDaniel Vetter
2010-04-16i830 render: use tiling bits where possibleDaniel Vetter
2010-04-11Fill alpha on xrgb images.Chris Wilson
2010-04-11i830: Remove coord-adjust for nearest centre-sampling.Chris Wilson
2010-03-01batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2010-03-01batch: Emit a 'pipelined' flush when using a dirty source.Chris Wilson
2010-03-01Check that batch buffers are atomic.Chris Wilson
2010-03-01Fix "Remove flow-control macros for fallbacks in the 2D driver."Eric Anholt
2010-03-01Remove flow-control macros for fallbacks in the 2D driver.Eric Anholt
2010-03-01conf: Add debugging flush optionsOwain G. Ainsworth
2010-03-01Call pPixmaps plain old pixmaps.Owain G. Ainsworth
2010-03-01de-pCamelHungarian the Render pictures and pixmaps.Eric Anholt
2010-03-01Share several render fields between render implementations.Eric Anholt
2010-03-01Rename the xf86 screen private from pScrn to scrn.Owain G. Ainsworth
2010-03-01Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Owain G. Ainsworth
2010-02-28Move to kernel coding style.Eric Anholt
2009-09-22Revert "8xx: Fallback for any non-affine transformation."Chris Wilson
2009-09-22i8xx: Format projective texture coordinates correctly.Keith Packard
2009-09-21Split i915/i830 composite_emit_primitive into two functions.Keith Packard
2009-09-218xx: Fallback for any non-affine transformation.Carl Worth
2009-09-14Avoid fallbacks for compositing gradient patternsChris Wilson
2009-09-09i915: Restore nearest samplingChris Wilson
2009-09-05i830/i915: Set the sample position to the pixel center.Chris Wilson
2009-09-05i830: Update commentsChris Wilson
2009-09-05i830: Trim composite setupChris Wilson
2009-09-05i830: remove padding NOOPs from compositeChris Wilson
2009-09-05i830: do not use stale mask transformChris Wilson
2009-07-228xx render: Add limited support for a8 dests.Eric Anholt
2009-07-16Fix 915-class Render after the 8xx-class Render fix.Eric Anholt
2009-07-15Use batch_start_atomic to fix batchbuffer wrapping problems with 8xx render.Eric Anholt
2009-06-23Harden i830 render in case check_composite didn't throw out bad formats.Alan Coopersmith
2009-05-10Fix "Unkown" typo in two FatalError messagesAlan Coopersmith
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2008-11-05Make I830FALLBACK debugging a runtime instead of compile-time option.Eric Anholt
2008-10-06Add support for RepeatPad and RepeatReflect to 915 and 830-class Render accel.Eric Anholt
2008-08-05Rename uxa using _ instead of capsKeith Packard
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard
2008-06-10Change most usage of pixmap offsets to using a reloc macro.Eric Anholt
2008-05-07Check pitch for EXA operationZhenyu Wang