summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-04xvmc: add render dump functionZhenyu Wang
2008-06-04xvmc: move block size lookup helper to genericZhenyu Wang
2008-06-03xvmc: a little cleanupZhenyu Wang
2008-06-03xvmc: remove unused dri drawableZhenyu Wang
2008-05-28Fixup DSPARB for 855 & 945Jesse Barnes
2008-05-26Fixup FIFO commentJesse Barnes
2008-05-26Handle display FIFOs betterJesse Barnes
2008-05-26Fixup power saving registersJesse Barnes
2008-05-21Define DEFFILEMODE for OS'es that don't have itAlan Coopersmith
2008-05-21Revert "Disable FBC by default on 965GM"Jesse Barnes
2008-05-20Revert "Add FIFO watermark regs to register dumper"Zhenyu Wang
2008-05-13Formatting fixes for intel_idle.Eric Anholt
2008-05-13Add i915 support to intel_idle.Eric Anholt
2008-05-12Panel fitting: fix letterbox modesJesse Barnes
2008-05-12Revert last HP 965GM pipe A quirkZhenyu Wang
2008-05-10More Pipe A force quirksBryce Harrington
2008-05-08Fix i965 render getting dest format errorZhenyu Wang
2008-05-08Implement option to ignore external fixed mode settingsMike Isely
2008-05-07Save/restore cursor registersJesse Barnes
2008-05-07Use I830FALLBACK when check pitch for debugZhenyu Wang
2008-05-07Check pitch for EXA operationZhenyu Wang
2008-05-06Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching.Eric Anholt
2008-05-06Add FIFO watermark regs to register dumperJesse Barnes
2008-05-06Only check xvmc lib when xvmc is enabled.Zhenyu Wang
2008-05-06More quirks from ubuntu/dellBryce Harrington
2008-04-29Add a new quirk for BIOSes that reprogram regs at lid close/open timeJesse Barnes
2008-04-29Use new xf86RotateFreeShadow function to clean up shadow buffers.Keith Packard
2008-04-23Overlay video doesn't require that the target pixmap be in video memory.Keith Packard
2008-04-21Dump batch buffers found from main ringKeith Packard
2008-04-20Add a bunch of 965 ring stuff to the debug dumpKeith Packard
2008-04-17Make the binding table and surface state be arrays to reduce syncing.Eric Anholt
2008-04-17Add a kludge-around to fix cd/wt bits in fb ptes on linux.Keith Packard
2008-04-17fix possible segfault in I830FreeScreenHong Liu
2008-04-14Abstract surface setup into a separate function.Eric Anholt
2008-04-14Move the vertex buffer to the state structure as well.Eric Anholt
2008-04-14Move the binding table for 965 to the state structure.Eric Anholt
2008-04-14Move the 965 static variables local to the function they're used in.Eric Anholt
2008-04-14Make the VS unit state static for 965 render.Eric Anholt
2008-04-14Rename some variables in i965_render.c for clarity.Eric Anholt
2008-04-14Associate one sf_state object with each sf_kernelCarl Worth
2008-04-14Change default panel fitting mode to originZhenyu Wang
2008-04-14Remove old sf/wm program from MakefileZhenyu Wang
2008-04-13Only use FOURCC_XVMC when INTEL_XVMC is definedKeith Packard
2008-04-13Move wm_scratch first to meet alignment requirementsKeith Packard
2008-04-13Kludge to make planar video work - duplicate sampler stateKeith Packard
2008-04-13Skip copying on FOURCC_XVMC surfacesKeith Packard
2008-04-13Set some mask bits to try and get yuv conversion workingKeith Packard
2008-04-13Use compressed instructions for yuv conversionKeith Packard
2008-04-11Fix the offset to sampler default color, and a compiler warning.Eric Anholt
2008-04-11Enumerate all possible wm_state objectsCarl Worth