summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-07gen6: Invalidate texture cacheChris Wilson
2011-04-07i965: Avoid transform overheads for vertex emit where possibleChris Wilson
2011-04-07i965: Refactor to use constant sampler_state offsetsChris Wilson
2011-04-04i965: Reset vertex_id after every batchChris Wilson
2011-04-04i965: Always update last_floats_per_vertexChris Wilson
2011-04-04Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson
2011-04-04Remove unused function 'intel_bo_alloc_for_data'Chris Wilson
2011-04-04Remove the unnecessary MI_FLUSH from the flush handlerChris Wilson
2011-04-04i965: segregate each vertex element into its own bufferChris Wilson
2011-04-04i965: Convert to relative relocations for stateChris Wilson
2011-04-04MI_LOAD_SCAN_LINES_INCL are inclusive and range [0, display height-1]Chris Wilson
2011-04-01946GZ is a 965G!Chris Wilson
2011-03-30Add a DRI2SwapEventPtr typedef for retro xserversChris Wilson
2011-03-29Cleanup gen2 tiling confusionDaniel Vetter
2011-03-29configure: version bump for 2.14.902 snapshot2.14.902Chris Wilson
2011-03-29NEWS: Entry for 2.14.902 snapshotChris Wilson
2011-03-24Recover from i830_dri2_add_frame_event out-of-memory conditionKeith Packard
2011-03-24Use the per-generation batch context switch for atomic sequencesChris Wilson
2011-03-23Skip client and drawable resource delete calls when deleting frame eventKeith Packard
2011-03-23Handle drawable/client destruction in pending swaps/flipsKeith Packard
2011-03-23dri2: Make DRI2FrameEvent public and use instead of void *Keith Packard
2011-03-16i915/video: Clip indirect Xv outputChris Wilson
2011-03-09dri: Disable page-flip between a tiled buffer and a linear scanoutChris Wilson
2011-03-09Give each user of tiling separate xorg.conf optionsChris Wilson
2011-03-09Update priv->stride after bo reallocationChris Wilson
2011-03-02configure: Bump for 2.14.901 snapshot2.14.901Chris Wilson
2011-03-02NEWS: Add entry for 2.14.901 snapshotChris Wilson
2011-02-27dri: Protect against destroying a foreign DRI drawableChris Wilson
2011-02-22Fix relaxed tiling on gen2Daniel Vetter
2011-02-19Quell excessively verbose vblank counter failed error messagesBryce Harrington
2011-02-17Fix IGD and IGDNG constants to be comprehensibleAdam Jackson
2011-02-17uxa: Fallback if the temporary is too largeChris Wilson
2011-02-12i965: Remove broken maximum base addresses from videoChris Wilson
2011-02-09Update autotools configurationJavier Jardón
2011-02-04Check return value of uxa_acquire_solid() since it can return NULLBryce Harrington
2011-02-03uxa: Undo damage translation before appendingChris Wilson
2011-01-31Rename 'intel' backlight to match upstream name in 2.6.38Chris Wilson
2011-01-31xvmc: Stop using uninitialized variable.Cyril Brulebois
2011-01-31xvmc: Silence gcc, adding a cast to work around signedness issues.Cyril Brulebois
2011-01-31xvmc: Silence gcc, add parentheses around arithmetic.Cyril Brulebois
2011-01-31xvmc: Silence gcc, add parentheses around assignment.Cyril Brulebois
2011-01-31xvmc: Get rid of unused variables.Cyril Brulebois
2011-01-29Enable conditional compilation of assertsChris Wilson
2011-01-28i915: Remove unused 'w' and 'h'Chris Wilson
2011-01-28i915: Remove unused 'num_floats' variableChris Wilson
2011-01-24uxa: Only recreate the glyph cache on *generational* updatesChris Wilson
2011-01-21Fix an error in 4c4ad555564a80311df1a4b762eb1e119c6d95fb.Xiang, Haihao
2011-01-20Create the UXA generational resources during screen createChris Wilson
2011-01-19Correct offset of planes within clipped windowXiang, Haihao
2011-01-17Quiet compiler warning about is_affine_src same way we do is_affine_mask.Eric Anholt