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
/
legacy
Age
Commit message (
Expand
)
Author
2012-09-27
Remove the last couple of references to mibstore
Chris Wilson
2012-08-16
i810: Query PortPriv for the surface properties
Chris Wilson
2012-08-03
Pass the chipset info through driverPrivate rather than a global pointer
Chris Wilson
2012-07-23
intel: Refactor the common chipset detection/override
Chris Wilson
2012-07-19
i810: Correct the double negative and enable XAA when available
Chris Wilson
2012-07-19
i810: Handle initialisation without the XAA module present at runtime
Chris Wilson
2012-07-18
i810: DRI is not dependent upon XAA
Chris Wilson
2012-07-17
i810: Replace XAAGet.*ROP() with local tables
Chris Wilson
2012-07-17
i810: Split xaa routines from common acceleration methods
Chris Wilson
2012-07-14
Drop some unused includes
Chris Wilson
2012-07-12
i810: Remove vestigial reference to xaa.h
Chris Wilson
2012-07-12
i810: Tidy configure detection for XAA/DGA
Chris Wilson
2012-07-10
i810: Make DGA optional
Daniel Stone
2012-07-10
i810: Make XAA optional
Daniel Stone
2012-06-19
Initialise adaptors to 0 in case xf86XVListGenericAdaptors does not
Chris Wilson
2012-06-13
legacy/i810: Fix declaration to match definition
Zdenek Kabelac
2012-06-06
legacy/i810/dri: Check for malloc failure for BusIdString
Chris Wilson
2012-06-05
intel: port legacy and uxa to new API.
Dave Airlie
2012-06-04
legacy/i810: Silence a compiler warning for missing 'const'
Chris Wilson
2012-06-04
legacy/i810: Be paranoid and guard against xf86GetPciInfoForEntity
Chris Wilson
2012-06-04
legacy/i810: Remove unused variable
Chris Wilson
2012-06-04
legacy/i810: Reorder DRI teardown code to avoid potential NULL derefs
Chris Wilson
2012-06-04
legacy/i810: Free offscreen image info struct on failure
Chris Wilson
2012-06-02
legacy/i810/video: Release memory after creating adaptors
Chris Wilson
2012-06-02
legacy/i810/dri: Propagate failure from allocating texture memory
Chris Wilson
2012-06-02
legacy/i810: Fix memset(sizeof(*ptr)) rather than memset(sizeof(ptr))
Chris Wilson
2012-05-24
Allow runtime switching of AccelMethod between uxa/sna and even glamor
Chris Wilson
2012-05-23
intel: convert to new screen conversion APIs
Dave Airlie
2012-05-23
intel: add compat header file for conversion fns
Dave Airlie
2012-05-23
legacy/i810: rename pScreen->screen
Dave Airlie
2012-05-23
legacy/i810: rename pScrn->scrn
Dave Airlie
2012-04-29
legacy/i810: hwmc additionally depends upon building DRI
2.19.0
Chris Wilson
2012-02-24
legacy: Rename XF86DRI to HAVE_DRI1 to avoid conflicts with xorg-server.h
Chris Wilson
2012-01-08
Removed deprecated xf86PciInfo.h includes
Chris Wilson
2011-10-30
i810: kill mmio vga access helpers
Daniel Vetter
2011-10-30
i810: use vgahw functions instead of roll-your-own
Daniel Vetter
2011-10-30
i810: rip out PIO access functions
Daniel Vetter
2011-10-30
i810: kill dead i830 defines
Daniel Vetter
2011-10-29
Use malloc/calloc/realloc/free directly
Jeremy Huddleston
2011-06-22
Don't include xf86Priv.h
Adam Jackson
2011-02-17
Fix IGD and IGDNG constants to be comprehensible
Adam Jackson
2010-10-02
legacy/i810: Remove pVisualConfigs
Chris Wilson
2010-08-22
Replace ROUND_* macros with ALIGN.
Matt Turner
2010-08-22
Use ALIGN macro instead of open coding it.
Matt Turner
2010-07-28
legacy: Remove long gone use of GlxSetVisualConfigs()
Kristian Høgsberg
2010-07-24
simplify Makefile as per-target compilation flags are not needed
Gaetan Nadon
2010-06-28
Repair the damage to 'make distcheck' after splitting out i810
Chris Wilson
2010-06-25
i810: Move into a legacy directory.
Chris Wilson