summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-20kms: Don't use fb offset when using shadow bufferKristian Høgsberg1-1/+4
2009-08-18Align the height of untiled pixmaps to 2 lines as well.Eric Anholt1-2/+5
2009-08-18Print block length of backlight tableJesse Barnes1-1/+1
2009-08-18Dump LVDS backlight info from bios_readerJesse Barnes2-0/+72
2009-08-18Add BACKLIGHT property support in KMS case.Matthias Hopf1-0/+228
2009-08-18Fix VGA plane disablingZhenyu Wang1-18/+20
2009-08-13Add HP Mini 5101 to quirks list.Matthias Hopf1-0/+2
2009-08-11Fix the chip names printed in the log to be less obnoxious.Adam Jackson2-18/+18
2009-08-07Fix math in the tiling alignment fix.Eric Anholt1-1/+1
2009-08-07Align tiled pixmap height so we don't address beyond the end of our buffers.Eric Anholt5-9/+11
2009-08-06Fix typo in bios_reader for invalid pointer castZhenyu Wang1-1/+1
2009-08-05Fix sampler indexes on i965 planar video.Eric Anholt3-6/+6
2009-08-05 It seems that indirect data upper bound check in STATE_BASE_ADDRESSZou Nan hai1-1/+1
2009-08-04Calculate the DVO relative offset in LVDS data entry to get the DVO timingZhao Yakui2-5/+21
2009-07-28intel: drop RES_SHARED_VGA not needed anymoreDave Airlie2-70/+62
2009-07-28xserver: fix up for stable buildDave Airlie2-0/+9
2009-07-28intel: since driver depends on newer server don't need to wrap thisDave Airlie2-30/+0
2009-07-28intel: update for resources/RAC API removalDave Airlie2-2/+12
2009-07-28h/v bias in 3DSTATE_DEST_BUFFER_VARIABLES is 4-bits wideKrzysztof Halasa1-2/+2
2009-07-28intel: remove unneeded includesDave Airlie10-11/+0
2009-07-26Allow DRM mode setting to include transformationsKeith Packard1-3/+0
2009-07-24XvMC: enable XvMC/XvMC-VLD on IGDNGXiang, Haihao4-19/+122
2009-07-24add compiled shader programs for XvMC/XvMC-VLD on IGDNGXiang, Haihao28-4/+16860
2009-07-24Check the version of intel-gen4asm tool in configure.acXiang, Haihao1-10/+1
2009-07-24XvMC: pin XvMC buffers under KMS.Xiang, Haihao4-13/+36
2009-07-228xx render: Add limited support for a8 dests.Eric Anholt1-13/+27
2009-07-22Only align DRI2 tiled pixmaps to the DRI2 tiled pixmap alignment requirement.Eric Anholt2-8/+11
2009-07-22uxa: Tell the driver when we're just going to immediately map the pixmap.Eric Anholt3-2/+16
2009-07-22uxa: Skip fill of temporary alpha picture that just gets copied over.Eric Anholt1-18/+21
2009-07-21drmmode_output_get_modes: Replace existing EDID property blob with new oneKeith Packard1-2/+1
2009-07-20Merge branch '2.8'Carl Worth2-1/+49
2009-07-20Increment version number to 2.8.0 for release.2.8.0Carl Worth1-1/+1
2009-07-20NEWS: Add notes for 2.8.0 releaseCarl Worth1-0/+48
2009-07-18Update to xextproto 7.1 support.Peter Hutterer7-1/+59
2009-07-17accessing a pixmap if prepare_access fails is verboten.Owain Ainsworth1-3/+4
2009-07-16Really fix i915 render. Fail at commit --amend.Eric Anholt2-14/+13
2009-07-16Fix 915-class Render after the 8xx-class Render fix.Eric Anholt3-17/+34
2009-07-15Use batch_start_atomic to fix batchbuffer wrapping problems with 8xx render.Eric Anholt3-89/+123
2009-07-15Reset framebuffer offset when rebinding aperture (22760).Keith Packard1-0/+3
2009-07-13Fix XV scan line calculation when rotated.Barry Scott1-5/+6
2009-07-13Increment version to 2.7.99.9022.7.99.902Carl Worth1-1/+1
2009-07-13RELEASING: Fix typo in instructionsCarl Worth1-1/+1
2009-07-13NEWS: Add notes for 2.7.99.902Carl Worth1-0/+7
2009-07-11Remove vestiges of NoAccel options from i830_driver.cKeith Packard1-2/+0
2009-07-11intel.man: Mark NoAccel option as i810/i815 onlyKeith Packard1-5/+5
2009-07-10i830_uxa_prepare_access: Flush and wait for idle for non-bo pixmapsKeith Packard1-5/+6
2009-07-10KMS: Keep screen pixmap devPrivate.ptr NULL during init and resizeKeith Packard1-3/+0
2009-07-10i830_bind_memory: Under UMS: Bind GEM bos with dri_bo_pin, else through the GARTKeith Packard1-8/+6
2009-07-10Allocate GTT space for GEM only under UMSKeith Packard2-71/+72
2009-07-10Always set screen pixmap data pointer at init and resize timesKeith Packard1-5/+10