index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_exa.c
Age
Commit message (
Expand
)
Author
2006-10-26
Note alignment requirement for i915 3D (texturing).
Eric Anholt
2006-09-19
misc cleanup
Wang Zhenyu
2006-09-14
Add a compile flag to enable syncing after each operation in EXA.
Eric Anholt
2006-09-14
Add a note on maxX/maxY for the 2D rendering.
Eric Anholt
2006-09-14
Replace a couple of mis-uses of the screen's bpp when the pixmap's was needed.
Eric Anholt
2006-09-14
Replace duplicated sync code in exa with a call to I830Sync.
Eric Anholt
2006-09-11
reimplement Solid function
Wang Zhenyu
2006-09-08
Merge branch 'exa-origin' into exa
Eric Anholt
2006-09-07
Remove another debug printf.
Eric Anholt
2006-09-07
Re-remove xf86_ansic.h, and move copyright to the top of the file.
Eric Anholt
2006-09-07
Remove the UTS/DFS implementations that just match the fallback versions.
Eric Anholt
2006-08-24
Current 915 render operations for 915G/945G only
Wang Zhenyu
2006-07-24
remove crap blit in UploadToScreen, we should find a more
Wang Zhenyu
2006-07-20
The pixmap's drawable x/y coordinates are always 0, so don't bother using them.
Eric Anholt
2006-07-20
The vertex data are all floats, so write the dest coords as floats.
Eric Anholt
2006-07-20
Revert "Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd."
Wang Zhenyu
2006-07-18
Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd.
Wang Zhenyu
2006-07-18
fallback in 'repeat' case for now
Wang Zhenyu
2006-07-14
Current exa render implement for i830 and i915, test on
Wang Zhenyu
2006-06-26
Fix build with new EXA headers.
Eric Anholt
2006-06-18
Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internal
Eric Anholt
2006-05-22
fix a typo
Wang Zhenyu
2006-05-19
revert wrong setting for memorySize, which should
Wang Zhenyu
2006-05-18
oop I830FALLBACK define error
Wang Zhenyu
2006-05-18
Add DEBUG_I830FALLBACK for easier tracking
Wang Zhenyu
2006-05-18
Check alignment require in PrepareSolid, noticed by Eric,
Wang Zhenyu
2006-05-18
Solid planemask in PrepareSolid/Copy might be 0xffffffff
Wang Zhenyu
2006-05-17
Fix memorySize to enable offscreen mem manage.
Wang Zhenyu
2006-04-29
Save initialize EXADriverPtr, and free it in failure.
Wang Zhenyu
2006-04-28
Update to EXA 2.0 API.
Eric Anholt
2006-04-28
Commit what applied from Jesse Barnes's i830-exa-latest.patch.
Eric Anholt