summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2008-04-11Enumerate all possible src,mask sampler state pairsCarl Worth
2008-04-11Revert "remove '#line NUM ...' in macro process"Keith Packard
2008-04-11remove '#line NUM ...' in macro processZhenyu Wang
2008-04-11Bug #14935: Fix i9xx reference clock for spread spectrum.Hong Liu
2008-04-10Fix compiler warning from 24-bit lvds change.Eric Anholt
2008-04-10Enumerate all possible cc_state objectsCarl Worth
2008-04-10Single memcpy when pitches align on planar image transferKeith Packard
2008-04-10Use available symbolic register nameKeith Packard
2008-04-10Remove .g4b files on cleanKeith Packard
2008-04-10Update yuv->rgb conversion programs to write to src_sample regsKeith Packard
2008-04-10Revert "Compute pixel values directly into data port"Keith Packard
2008-04-10Remove sync after 965 video put.Keith Packard
2008-04-10Add planer video decode kernelKeith Packard
2008-04-10Use shared exa_wm code for packed yuv decodeKeith Packard
2008-04-10Compute pixel values directly into data portKeith Packard
2008-04-10Use symbolic names for channels in YUV codeKeith Packard
2008-04-10Rename src/mask/data registers to indicate channelKeith Packard
2008-04-10Statically allocate the sampler default color, which we never change.Eric Anholt
2008-04-10Add copyright information for recent editors of this file.Eric Anholt
2008-04-10Keep static copies of the 965 render programs in video memory.Eric Anholt
2008-04-09SDVO: Rename output_dtd variable to input_dtd, which is its new job.Eric Anholt
2008-04-09SDVO: Set adjusted_mode in mode_fixup from the preferred input timings for TV.Eric Anholt
2008-04-09SDVO: Fix lols TV mode list handling.Eric Anholt
2008-04-09SDVO: Use the TV reference clock for SDVO TV outputs.Eric Anholt
2008-04-09Implement support for 24 bit pixel formatMike Isely