summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-13uxa/glyphs: Fallback instead of crashing on large stringsintel-2.15-branchChris Wilson1-0/+10
2011-07-05uxa: Remove the attempt to use the 3D pipeline for core renderingChris Wilson1-215/+13
2011-07-05uxa: Simplify uxa_poly_fill_rect by only clipping once.Eric Anholt1-60/+27
2011-07-05uxa: Simplify Composite solid acceleration for spans by only clipping once.Eric Anholt1-55/+24
2011-07-05uxa: Simplify BLT solid acceleration for spans filling by only clipping once.Eric Anholt1-44/+21
2011-07-05dri: Flush the batch after a DRI swap/copy eventChris Wilson1-0/+2
2011-07-05video: Flush the batch on the next blockhandler after queuingChris Wilson1-0/+1
2011-07-05Ensure that the partial batch is flushed upon the blockhandlerChris Wilson2-9/+2
2011-07-05i965/video: We need 150 dwords of space for video state emissionChris Wilson1-1/+1
2011-07-05intel: Beware the unsigned promotion when checking for batch overflowsChris Wilson1-2/+2
2011-04-14configure,NEWS: 2.15.0 releaseChris Wilson2-1/+28
2011-04-12Turn relaxed-fencing off by default for older (pre-G33) chipsetsChris Wilson3-13/+39
2011-04-11dri: Rearrange code to compile against xorg-server-1.7Chris Wilson1-9/+11
2011-04-11NEWS: version bump for 2.14.903 snapshotChris Wilson2-1/+27
2011-04-08intel: Restore manual flush for old kernelsChris Wilson4-1/+41
2011-04-08Tell users to grab i915_error_state on gpu hangsDaniel 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