index
:
xorg/driver/xf86-video-intel
2.1
2.10
2.13
2.2
2.3
2.4
2.5
2.6
2.7
2.8
2.9
XORG-6_8-branch
display-port
dri2-swapbuffers
exa
exa-i965
glucose
i810_texman_0_1_branch
i945-zone-rendering
intel-batchbuffer
intel-kernelmode
jbarnes-cleanup
master
modesetting-airlied
modesetting-multihead
modesetting-sdvo-stuffing
randr-1.2-rotation
screen-conv-api
xf86-video-i810-1_5-branch
xorg-7.0-branch
xvmc-i915
xvmc-vld
xwayland
xwayland-1.12
Intel video driver (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel)
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-02
Bump version to 2.6.3.
2.6.3
2.6
Eric Anholt
1
-1
/
+1
2009-03-02
Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.
Eric Anholt
3
-27
/
+44
2009-03-02
Disable fb resizing for DRI1-only server so that DRI1 can initialize.
Eric Anholt
1
-0
/
+4
2009-02-24
Bump version to 2.6.2 for release.
2.6.2
Eric Anholt
1
-1
/
+1
2009-02-24
Fix distcheck from drmmode_display.h deletion.
Eric Anholt
1
-2
/
+1
2009-02-24
Update kms to work with drmModeModeInfo API update.
Kristian Høgsberg
1
-3
/
+3
2009-02-24
Don't do AdjustFrame in KMS mode.
Eric Anholt
1
-0
/
+3
2009-02-24
KMS: Fix bug that prevented EDID data from getting propagated.
Kristian Høgsberg
1
-1
/
+2
2009-02-24
Move disable_render_standby to EnterVT instead of startup.
Helge Bahmann
1
-3
/
+3
2009-02-24
uxa: Ask for BOs ready for rendering for pixmaps.
Eric Anholt
2
-2
/
+2
2009-02-24
KMS: Hook up rotated shadow buffers.
Kristian Høgsberg
1
-24
/
+26
2009-02-24
Access the Xv buffer through the GTT for the non-KMS case.
Kristian Høgsberg
1
-21
/
+42
2009-02-24
Fix i915 textured video to work with the i830_memory -> bo change.
Kristian Høgsberg
1
-4
/
+5
2009-02-24
Dont allocate overlay registers in KMS mode.
Kristian Høgsberg
3
-8
/
+7
2009-02-24
Make Xv used a buffer object instead of i830_memory.
Kristian Høgsberg
4
-60
/
+53
2009-02-24
KMS: Hook up crtc::gamma_set.
Kristian Høgsberg
1
-1
/
+12
2009-02-24
Don't disable vga centering bit.
Ma Ling
1
-4
/
+0
2009-02-24
TV quirk for HP Compaq nx6310
Zhenyu Wang
1
-0
/
+2
2009-02-24
Fix front buffer memset() for non-KMS case.
Kristian Høgsberg
1
-1
/
+1
2009-02-24
Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.
Kristian Høgsberg
6
-27
/
+84
2009-02-24
Fix last-minute "cleanup" that broke the patch.
Kristian Høgsberg
7
-101
/
+59
2009-02-24
Implement front buffer resize for KMS.
Kristian Høgsberg
5
-205
/
+154
2009-02-24
dri2: Use modesetting's master fd instead of opening our own non-master.
Eric Anholt
1
-1
/
+11
2009-02-24
Support tiled back/depth on 915-class hardware with DRI2.
Jesse Barnes
6
-27
/
+84
2009-02-24
Don't forget the new state bos in check_aperture.
Eric Anholt
1
-35
/
+47
2009-02-24
Fixup bogus VBT modes when detected
Jesse Barnes
1
-0
/
+6
2009-02-24
Quirk MSI IM-945GSE-A LVDS, TV outputs.
Bill Nottingham
1
-0
/
+17
2009-02-24
quirk for AOpen MP45
Vincent Mussard
1
-0
/
+2
2009-02-24
Move i965 render sampler state to BOs.
Eric Anholt
3
-122
/
+85
2009-02-24
Move i965 render kernels to BOs.
Eric Anholt
1
-45
/
+30
2009-02-24
Move 965 render unit state to BOs.
Eric Anholt
2
-138
/
+269
2009-02-24
Remove 965 render wm scratch space, which was just unused.
Eric Anholt
1
-10
/
+3
2009-02-24
Fix build with server 1.4.
Eric Anholt
2
-1
/
+6
2009-02-24
Use drm_intel_bo_subdata to put render vb data in.
Eric Anholt
1
-11
/
+4
2009-02-24
Move i965 render vb setup to use time, and decouple state emit from it.
Eric Anholt
1
-34
/
+55
2009-02-24
Move i965 render transform setup from emit_composite_state to prepare_composite.
Eric Anholt
1
-28
/
+22
2009-02-24
i965: Pull check_aperture out to a separate function and make it dtrt.
Eric Anholt
1
-62
/
+32
2009-02-24
Move filter computation from emit_batch_header to prepare_composite.
Eric Anholt
1
-21
/
+31
2009-02-24
Use intel_emit_reloc from video to prettify 965 render bind_bo setup.
Eric Anholt
3
-33
/
+33
2009-02-24
Move i965 render state bo setup back to prepare_composite.
Eric Anholt
1
-66
/
+60
2009-02-24
Do check_aperture_space and batch_start_atomic for i965 video.
Eric Anholt
1
-2
/
+27
2009-02-24
Move 965 video setup to a separate function so we can move it around.
Eric Anholt
1
-172
/
+174
2009-02-24
Assign rotation memory dri_bo to rotation pixmap.
Keith Packard
1
-0
/
+3
2009-02-24
Resize framebuffer on screen size change (requires UXA and DRI2)
Keith Packard
6
-153
/
+184
2009-02-24
Make i830_allocate_memory take tiling parameters.
Keith Packard
5
-190
/
+189
2009-02-24
warning fix.
Eric Anholt
1
-1
/
+0
2009-02-24
Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3
Eric Anholt
1
-1
/
+0
2009-02-24
Remove logical context setup.
Eric Anholt
3
-22
/
+0
2009-01-21
Bump version to 2.6.1.
xf86-video-intel-2.6.1
Eric Anholt
1
-1
/
+1
2009-01-21
Don't run in KD_TEXT mode even with KMS
Jesse Barnes
1
-8
/
+0
[next]