summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-06Fix build failure.Michel Dänzer
2007-03-06Fix some conditionals related to triple buffering.Michel Dänzer
2007-03-06Unify allocation of back buffers.Michel Dänzer
2007-03-06Remove warnings about potential artifacts with page flipping and mixed 2D/3D.Michel Dänzer
2007-03-06Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-05Move EnterVT mode setting code to xf86SetDesiredModes.Keith Packard
2007-03-06Merge branch 'master' of git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-...Wang Zhenyu
2007-03-06EXA: try to always alloc exa i965 state buffer in stolen memWang Zhenyu
2007-03-05Merge branch 'modesetting'Keith Packard
2007-03-05Move single mode setting code to X server.modesettingKeith Packard
2007-03-05Merge remote branch 'origin/master' into i830-pageflipMichel Dänzer
2007-03-05Fix DRM memory manager initialization.Michel Dänzer
2007-03-05Fix handling of new vs. old texture pools.Michel Dänzer
2007-03-05Be more verbose when page flipping can't be enabled for various reasons.Michel Dänzer
2007-03-04Merge branch 'modesetting'Eric Anholt
2007-03-04Set version number to 2.0 RC1 (1.9.91).xf86-video-intel-1.9.91Keith Packard
2007-03-04Support new CRTC/Output prepare/commit hooks.Keith Packard
2007-03-04Fix a crash with XAA and DRI disabled after the allocation rework.Eric Anholt
2007-03-04Use -f for ln of server source. Otherwise, changing paths didn't take effect.Eric Anholt
2007-03-04Add a little BIOS dumper program.Eric Anholt
2007-03-04Shadow pixmaps use fixed offset of 0.Keith Packard
2007-03-03Merge branch 'modesetting-origin' into modesettingKeith Packard
2007-03-03Update for Aaron's xserver changes.Keith Packard
2007-03-02Add a WIP UploadToScreen implementation. This almost displays right.Eric Anholt
2007-03-02Move EXA offscreen memory back after framebuffer to avoid fallbacks.Eric Anholt
2007-03-02Fix a crash when an ARGB cursor allocation had failed.Eric Anholt
2007-03-01Actually add the files for reg_dumper.Eric Anholt
2007-02-28Add a non-installed command line tool using libpciaccess to dump registers.Eric Anholt
2007-02-28Many fixes to mode_get, mode_set, clock limits, and register dumps on i855.Eric Anholt
2007-02-28Update vblank pipe setup when setting a mode.Michel Dänzer
2007-02-28I830DRIClipNotify: Fix initialization of crtcBox[1].[xy]2.Michel Dänzer
2007-02-27Revert "EXA: enlarge 965 exa state buffer size"Wang Zhenyu
2007-02-27EXA: enlarge 965 exa state buffer sizeWang Zhenyu
2007-02-27Fix typo when assign overlay reg mem pointerWang Zhenyu
2007-02-26Consolidate shared structure allocation to the start of ScreenInit.Eric Anholt
2007-02-26Fix XV issues on 965 after the allocation reworkEric Anholt
2007-02-26Move the initial EnterVT to after we've set up acceleration.Eric Anholt
2007-02-26Bug #9604: Align the sizes of allocations to page increments as well.Eric Anholt
2007-02-26Fix physical memory allocations, including description in log.Eric Anholt
2007-02-26Fix some texture memory allocation issues.Eric Anholt
2007-02-26Fix a crash in startup monitor detect.Eric Anholt
2007-02-23Always allocate logical_context, since we use it in emitting invariants.Eric Anholt
2007-02-23Improve logging of memory allocation passes, and clean the code up a bit.Eric Anholt
2007-02-23Move memory allocation to ScreenInit rather than PreInit.Eric Anholt
2007-02-23Fix fence allocations on 965.Eric Anholt
2007-02-23Rework the video memory allocation.Eric Anholt
2007-02-22Reformat to 4-space indents, no trailing whitespace, and 80 columns.Eric Anholt
2007-02-22Remove copied X server headers from driver.Keith Packard
2007-02-22Disable unused functions after configuring the remaining resources.Keith Packard
2007-02-22I830DRISwapContext: Some cleanups.Michel Dänzer