summaryrefslogtreecommitdiff
path: root/src/i830_render.c
AgeCommit message (Expand)Author
2010-03-16Fill alpha on xrgb images.Chris Wilson
2010-03-16i830: Remove coord-adjust for nearest centre-sampling.Chris Wilson
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2009-11-29batch: Emit a 'pipelined' flush when using a dirty source.Chris Wilson
2009-11-10Check that batch buffers are atomic.Chris Wilson
2009-11-05Fix "Remove flow-control macros for fallbacks in the 2D driver."Eric Anholt
2009-11-05Remove flow-control macros for fallbacks in the 2D driver.Eric Anholt
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt
2009-10-08de-pCamelHungarian the Render pictures and pixmaps.Eric Anholt
2009-10-08Share several render fields between render implementations.Eric Anholt
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Move 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
2008-03-21Transformed coord computed using floats. Don't move bilinear composite dst.Keith Packard
2008-03-18Handle projective transforms on 9xx for Composite.Keith Packard
2008-03-188xx/9xx can handle textures to 2kx2k. 965 can do 8kx8kKeith Packard
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt
2008-03-13Add workarounds for 830/845's lack of a8/x8r8g8b8/x8b8g8r8 support.Eric Anholt
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-11Silence warnings about possible uninitialize use of dst_format.Kristian Høgsberg
2007-10-10EXA: fix tiled dest rendering on i8XX chipsZhenyu Wang
2007-06-12Fix context switching between DRI and X.Eric Anholt
2007-05-18EXA: add render enter helper functionWang Zhenyu
2007-04-20EXA: set enabling bits properly for i830Wang Zhenyu