summaryrefslogtreecommitdiff
path: root/src/i830_render.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-15uxa: Simplify flush trackingChris Wilson1-2/+1
2010-12-23i830: amalgamate consecutive composites into a single primitiveChris Wilson1-4/+16
2010-12-03i965: Amalgamate surface binding tablesChris Wilson1-3/+1
2010-10-07Include a chipset generation number to clarify device specific paths.Chris Wilson1-1/+1
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-30/+30
2010-06-14i965: Sanity check ComponentAlpha status in prepare_compositeChris Wilson1-0/+14
2010-06-09Revert "xp:trapezoids"Chris Wilson1-2/+1
2010-06-08xp:trapezoidsChris Wilson1-1/+2
2010-05-24uxa: Use temporary dest when target is too large for compositorChris Wilson1-2/+22
2010-05-24Kill paranoid assertions on every write into the batchbuffer.Chris Wilson1-9/+3
2010-05-16i830: Encode surface bpp into formatChris Wilson1-61/+53
2010-05-15i830: Remove incorrectly mapped tex formats.Chris Wilson1-23/+25
2010-05-10uxa: Rearrange checking and preparing of composite textures.Chris Wilson1-54/+50
2010-04-13i830 render: check aperture space requirementsDaniel Vetter1-0/+9
2010-04-13i830 render: use tiling bits where possibleDaniel Vetter1-6/+21
2010-03-16Fill alpha on xrgb images.Chris Wilson1-29/+9
2010-03-16i830: Remove coord-adjust for nearest centre-sampling.Chris Wilson1-20/+9
2010-02-20Remove dead assignments noticed by clang.Eric Anholt1-1/+0
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson1-1/+1
2009-11-29batch: Emit a 'pipelined' flush when using a dirty source.Chris Wilson1-0/+4
2009-11-10Check that batch buffers are atomic.Chris Wilson1-3/+3
2009-11-05Fix "Remove flow-control macros for fallbacks in the 2D driver."Eric Anholt1-6/+9
2009-11-05Remove flow-control macros for fallbacks in the 2D driver.Eric Anholt1-26/+49
2009-10-14conf: Add debugging flush optionsChris Wilson1-4/+0
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt1-9/+9
2009-10-08de-pCamelHungarian the Render pictures and pixmaps.Eric Anholt1-74/+74
2009-10-08Share several render fields between render implementations.Eric Anholt1-12/+12
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt1-24/+24
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt1-90/+90
2009-10-06Move to kernel coding style.Eric Anholt1-617/+634
2009-09-22Revert "8xx: Fallback for any non-affine transformation."Chris Wilson1-11/+0
2009-09-22i8xx: Format projective texture coordinates correctly.Keith Packard1-13/+25
2009-09-21Split i915/i830 composite_emit_primitive into two functions.Keith Packard1-2/+2
2009-09-218xx: Fallback for any non-affine transformation.Carl Worth1-0/+11
2009-09-14Avoid fallbacks for compositing gradient patternsChris Wilson1-22/+24
2009-09-09i915: Restore nearest samplingChris Wilson1-6/+8
2009-09-05i830/i915: Set the sample position to the pixel center.Chris Wilson1-62/+89
2009-09-05i830: Update commentsChris Wilson1-2/+4
2009-09-05i830: Trim composite setupChris Wilson1-9/+9
2009-09-05i830: remove padding NOOPs from compositeChris Wilson1-7/+1
2009-09-05i830: do not use stale mask transformChris Wilson1-11/+4
2009-07-228xx render: Add limited support for a8 dests.Eric Anholt1-13/+27
2009-07-16Fix 915-class Render after the 8xx-class Render fix.Eric Anholt1-16/+29
2009-07-15Use batch_start_atomic to fix batchbuffer wrapping problems with 8xx render.Eric Anholt1-88/+113
2009-06-23Harden i830 render in case check_composite didn't throw out bad formats.Alan Coopersmith1-2/+2
2009-05-10Fix "Unkown" typo in two FatalError messagesAlan Coopersmith1-1/+1
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt1-8/+2
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-1/+1
2008-11-05Make I830FALLBACK debugging a runtime instead of compile-time option.Eric Anholt1-17/+4
2008-10-06Add support for RepeatPad and RepeatReflect to 915 and 830-class Render accel.Eric Anholt1-4/+18