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_dri.c
Age
Commit message (
Expand
)
Author
2010-01-02
attempt to make this build with xserver 1.7 and later.
obsd-2.7
Matthieu Herrb
2009-06-12
format == 0 means "use default" in I830DRI2CreateBuffer
Pierre Willenbrock
2009-06-12
DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfaces
Ian Romanick
2009-06-12
DRI2: Respect the src and dst parameters of CopyRegion.
Ian Romanick
2009-03-09
Flip the update_dri_buffers test around to only run when DRI1 is active.
Eric Anholt
2009-03-06
DRI1: Update sarea (and other information) when CRTC configuration changes.
Eric Anholt
2009-03-06
intel: Nuke shared-entity support (zaphod mode).
Eric Anholt
2009-02-27
Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.
Eric Anholt
2009-02-24
Remove a handful of unused variable warnings.
Kristian Høgsberg
2009-02-23
Use stat() and the dev_t to find the drm device filename.
Kristian Høgsberg
2009-02-02
Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.
Kristian Høgsberg
2009-02-02
Fix last-minute "cleanup" that broke the patch.
Kristian Høgsberg
2009-01-27
dri2: Use modesetting's master fd instead of opening our own non-master.
Eric Anholt
2009-01-27
Support tiled back/depth on 915-class hardware with DRI2.
Jesse Barnes
2009-01-20
Remove the pageflipping infrastructure.
Owain G. Ainsworth
2009-01-20
Remove triple-buffering support
Owain G. Ainsworth
2009-01-06
Disable DRI2 buffer tiling on non-965, as those need fence regs for 2D blits.
Eric Anholt
2008-12-08
Fix DRI2 compiling warning
Zhenyu Wang
2008-12-03
Enable tiling for DRI2 back/depth buffers.
Eric Anholt
2008-11-17
Merge commit 'origin/master' into dri2
Kristian Høgsberg
2008-10-19
Use pipes, not planes for sarea geometry data
Keith Packard
2008-10-19
Remove accidental 'return;' left at the top of I830DRIInitBuffers
Keith Packard
2008-10-17
Handle differently tiled front/back/depth/third in DRI window management
Keith Packard
2008-10-16
Don't handle irq in GEM mode
Zhenyu Wang
2008-10-14
Update to DRI2 changes.
dri2
Kristian Høgsberg
2008-09-11
Fix build failures that should have been in the previous merge commit.
Eric Anholt
2008-09-10
Merge branch 'master' into dri2
Eric Anholt
2008-09-09
Track the move of irq emit/wait to fake bufmgr.
Eric Anholt
2008-09-09
Track move of bufmgr functions to libdrm_intel.
Eric Anholt
2008-09-04
DRI2: Move pixmap pitch alignment for use with depth to pixmap create.
Eric Anholt
2008-09-04
DRI2: Emit the MI_FLUSH before flushing batch in swapbuffers.
Eric Anholt
2008-09-03
Don't set up sarea or drm mappings in DRI2 mode.
Eric Anholt
2008-08-29
Add DRI2 support.
Kristian Høgsberg
2008-08-08
Make it actually build the kernel stuff if possible
Jesse Barnes
2008-08-08
Initial port of kernel modesetting from old intel-kernelmode branch
Jesse Barnes
2008-08-05
Use dri_bo for all object allocations, including pixmaps under uxa
Keith Packard
2008-08-05
Add UXA - the unified memory acceleration architecture.
Keith Packard
2008-08-05
Merge branch 'master' into drm-gem
Jesse Barnes
2008-07-30
Reorder visuals reported by the intel driver
Tomas Carnecky
2008-07-17
Merge branch 'master' into drm-gem
Carl Worth
2008-06-24
Fix back buffer damage handler for 965+ chips
Jesse Barnes
2008-06-13
[gem] remove one more unused bit
Dave Airlie
2008-06-12
Require libdrm 2.4.0 always since we need the bufmgr code.
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
Avoid needless flush emits in the blockhandler.
Eric Anholt
2008-05-17
Add check for GEM, use that to enable driver GEM support
Keith Packard
2008-05-12
Track name changes in GEM ioctls.
Keith Packard
2008-05-12
Record alignment requirements in mem structure for use by GEM.
Keith Packard
2008-05-05
Use GEM for buffer naming now.
Keith Packard
2008-05-02
Add initial GEM hacks to bring the server up.
Eric Anholt
[next]