summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-07-19Fix the alignment padding fix (didn't bump BEGIN_LP_RING count).Eric Anholt
2006-07-19Force texture alpha channels to 1 if not present.Eric Anholt
2006-07-19Add a trailing MI_NOOP to frag shader output for alignment if necessary.Eric Anholt
2006-07-19The map bits per pixel must come from the drawable, not the visible screen.Eric Anholt
2006-07-19Correct the DWORD count of several 3D instructions.Eric Anholt
2006-07-19Replace hand register setting with new i915 fragmet program API.Eric Anholt
2006-07-19Merge branch 'master' into exaEric Anholt
2006-07-18Convert i915 rotate code to the new fragment program API.Eric Anholt
2006-07-18Add an API for programming i915 fragment programs.Eric Anholt
2006-07-18Convert magic numbers to symbolic names in i915 rotate code.Eric Anholt
2006-07-18Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd.Wang Zhenyu
2006-07-18fallback in 'repeat' case for nowWang Zhenyu
2006-07-16whoops, reverse part of that.Alan Hourihane
2006-07-16move ContextMem out of XF86DRIAlan Hourihane
2006-07-14Current exa render implement for i830 and i915, test onWang Zhenyu
2006-07-11whoops, revert some unnecessary changesAlan Hourihane
2006-07-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Alan Hourihane
2006-07-11Add an additional check before rotatingAlan Hourihane
2006-06-26Fix remaining warning.Eric Anholt
2006-06-26Merge branch 'master' into exaEric Anholt
2006-06-26Fix build with new EXA headers.Eric Anholt
2006-06-26Merge branch 'origin'Eric Anholt
2006-06-26Turn on extra warning flags for GCC, and clean up the resulting fallout.Eric Anholt
2006-06-22Provide definitions of __FUNCTION__ for non-gcc compilersAlan Coopersmith
2006-06-21Fix build without DRIAlan Hourihane
2006-06-21Fix build without DRIMatthieu Herrb
2006-06-19Set vblank interrupt configuration to match pipe configurationKeith Packard
2006-06-20Merge branch 'master' into exaWang Zhenyu
2006-06-19additions for rotation fixesAlan Hourihane
2006-06-19Set some invarient state, cures some problems withAlan Hourihane
2006-06-18Fix crash with EXA during randr, when XAA structures were being accessed. EXAEric Anholt
2006-06-18Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internalEric Anholt
2006-06-13fix 8bpp & 16bpp rotation modes for i8xxAlan Hourihane
2006-06-12Use 800x600 mode to double checkAlan Hourihane
2006-06-12Don't rely on register check to find outAlan Hourihane
2006-06-12Only mark rotation flags after initial screen setup.Alan Hourihane
2006-06-02intel: fix VT switch DRI lockingDave Airlie
2006-05-22fix a typoWang Zhenyu
2006-05-19revert wrong setting for memorySize, which shouldWang Zhenyu
2006-05-18oop I830FALLBACK define errorWang Zhenyu
2006-05-18Add DEBUG_I830FALLBACK for easier trackingWang Zhenyu
2006-05-18Check alignment require in PrepareSolid, noticed by Eric,Wang Zhenyu
2006-05-18Solid planemask in PrepareSolid/Copy might be 0xffffffffWang Zhenyu
2006-05-17fixup chipid overrideDave Airlie
2006-05-17Fix memorySize to enable offscreen mem manage.Wang Zhenyu
2006-05-09Video overlay gamma bounds checking must be done bytewise.Keith Packard
2006-05-01Fix non-dri build.Matthieu Herrb
2006-04-29Save initialize EXADriverPtr, and free it in failure.Wang Zhenyu
2006-04-29I830CheckDevicesTimer() sync should be in I830_USE_XAA case.Wang Zhenyu
2006-04-29fix I830BIOSAdjustFrame() sync in I830_USE_EXA case, use exaWaitSync() helper.Wang Zhenyu