summaryrefslogtreecommitdiff
path: root/src/i830_render.c
AgeCommit message (Expand)Author
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
2007-04-17EXA: fix i830 renderWang Zhenyu
2007-04-16EXA: fix 830/845G pict formatWang Zhenyu
2007-04-16EXA: Add i830 supported pict format XRGB8888, XBGR8888Wang Zhenyu
2007-04-16EXA: i830 render misc fix and cleanupsWang Zhenyu
2007-03-27EXA: i830 fix blend actionWang Zhenyu
2007-03-27EXA: fix i830 componentAlpha supportWang Zhenyu
2007-03-27EXA: fix i830 texture setupWang Zhenyu
2007-02-13Switch the RECTLIST vertex order to (x2, y2), (x1, y2), (x1, y1).Eric Anholt
2007-02-02Add subpixel offsets to fix accelerated rotated rendering on i915.Eric Anholt
2007-01-31Naming and formatting cleanup in Render acceleration code.Eric Anholt
2007-01-31Move the render code to non-EXA-specific filenames.Eric Anholt