summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in bios_reader for invalid pointer cast2.8Zhenyu Wang2009-08-271-1/+1
* NEWS: Fix typo: 2.8.1 is the new release, not 2.8.0Carl Worth2009-08-271-1/+1
* Increment version number to 2.8.1 for release.2.8.1Carl Worth2009-08-251-1/+1
* NEWS: Add notes for 2.8.1Carl Worth2009-08-251-5/+24
* Align the height of untiled pixmaps to 2 lines as well.Eric Anholt2009-08-251-2/+5
* Fix sampler indexes on i965 planar video.Eric Anholt2009-08-253-6/+6
* Calculate the DVO relative offset in LVDS data entry to get the DVO timingZhao Yakui2009-08-252-5/+21
* Only align DRI2 tiled pixmaps to the DRI2 tiled pixmap alignment requirement.Eric Anholt2009-08-252-8/+11
* drmmode_output_get_modes: Replace existing EDID property blob with new oneKeith Packard2009-08-251-2/+1
* Update version to 2.8.0.9012.8.0.901Carl Worth2009-08-131-1/+1
* NEWS: Add notes for 2.8.0.901 (2.8.1 rc 1)Carl Worth2009-08-131-0/+14
* Align tiled pixmap height so we don't address beyond the end of our buffers (...Eric Anholt2009-08-135-9/+11
* Allow DRM mode setting to include transformationsKeith Packard2009-08-131-3/+0
* Increment version number to 2.8.0 for release.2.8.0Carl Worth2009-07-201-1/+1
* NEWS: Add notes for 2.8.0 releaseCarl Worth2009-07-201-0/+48
* Really fix i915 render. Fail at commit --amend.Eric Anholt2009-07-162-14/+13
* Fix 915-class Render after the 8xx-class Render fix.Eric Anholt2009-07-163-17/+34
* Use batch_start_atomic to fix batchbuffer wrapping problems with 8xx render.Eric Anholt2009-07-153-89/+123
* Reset framebuffer offset when rebinding aperture (22760).Keith Packard2009-07-151-0/+3
* Fix XV scan line calculation when rotated.Barry Scott2009-07-131-5/+6
* Increment version to 2.7.99.9022.7.99.902Carl Worth2009-07-131-1/+1
* RELEASING: Fix typo in instructionsCarl Worth2009-07-131-1/+1
* NEWS: Add notes for 2.7.99.902Carl Worth2009-07-131-0/+7
* Remove vestiges of NoAccel options from i830_driver.cKeith Packard2009-07-111-2/+0
* intel.man: Mark NoAccel option as i810/i815 onlyKeith Packard2009-07-111-5/+5
* i830_uxa_prepare_access: Flush and wait for idle for non-bo pixmapsKeith Packard2009-07-101-5/+6
* KMS: Keep screen pixmap devPrivate.ptr NULL during init and resizeKeith Packard2009-07-101-3/+0
* i830_bind_memory: Under UMS: Bind GEM bos with dri_bo_pin, else through the GARTKeith Packard2009-07-101-8/+6
* Allocate GTT space for GEM only under UMSKeith Packard2009-07-102-71/+72
* Always set screen pixmap data pointer at init and resize timesKeith Packard2009-07-101-5/+10
* Make xorg.conf DRI option work under KMS. Fix name of I830AccelMethodInitKeith Packard2009-07-101-6/+12
* Remove NoAccel supportKeith Packard2009-07-107-184/+54
* Remove bad comment about 3DSTATE_DRAWING_RECTANGLE size.Eric Anholt2009-07-091-1/+1
* Fix lols in trying to figure out whether this is a 64-bit build.Eric Anholt2009-07-091-1/+1
* Refuse to allocate giant BOs on 32-bit systems.Eric Anholt2009-07-081-0/+16
* Initialize the other argument to drmSetInterfaceVersion.Eric Anholt2009-07-081-0/+1
* enable sdvo lvds scaling functionling.ma@intel.com2009-07-082-12/+83
* Raise XV limit to 2048x2048 to match hardware limits.Simon Farnsworth2009-07-071-12/+4
* non-DRI FB resize failed to assign the screen pixmap devPrivate.ptr (22328)Keith Packard2009-07-071-1/+8
* Check for a valid I830Ptr before closing master.Chris Wilson2009-07-071-1/+1
* Handle DRI2INFOREC version 3Keith Packard2009-07-061-2/+8
* Update to multi-API DRI2 interfaceKeith Packard2009-07-061-14/+14
* remove unused shader programRĂ©mi Cardona2009-07-061-143/+0
* Disable FBC on IGDNGZhenyu Wang2009-07-061-0/+2
* Fix segv for clipped movie windowBarry Scott2009-07-021-6/+16
* Clear the bo on the rotate scratch pixmapJesse Barnes2009-07-022-2/+6
* Xv i830_display_video splitup: extract i830_update_scaling_factorsDaniel Vetter2009-07-021-83/+86
* Xv i830_display_video splitup: extract i830_update_polyphase_coeffsDaniel Vetter2009-07-021-38/+56
* Xv i830_display_video splitup: extract i830_update_dst_box_to_crtc_coordsDaniel Vetter2009-07-021-42/+53
* Xv: kill !textured conditionDaniel Vetter2009-07-011-2/+1