summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-04sna: Introduce a new acceleration model.Chris Wilson
2011-05-30build: do not use AC_CHECK_FILE to find the header files.Diego Elio Pettenò
2011-05-11Remove the memory of Option "AccelMethod"Adam Jackson
2011-05-10dri: Flush the batch after a DRI swap/copy eventChris Wilson
2011-05-10video: Flush the batch on the next blockhandler after queuingChris Wilson
2011-05-10Correct chipset detection for Q33, Q35, B43_G1Chris Wilson
2011-05-10module: Adopt IVB's more detailed naming convention for SNBChris Wilson
2011-05-10Whitespacing cleanup for intel_module.cChris Wilson
2011-05-09Add support for Ivybridge chipset.Eric Anholt
2011-05-09Remove the static list of PciChipset and construct it from SymTabRec instead.Eric Anholt
2011-05-09Use the existing deviceID -> name mapping in SymTabRec instead of duping it.Eric Anholt
2011-05-09Store the chipset info struct in the PCI match struct, instead of a switch().Eric Anholt
2011-05-07Ensure that the partial batch is flushed upon the blockhandlerChris Wilson
2011-04-22NEWS: fix typo (s/2.14/2.15/) to match corresponding releasePaul Menzel
2011-04-20Add basic 30 bit depth supportJesse Barnes
2011-04-20Use SwapbuffersWait config option to control waiting on fullscreen swapsChris Wilson
2011-04-17i965/video: We need 150 dwords of space for video state emissionChris Wilson
2011-04-17intel: Beware the unsigned promotion when checking for batch overflowsChris Wilson
2011-04-14NEWS: typo.Chris Wilson
2011-04-14configure,NEWS: 2.15.0 release2.15.0Chris Wilson
2011-04-12Turn relaxed-fencing off by default for older (pre-G33) chipsetsChris Wilson
2011-04-11dri: Rearrange code to compile against xorg-server-1.7Chris Wilson
2011-04-11NEWS: version bump for 2.14.903 snapshot2.14.903Chris Wilson
2011-04-08intel: Restore manual flush for old kernelsChris Wilson
2011-04-08Tell users to grab i915_error_state on gpu hangsDaniel Vetter
2011-04-07Revert "i965: Convert to relative relocations for state"Chris Wilson
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