index
:
~anholt/xf86-video-intel
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
XORG-6_8-branch
compositing-fix
display-port
dri2-swapbuffers
dri3
exa
exa-i965
glamor-dri3
glucose
i810_texman_0_1_branch
i945-zone-rendering
intel-batchbuffer
intel-kernelmode
jbarnes-cleanup
keithp-glamor-rewrite
master
modesetting-airlied
modesetting-multihead
modesetting-sdvo-stuffing
randr-1.2-rotation
renames
wooooooo
xf86-video-i810-1_5-branch
xorg-7.0-branch
xvmc-i915
xvmc-vld
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-28
Revert "remove sync in i965_composite"
exa
Zhenyu Wang
1
-0
/
+5
2007-09-28
don't bother to memcpy for some small updates
Zhenyu Wang
1
-3
/
+2
2007-09-28
move i965 static state setup
Zhenyu Wang
3
-10
/
+10
2007-09-28
remove sync in i965_composite
Zhenyu Wang
1
-5
/
+0
2007-09-27
more cleanups
root
1
-139
/
+83
2007-09-27
clean up state buffer setup
root
1
-46
/
+9
2007-09-27
fix sf kernel offset for transform program
root
1
-1
/
+1
2007-09-27
commit current i965 exa state buffer work
root
1
-288
/
+336
2007-09-27
Pin cursor, overlay(no physical) and exa state buffers
Zhenyu Wang
1
-7
/
+7
2007-09-24
Remove logic for supporting i915tex_dri.so vs. i915_dri.so.
Eric Anholt
1
-21
/
+13
2007-09-21
Merge branch 'buffer-objects'
Eric Anholt
9
-335
/
+636
2007-09-20
Merge remote branch 'origin/master' into buffer-objects
Eric Anholt
25
-429
/
+845
2007-09-20
Fix pixmap offset
Hong Liu
4
-11
/
+9
2007-09-18
Bug #12457: Let the ch7xxx driver probe the 7301
Dmitry Babrovich
1
-0
/
+1
2007-09-12
Remove unused plane->pipe mappings from SAREA private
Jesse Barnes
2
-14
/
+3
2007-09-11
Fix plane/pipe mapping compat code
Jesse Barnes
1
-32
/
+37
2007-09-10
Fix crash in ScreenInit
Jesse Barnes
1
-1
/
+1
2007-09-10
Only swap planes and pipes if DRM supports it
Jesse Barnes
4
-31
/
+61
2007-09-06
Switch to pci_device_map_range/pci_device_unmap_range APIs.
Keith Packard
5
-121
/
+91
2007-09-05
Fix G33 GTT stolen mem range
Zhenyu Wang
1
-0
/
+3
2007-08-28
Don't set supported TV formats until after RandR initialized.
Keith Packard
1
-0
/
+3
2007-08-28
Limit TV formats to those supported by current connection
Keith Packard
3
-10
/
+48
2007-08-28
Add register defines for hw binning
Keith Packard
1
-0
/
+14
2007-08-28
Fix build against pre-pci-rework xserver.
Michel Dänzer
1
-0
/
+2
2007-08-28
Fix i915 a8 color buffer blending
Zhenyu Wang
1
-0
/
+11
2007-08-26
i830_driver.c changes for libpciaccess.
Keith Packard
1
-8
/
+129
2007-08-26
i810_driver.c changes for libpciaccess.
Keith Packard
1
-5
/
+239
2007-08-26
Mechanical API conversions for libpciaccess.
Keith Packard
5
-6
/
+25
2007-08-26
Change DRI interface to fill in PCI data from new libpciaccess structure.
Keith Packard
2
-9
/
+45
2007-08-26
Add libpciaccess declarations to I810Rec and I830Rec.
Keith Packard
2
-0
/
+23
2007-08-26
Change IS_Ixxx tests to work with or without libpciaccess.
Keith Packard
1
-20
/
+39
2007-08-26
Intel driver configuration (only) changes for X server libpciaccess usage.
Keith Packard
3
-5
/
+10
2007-08-26
Sort quirk table, add Dell Latitude X1
Keith Packard
1
-8
/
+16
2007-08-25
Lenovo 201a is x60s, not x61s
Keith Packard
1
-2
/
+2
2007-08-25
Thinkpad X61s has no TV out
Keith Packard
1
-0
/
+2
2007-08-17
Make sure XV_PIPE is used whenever possible.
Keith Packard
1
-2
/
+5
2007-08-17
Tune acceleration architecture allocator sizes down.
Eric Anholt
1
-3
/
+1
2007-08-17
Replace AA allocator usage with i830_memory.c for RandR rotation.
Eric Anholt
5
-111
/
+48
2007-08-17
Use i830_memory.c instead of the AA's allocator for XV buffers.
Eric Anholt
4
-141
/
+57
2007-08-16
Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...
Jesse Barnes
2
-11
/
+12
2007-08-16
Disambiguate plane and pipe mapping, use plane A on pipe B on pre-965 LVDS
Jesse Barnes
4
-33
/
+59
2007-08-16
Add tiling information to BO layout description.
Eric Anholt
1
-4
/
+11
2007-08-16
Merge branch 'master' into buffer-objects
Eric Anholt
23
-411
/
+650
2007-08-16
i915: add support for render to a8
Dave Airlie
1
-11
/
+11
2007-08-15
intel: don't setup texOffsetStart unless using EXA
Dave Airlie
1
-0
/
+1
2007-08-14
Fix seg fault introduced in tiling patch when TV detect
Zhenyu Wang
1
-1
/
+1
2007-08-10
Save/restore tile-mode offset registers DSPATILEOFF and DSPBTILEOFF
Keith Packard
2
-0
/
+10
2007-08-10
Set DSPATILEOFF/DSPBTILEOFF to handle 965 tiled frame buffers.
Keith Packard
1
-0
/
+2
2007-08-10
Add #if 0-ed fence debugging code. It's noisy, and of little use to most.
Eric Anholt
1
-0
/
+32
2007-08-10
Don't force tiling on if it is disabled in configuration but fbc is possible.
Eric Anholt
1
-6
/
+0
[next]