summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2008-04-09Include <stdint.h> in i810.h for integer types definitionZhenyu Wang
2008-04-09Fix LVDS regressionJesse Barnes
2008-04-08Bug #15219: Fix default overlay CSC factors, and use BT709 if available.David Schleef
2008-04-07Quirks from Ubuntu/DellBryce Harrington
2008-04-04Merge commit 'origin/master' into projective-965Keith Packard
2008-04-04Forgot to build exa_wm_src_sample_argb.g4bKeith Packard
2008-04-02SDVO: Fix DDC bus selection based on output priority list.Hong Liu
2008-04-02SDVO: Fix mixups with input and output channels.Eric Anholt
2008-04-02SDVO: Handle RGB outputs that are really TV outputs, and select a TV format.Eric Anholt
2008-04-02Add WIP SDVO TV-out support.Eric Anholt
2008-04-02Add SDVO TV-out registers.Eric Anholt
2008-04-01Remove extra flushingKeith Packard