summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Tell users to grab i915_error_state on gpu hangsfor-masterDaniel Vetter1-0/+1
2011-04-07Revert "i965: Convert to relative relocations for state"Chris Wilson3-378/+451
2011-04-07gen6: Invalidate texture cacheChris Wilson2-0/+2
2011-04-07i965: Avoid transform overheads for vertex emit where possibleChris Wilson3-139/+255
2011-04-07i965: Refactor to use constant sampler_state offsetsChris Wilson2-139/+146
2011-04-04i965: Reset vertex_id after every batchChris Wilson2-12/+7
2011-04-04i965: Always update last_floats_per_vertexChris Wilson1-2/+1
2011-04-04Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson8-31/+27
2011-04-04Remove unused function 'intel_bo_alloc_for_data'Chris Wilson1-16/+0
2011-04-04Remove the unnecessary MI_FLUSH from the flush handlerChris Wilson1-11/+2
2011-04-04i965: segregate each vertex element into its own bufferChris Wilson3-147/+171
2011-04-04i965: Convert to relative relocations for stateChris Wilson3-627/+455
2011-04-04MI_LOAD_SCAN_LINES_INCL are inclusive and range [0, display height-1]Chris Wilson2-4/+4
2011-04-01946GZ is a 965G!Chris Wilson1-1/+1
2011-03-30Add a DRI2SwapEventPtr typedef for retro xserversChris Wilson1-0/+5
2011-03-29Cleanup gen2 tiling confusionDaniel Vetter1-4/+3
2011-03-29configure: version bump for 2.14.902 snapshotChris Wilson1-1/+1
2011-03-29NEWS: Entry for 2.14.902 snapshotChris Wilson1-0/+21
2011-03-24Recover from i830_dri2_add_frame_event out-of-memory conditionKeith Packard1-4/+14
2011-03-24Use the per-generation batch context switch for atomic sequencesChris Wilson1-2/+4
2011-03-23Skip client and drawable resource delete calls when deleting frame eventKeith Packard1-2/+2
2011-03-23Handle drawable/client destruction in pending swaps/flipsKeith Packard3-38/+134
2011-03-23dri2: Make DRI2FrameEvent public and use instead of void *Keith Packard3-32/+31
2011-03-16i915/video: Clip indirect Xv outputChris Wilson1-1/+2
2011-03-09dri: Disable page-flip between a tiled buffer and a linear scanoutChris Wilson1-0/+6
2011-03-09Give each user of tiling separate xorg.conf optionsChris Wilson6-16/+34
2011-03-09Update priv->stride after bo reallocationChris Wilson1-3/+3
2011-03-02configure: Bump for 2.14.901 snapshotChris Wilson1-1/+1
2011-03-02NEWS: Add entry for 2.14.901 snapshotChris Wilson1-0/+31
2011-02-27dri: Protect against destroying a foreign DRI drawableChris Wilson1-3/+3
2011-02-22Fix relaxed tiling on gen2Daniel Vetter1-3/+7
2011-02-19Quell excessively verbose vblank counter failed error messagesBryce Harrington1-16/+32
2011-02-17Fix IGD and IGDNG constants to be comprehensibleAdam Jackson6-57/+57
2011-02-17uxa: Fallback if the temporary is too largeChris Wilson1-16/+21
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