summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Handle drawable/client destruction in pending swaps/flipsper-crtc-pixmapKeith Packard3-38/+124
2011-03-09dri2: Make DRI2FrameEvent public and use instead of void *Keith Packard3-33/+35
2011-02-22Add per-crtc pixmap support.Keith Packard3-7/+282
2011-02-12i965: Remove broken maximum base addresses from videoChris Wilson1-5/+5
2011-02-09Update autotools configurationJavier Jardón4-16/+22
2011-02-04Check return value of uxa_acquire_solid() since it can return NULLBryce Harrington2-0/+10
2011-02-03uxa: Undo damage translation before appendingChris Wilson1-0/+1
2011-01-31Rename 'intel' backlight to match upstream name in 2.6.38Chris Wilson1-1/+1
2011-01-31xvmc: Stop using uninitialized variable.Cyril Brulebois1-3/+1
2011-01-31xvmc: Silence gcc, adding a cast to work around signedness issues.Cyril Brulebois1-2/+2
2011-01-31xvmc: Silence gcc, add parentheses around arithmetic.Cyril Brulebois1-1/+1
2011-01-31xvmc: Silence gcc, add parentheses around assignment.Cyril Brulebois1-1/+1
2011-01-31xvmc: Get rid of unused variables.Cyril Brulebois4-18/+1
2011-01-29Enable conditional compilation of assertsChris Wilson1-2/+12
2011-01-28i915: Remove unused 'w' and 'h'Chris Wilson1-3/+1
2011-01-28i915: Remove unused 'num_floats' variableChris Wilson1-3/+1
2011-01-24uxa: Only recreate the glyph cache on *generational* updatesChris Wilson2-11/+10
2011-01-21Fix an error in 4c4ad555564a80311df1a4b762eb1e119c6d95fb.Xiang, Haihao1-2/+2
2011-01-20Create the UXA generational resources during screen createChris Wilson3-6/+9
2011-01-19Correct offset of planes within clipped windowXiang, Haihao1-2/+2
2011-01-17Quiet compiler warning about is_affine_src same way we do is_affine_mask.Eric Anholt1-1/+1
2011-01-17Fix textured video when destination is larger than screenSimon Farnsworth1-10/+10
2011-01-08Delete unused memory allocation flags.Chris Wilson1-5/+0
2011-01-08Cache the fixed crtc<->pipe relationshipChris Wilson2-12/+11
2011-01-08Remove unused I830OutputChris Wilson1-2/+0
2011-01-08Remove bitrotted, but fortunately unused, I830CrtcPrivateChris Wilson2-42/+0
2011-01-08Delete some dead codeChris Wilson1-121/+92
2011-01-08Remove unused GTT/Map sizes and addressesChris Wilson3-85/+0
2011-01-08Remove unused struct _intel_memory definitionChris Wilson1-17/+0
2011-01-07configure: version bump for 2.14.0Chris Wilson1-1/+1
2011-01-07NEWS: Release notes for 2.14.0Chris Wilson1-0/+15
2011-01-04i965: Fix off-by-one in assertChris Wilson1-2/+1
2011-01-04configure: version bump for 2.13.903 snapshotChris Wilson1-1/+1
2011-01-04NEWS: Add entry for 2.13.903Chris Wilson1-0/+23
2011-01-04configure: suggest upstream to find macros in case they're missing.U. Artie Eoff1-2/+5
2011-01-03If the crtc is not enabled, then it can't be onChris Wilson1-0/+3
2011-01-03dri2: Fix interlace computationAdam Jackson1-3/+2
2011-01-03xv: Fix interlace computationAdam Jackson1-1/+1
2011-01-03dri: Only issue a warning for an "impossible" flip return 5 timesChris Wilson1-4/+13
2011-01-02dri: Don't wait upon a NULL current modeChris Wilson1-2/+3
2011-01-02dri: Fix the use of the uninitialised bo for flinkChris Wilson1-2/+1
2010-12-31dri: Protect against using dri with an non-gem pixmapChris Wilson1-1/+1
2010-12-30Don't replace the scanout bo through PutImageChris Wilson3-9/+23
2010-12-24dri: Differentiate identical "get vblank failed" messages with line noChris Wilson1-4/+12
2010-12-23i830: amalgamate consecutive composites into a single primitiveChris Wilson3-5/+19
2010-12-22Remove the deprecated function 'XNFprintf'Chris Wilson1-7/+3
2010-12-21Revert "Suggest where to find xorg-macros in case it's missing"Chris Wilson1-8/+8
2010-12-21Suggest where to find xorg-macros in case it's missingChris Wilson1-8/+8
2010-12-21configure: updated m4 macro check in configure.acU. Artie Eoff1-1/+7
2010-12-20Undo: Disable BLT for i830 and 845GChris Wilson1-1/+3