index
:
xf86-video-intel-frc
debian-lenny-with-frc-patches
debian-unstable-with-frc-patches
upstream-lenny-with-frc-patches
upstream-unstable-with-frc-patches
FRC (Frame Rate Control) patches for the XOrg Intel driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_render.c
Age
Commit message (
Expand
)
Author
2008-04-19
Check pitch for EXA operation
Zhenyu Wang
2008-03-24
Transformed coord computed using floats. Don't move bilinear composite dst.
Keith Packard
2008-03-18
Handle projective transforms on 9xx for Composite.
Keith Packard
2008-03-18
8xx/9xx can handle textures to 2kx2k. 965 can do 8kx8k
Keith Packard
2008-03-14
Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge
Eric Anholt
2008-03-13
Add workarounds for 830/845's lack of a8/x8r8g8b8/x8b8g8r8 support.
Eric Anholt
2008-03-11
Remove i830+ driver's use of CARD*/INT* types for great justice.
Eric Anholt
2008-03-11
Silence warnings about possible uninitialize use of dst_format.
Kristian Høgsberg
2007-10-10
EXA: fix tiled dest rendering on i8XX chips
Zhenyu Wang
2007-06-12
Fix context switching between DRI and X.
Eric Anholt
2007-05-18
EXA: add render enter helper function
Wang Zhenyu
2007-04-20
EXA: set enabling bits properly for i830
Wang Zhenyu
2007-04-17
EXA: fix i830 render
Wang Zhenyu
2007-04-16
EXA: fix 830/845G pict format
Wang Zhenyu
2007-04-16
EXA: Add i830 supported pict format XRGB8888, XBGR8888
Wang Zhenyu
2007-04-16
EXA: i830 render misc fix and cleanups
Wang Zhenyu
2007-03-27
EXA: i830 fix blend action
Wang Zhenyu
2007-03-27
EXA: fix i830 componentAlpha support
Wang Zhenyu
2007-03-27
EXA: fix i830 texture setup
Wang Zhenyu
2007-02-13
Switch the RECTLIST vertex order to (x2, y2), (x1, y2), (x1, y1).
Eric Anholt
2007-02-02
Add subpixel offsets to fix accelerated rotated rendering on i915.
Eric Anholt
2007-01-31
Naming and formatting cleanup in Render acceleration code.
Eric Anholt
2007-01-31
Move the render code to non-EXA-specific filenames.
Eric Anholt