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
2009-10-12
DRI2 compat build fix: it's drawable->pScreen not drawable->screen
Jesse Barnes
2009-10-08
Rename pScreen to screen.
Eric Anholt
2009-10-08
Rename pGC to gc.
Eric Anholt
2009-10-08
Rename pDraw to plain old drawable.
Eric Anholt
2009-10-08
Call pPixmaps plain old pixmaps.
Eric Anholt
2009-10-08
de-pCamelHungarian the Render pictures and pixmaps.
Eric Anholt
2009-10-08
Rename the xf86 screen private from pScrn to scrn.
Eric Anholt
2009-10-08
Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.
Eric Anholt
2009-10-06
Move to kernel coding style.
Eric Anholt
2009-10-06
Remove UMS support.
Eric Anholt
2009-07-10
Remove NoAccel support
Keith Packard
2009-07-06
Handle DRI2INFOREC version 3
Keith Packard
2009-07-06
Update to multi-API DRI2 interface
Keith Packard
2009-06-29
Use swapbuffers_wait control
Jesse Barnes
2009-06-24
Treat disabled CRTCs as "not covering" for scanline wait purposes
Jesse Barnes
2009-06-16
don't wait for vblank on rotated displays
Li Peng
2009-06-10
DRI2 copyregion: don't wait for scanlines that won't happen
Lukasz Kurylo
2009-06-03
Fix segfault in DRI2 vblank syncing if the region isn't onscreen.
Eric Anholt
2009-06-03
Fix some drawable abuse in i830_dri.c
Eric Anholt
2009-06-03
Replace some pixmap-related idioms with inline functions to do so.
Eric Anholt
2009-06-02
Sync DRI2 CopyRegion to vertical retrace
Jesse Barnes
2009-05-26
Open the DRM and keep the handle throughout server startup to finish.
Eric Anholt
2009-04-28
Remove a handful of pointless comments
Kristian Høgsberg
2009-04-27
Remove XF86DRM_MODE.
Eric Anholt
2009-04-27
Remove DRI1 support.
Eric Anholt
2009-04-27
Don't initialize DRI2 if the fd we get is not master-capable.
Eric Anholt
2009-04-27
format == 0 means "use default" in I830DRI2CreateBuffer
Pierre Willenbrock
2009-04-24
DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfaces
Ian Romanick
2009-04-21
Staticize a bunch of functions and variables in the driver.
Eric Anholt
2009-04-17
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
[next]