aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/intel/gem/intel_be_device.c
Commit message (Expand)AuthorAgeFilesLines
* i915g: Implement new winsysJakob Bornecrantz2009-09-011-474/+0
* i915g: Don't forget to init buffer ptrsJakob Bornecrantz2009-08-281-2/+2
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-33/+69
* i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz2009-08-111-2/+38
* i915g: Switch to mapping the batch buffer instead of using subdataJakob Bornecrantz2009-08-061-0/+1
* i915g: Treat primary textures as scanout buffersJakob Bornecrantz2009-08-051-5/+37
* drm/st: Remove drm_api struct from driversJakob Bornecrantz2009-07-011-1/+18
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-6/+11
* gallium: Update the drm_api.Thomas Hellstrom2009-04-281-1/+34
* gallium-intel: Fix warningJakob Bornecrantz2009-04-251-2/+0
* gallium-intel: Cache software switchJakob Bornecrantz2009-04-251-1/+4
* gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer2009-04-231-1/+6
* intel: Fixup from refcount changesJakob Bornecrantz2009-03-051-0/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-14/+5
* winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell2009-03-031-0/+6
* intel: Use flink for global buffer idsJakob Bornecrantz2009-02-271-4/+31
* intel: Adopt to the new drm_api.hJakob Bornecrantz2009-02-251-3/+3
* i915: Clean up i915_winsys.h a bitJakob Bornecrantz2009-02-251-1/+1
* intel: Make gem export the drm_api_hocksJakob Bornecrantz2009-02-121-12/+30
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* i915: Fix gem backend after surface changesJakob Bornecrantz2009-01-201-3/+1
* i915: Update gem backend a bitJakob Bornecrantz2009-01-181-4/+11
* intel: Add a none working GEM backend for intelJakob Bornecrantz2009-01-141-0/+260