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_batchbuffer.c
Age
Commit message (
Expand
)
Author
2008-12-08
i965: Add batch_flush_notify hook to create new vertex-buffer bo
Carl Worth
2008-11-17
Merge commit 'origin/master' into dri2
Kristian Høgsberg
2008-10-19
Reduce incidence of MI_FLUSH usage.
Keith Packard
2008-10-14
Merge commit 'origin/master' into HEAD
Kristian Høgsberg
2008-10-09
For non-DRM, add NOOPs after BATCH_BUFFER_START to verify completion
Keith Packard
2008-10-09
i830 nondrm batch buffer insertion was missing ADVANCE_LP_RING() call
Keith Packard
2008-09-12
Fix mis-merge of DRI2 changes related to pI830->directRenderingType
Keith Packard
2008-09-11
Fix build failures that should have been in the previous merge commit.
Eric Anholt
2008-09-09
Track move of exec to bufmgr, and restoration of emit/wait funcs for non-drm.
Eric Anholt
2008-08-29
Fix build when using kernel DRM headers
Jesse Barnes
2008-06-13
[gem] Catch -EINTR from blocking GEM ioctl and restart.
Eric Anholt
2008-06-10
[gem] Don't set up the ring in GEM mode, as that'll be handled by the kernel.
Eric Anholt
2008-06-10
Use bufmgr_gem when available instead of the fake bufmgr.
Eric Anholt
2008-06-10
Use the DRM for submitting batchbuffers when available.
Eric Anholt
2008-06-10
Avoid needless flush emits in the blockhandler.
Eric Anholt
2008-06-10
Use batchbuffers instead of ring emits for general commands.
Eric Anholt