summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel/gem
AgeCommit message (Expand)AuthorFilesLines
2009-04-28gallium: Update the drm_api.Thomas Hellstrom2-2/+36
2009-04-25gallium-intel: Fix warningJakob Bornecrantz1-2/+0
2009-04-25gallium-intel: Cache software switchJakob Bornecrantz3-2/+7
2009-04-23gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer2-7/+14
2009-03-05intel: Fixup from refcount changesJakob Bornecrantz1-0/+1
2009-03-04gallium: Unify reference counting.Michel Dänzer3-27/+14
2009-03-03st/drm: s/hocks/hooks/Jakob Bornecrantz1-1/+1
2009-03-03winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell1-0/+6
2009-03-03intel: Increase max relocs per batchbufferJakob Bornecrantz1-2/+1
2009-02-27intel: Use flink for global buffer idsJakob Bornecrantz3-6/+47
2009-02-25intel: Adopt to the new drm_api.hJakob Bornecrantz3-6/+8
2009-02-25i915: Clean up i915_winsys.h a bitJakob Bornecrantz1-1/+1
2009-02-20intel: Use new makefile template for drm gemJakob Bornecrantz2-70/+3
2009-02-12intel: Make gem export the drm_api_hocksJakob Bornecrantz7-36/+107
2009-02-10gallium: Don't rebuild common drm codeJakob Bornecrantz1-3/+3
2009-01-30gallium: make p_winsys internalZack Rusin2-2/+2
2009-01-30intel: Remove debug printJakob Bornecrantz2-13/+1
2009-01-29intel: Set render domain on read and writeJakob Bornecrantz1-1/+2
2009-01-29intel: Try forcing flushesJakob Bornecrantz1-7/+7
2009-01-29intel: Dump batchbuffer before sending to hwJakob Bornecrantz1-0/+2
2009-01-28intel: Fix type correctly this timeJakob Bornecrantz1-1/+1
2009-01-28intel: Fix typoJakob Bornecrantz1-1/+1
2009-01-28i915: Add verbose debugingJakob Bornecrantz2-2/+12
2009-01-28intel: Supply the correct buffers to gemJakob Bornecrantz1-3/+5
2009-01-20i915: Fix gem backend after surface changesJakob Bornecrantz1-3/+1
2009-01-19i915: Make gem submit commandsJakob Bornecrantz2-5/+22
2009-01-18i915: Update gem backend a bitJakob Bornecrantz3-13/+25
2009-01-14intel: Add a none working GEM backend for intelJakob Bornecrantz9-0/+752