summaryrefslogtreecommitdiff
path: root/src/i830_render.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-05Rename uxa using _ instead of capsKeith Packard1-11/+0
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard1-2/+2
2008-06-10Change most usage of pixmap offsets to using a reloc macro.Eric Anholt1-6/+4
2008-05-07Check pitch for EXA operationZhenyu Wang1-0/+5
2008-03-21Transformed coord computed using floats. Don't move bilinear composite dst.Keith Packard1-48/+70
2008-03-18Handle projective transforms on 9xx for Composite.Keith Packard1-59/+124
2008-03-188xx/9xx can handle textures to 2kx2k. 965 can do 8kx8kKeith Packard1-1/+1
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt1-99/+99
2008-03-13Add workarounds for 830/845's lack of a8/x8r8g8b8/x8b8g8r8 support.Eric Anholt1-32/+48
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-12/+13
2008-03-11Silence warnings about possible uninitialize use of dst_format.Kristian Høgsberg1-1/+2
2007-10-10EXA: fix tiled dest rendering on i8XX chipsZhenyu Wang1-1/+2
2007-06-12Fix context switching between DRI and X.Eric Anholt1-1/+2
2007-05-18EXA: add render enter helper functionWang Zhenyu1-7/+3
2007-04-20EXA: set enabling bits properly for i830Wang Zhenyu1-2/+9
2007-04-17EXA: fix i830 renderWang Zhenyu1-9/+34
2007-04-16EXA: fix 830/845G pict formatWang Zhenyu1-1/+10
2007-04-16EXA: Add i830 supported pict format XRGB8888, XBGR8888Wang Zhenyu1-3/+3
2007-04-16EXA: i830 render misc fix and cleanupsWang Zhenyu1-29/+25
2007-03-27EXA: i830 fix blend actionWang Zhenyu1-1/+1
2007-03-27EXA: fix i830 componentAlpha supportWang Zhenyu1-6/+15
2007-03-27EXA: fix i830 texture setupWang Zhenyu1-54/+45
2007-02-13Switch the RECTLIST vertex order to (x2, y2), (x1, y2), (x1, y1).Eric Anholt1-12/+12
2007-02-02Add subpixel offsets to fix accelerated rotated rendering on i915.Eric Anholt1-6/+6
2007-01-31Naming and formatting cleanup in Render acceleration code.Eric Anholt1-99/+111
2007-01-31Move the render code to non-EXA-specific filenames.Eric Anholt1-0/+591