summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-02Bump version to 2.6.3.2.6.32.6Eric Anholt1-1/+1
2009-03-02Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.Eric Anholt3-27/+44
2009-03-02Disable fb resizing for DRI1-only server so that DRI1 can initialize.Eric Anholt1-0/+4
2009-02-24Bump version to 2.6.2 for release.2.6.2Eric Anholt1-1/+1
2009-02-24Fix distcheck from drmmode_display.h deletion.Eric Anholt1-2/+1
2009-02-24Update kms to work with drmModeModeInfo API update.Kristian Høgsberg1-3/+3
2009-02-24Don't do AdjustFrame in KMS mode.Eric Anholt1-0/+3
2009-02-24KMS: Fix bug that prevented EDID data from getting propagated.Kristian Høgsberg1-1/+2
2009-02-24Move disable_render_standby to EnterVT instead of startup.Helge Bahmann1-3/+3
2009-02-24uxa: Ask for BOs ready for rendering for pixmaps.Eric Anholt2-2/+2
2009-02-24KMS: Hook up rotated shadow buffers.Kristian Høgsberg1-24/+26
2009-02-24Access the Xv buffer through the GTT for the non-KMS case.Kristian Høgsberg1-21/+42
2009-02-24Fix i915 textured video to work with the i830_memory -> bo change.Kristian Høgsberg1-4/+5
2009-02-24Dont allocate overlay registers in KMS mode.Kristian Høgsberg3-8/+7
2009-02-24Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg4-60/+53
2009-02-24KMS: Hook up crtc::gamma_set.Kristian Høgsberg1-1/+12
2009-02-24Don't disable vga centering bit.Ma Ling1-4/+0
2009-02-24TV quirk for HP Compaq nx6310Zhenyu Wang1-0/+2
2009-02-24Fix front buffer memset() for non-KMS case.Kristian Høgsberg1-1/+1
2009-02-24Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg6-27/+84
2009-02-24Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg7-101/+59
2009-02-24Implement front buffer resize for KMS.Kristian Høgsberg5-205/+154
2009-02-24dri2: Use modesetting's master fd instead of opening our own non-master.Eric Anholt1-1/+11
2009-02-24Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes6-27/+84
2009-02-24Don't forget the new state bos in check_aperture.Eric Anholt1-35/+47
2009-02-24Fixup bogus VBT modes when detectedJesse Barnes1-0/+6
2009-02-24Quirk MSI IM-945GSE-A LVDS, TV outputs.Bill Nottingham1-0/+17
2009-02-24quirk for AOpen MP45Vincent Mussard1-0/+2
2009-02-24Move i965 render sampler state to BOs.Eric Anholt3-122/+85
2009-02-24Move i965 render kernels to BOs.Eric Anholt1-45/+30
2009-02-24Move 965 render unit state to BOs.Eric Anholt2-138/+269
2009-02-24Remove 965 render wm scratch space, which was just unused.Eric Anholt1-10/+3
2009-02-24Fix build with server 1.4.Eric Anholt2-1/+6
2009-02-24Use drm_intel_bo_subdata to put render vb data in.Eric Anholt1-11/+4
2009-02-24Move i965 render vb setup to use time, and decouple state emit from it.Eric Anholt1-34/+55
2009-02-24Move i965 render transform setup from emit_composite_state to prepare_composite.Eric Anholt1-28/+22
2009-02-24i965: Pull check_aperture out to a separate function and make it dtrt.Eric Anholt1-62/+32
2009-02-24Move filter computation from emit_batch_header to prepare_composite.Eric Anholt1-21/+31
2009-02-24Use intel_emit_reloc from video to prettify 965 render bind_bo setup.Eric Anholt3-33/+33
2009-02-24Move i965 render state bo setup back to prepare_composite.Eric Anholt1-66/+60
2009-02-24Do check_aperture_space and batch_start_atomic for i965 video.Eric Anholt1-2/+27
2009-02-24Move 965 video setup to a separate function so we can move it around.Eric Anholt1-172/+174
2009-02-24Assign rotation memory dri_bo to rotation pixmap.Keith Packard1-0/+3
2009-02-24Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard6-153/+184
2009-02-24Make i830_allocate_memory take tiling parameters.Keith Packard5-190/+189
2009-02-24warning fix.Eric Anholt1-1/+0
2009-02-24Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3Eric Anholt1-1/+0
2009-02-24Remove logical context setup.Eric Anholt3-22/+0
2009-01-21Bump version to 2.6.1.xf86-video-intel-2.6.1Eric Anholt1-1/+1
2009-01-21Don't run in KD_TEXT mode even with KMSJesse Barnes1-8/+0