summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DRI2: add OML and SGI_video_sync supportdri2-swapbuffersJesse Barnes2009-10-033-9/+230
* Track number of crtcs with pending flipsKristian Høgsberg2009-08-071-0/+6
* Notify DRI2 asynchronously when page flip is finishedKristian Høgsberg2009-07-313-48/+50
* Add support for DRI2 SwapBuffers requestJesse Barnes2009-07-314-6/+185
* intel: drop RES_SHARED_VGA not needed anymoreDave Airlie2009-07-282-70/+62
* xserver: fix up for stable buildDave Airlie2009-07-282-0/+9
* intel: since driver depends on newer server don't need to wrap thisDave Airlie2009-07-282-30/+0
* intel: update for resources/RAC API removalDave Airlie2009-07-282-2/+12
* h/v bias in 3DSTATE_DEST_BUFFER_VARIABLES is 4-bits wideKrzysztof Halasa2009-07-281-2/+2
* intel: remove unneeded includesDave Airlie2009-07-2810-11/+0
* Allow DRM mode setting to include transformationsKeith Packard2009-07-261-3/+0
* XvMC: enable XvMC/XvMC-VLD on IGDNGXiang, Haihao2009-07-244-19/+122
* add compiled shader programs for XvMC/XvMC-VLD on IGDNGXiang, Haihao2009-07-2428-4/+16860
* Check the version of intel-gen4asm tool in configure.acXiang, Haihao2009-07-241-10/+1
* XvMC: pin XvMC buffers under KMS.Xiang, Haihao2009-07-244-13/+36
* 8xx render: Add limited support for a8 dests.Eric Anholt2009-07-221-13/+27
* Only align DRI2 tiled pixmaps to the DRI2 tiled pixmap alignment requirement.Eric Anholt2009-07-222-8/+11
* uxa: Tell the driver when we're just going to immediately map the pixmap.Eric Anholt2009-07-223-2/+16
* uxa: Skip fill of temporary alpha picture that just gets copied over.Eric Anholt2009-07-221-18/+21
* drmmode_output_get_modes: Replace existing EDID property blob with new oneKeith Packard2009-07-211-2/+1
* Merge branch '2.8'Carl Worth2009-07-202-1/+49
|\
| * 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
* | Update to xextproto 7.1 support.Peter Hutterer2009-07-187-1/+59
* | accessing a pixmap if prepare_access fails is verboten.Owain Ainsworth2009-07-171-3/+4
|/
* 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