summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10Add dolt to speed up compile time and reduce insanity.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
2008-04-01Add projective versions of the PS kernelsKeith Packard
2008-04-01Shrink WM thread to 32 registers and 1024 scratch space.Keith Packard
2008-03-31Fix composite with mask using new compositing thread codeKeith Packard
2008-03-31remove old shader source filesKeith Packard
2008-03-31remove old monolithic shadersKeith Packard
2008-03-31remove old monolithic shadersKeith Packard
2008-03-31Back to new shaders, fix urb read lengthKeith Packard
2008-03-31Dont set the compr bit on 8-unit sendsKeith Packard
2008-03-31Use m4 to clean up gen4 asm progs. Start adding projective transform support.Keith Packard
2008-03-30Remove rotation sf and wm progsKeith Packard
2008-03-30Fix the sf_mask program to compute and pass corrected uvw cooefficientsKeith Packard
2008-03-30Reimplement wm program for nomask case to handle affine transformsKeith Packard
2008-03-30Clarify comment in exa_sf programKeith Packard
2008-03-30Compute du/dv/dw in no-mask SF progKeith Packard
2008-03-30Disable cursors while switching modesKeith Packard
2008-03-28Add a "total" field to intel_idle output (set when any unit is busy).Eric Anholt
2008-03-28Use combo backlight control rather than pure legacyJesse Barnes
2008-03-28Include missing stdlib.h for free()Matthias Hopf
2008-03-28Fix obviously wrong verification of DRI_SUPPORTS_CLIP_NOTIFY.Matthias Hopf
2008-03-28Fix obviously stray '(' in non-I830_USE_EXA case.Matthias Hopf
2008-03-28Disable DRI earlier if fb width > 2048Zhenyu Wang
2008-03-28Disable overlay on new mobile chipsetZhenyu Wang
2008-03-26Merge branch 'master' into pfitJesse Barnes
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade