summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/intel
Commit message (Expand)AuthorAgeFilesLines
* i915g: Add buffer write callbackJakob Bornecrantz2009-09-091-0/+13
* i915g: pwrite batchbuffer instead of mapJakob Bornecrantz2009-09-091-3/+18
* i915g: Map vertex buffers via gttJakob Bornecrantz2009-09-091-0/+1
* i915g: Remove lib prefix from driverJakob Bornecrantz2009-09-091-1/+2
* i915g: Up the number of relocsJakob Bornecrantz2009-09-031-1/+1
* i915g: Don't run in sync with HWJakob Bornecrantz2009-09-031-4/+7
* st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer2009-09-021-8/+2
* i915g: Implement new winsysJakob Bornecrantz2009-09-0116-1036/+714
* i915g: Don't forget to init buffer ptrsJakob Bornecrantz2009-08-281-2/+2
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-283-63/+92
* st/xorg: Pass dri driver name as driverName on screenJakob Bornecrantz2009-08-281-1/+1
* i915g: Remove bad assert on fenceJakob Bornecrantz2009-08-221-3/+0
* i915g: Reduce max relocsJakob Bornecrantz2009-08-121-1/+1
* i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz2009-08-111-2/+38
* i915g: Don't try to free a mapped buffer at shutdownJakob Bornecrantz2009-08-081-1/+0
* i915g: Compile with sconsJakob Bornecrantz2009-08-061-1/+4
* i915g: Always run in sync with the HWJakob Bornecrantz2009-08-061-0/+4
* i915g: The i915 seems more happier with sampler domain so lets use thatJakob Bornecrantz2009-08-061-1/+1
* i915g: Switch to mapping the batch buffer instead of using subdataJakob Bornecrantz2009-08-063-11/+27
* i915g: Treat primary textures as scanout buffersJakob Bornecrantz2009-08-052-5/+41
* i915g: Link with trace on EGL and XorgJakob Bornecrantz2009-08-052-0/+2
* i915g: Readd trace driver supportJakob Bornecrantz2009-07-021-0/+5
* drm/st: Remove drm_api struct from driversJakob Bornecrantz2009-07-013-2/+28
* identity: Create a drm_api wrapperJakob Bornecrantz2009-06-302-0/+6
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-305-18/+37
* gallium-intel: Improve Xorg Makefile a bitJakob Bornecrantz2009-06-221-15/+27
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
* intel-gallium: Fix trace_drm integration.Corbin Simpson2009-05-161-144/+5
* gallium-intel: Enable trace driverJakob Bornecrantz2009-05-163-0/+147
* gallium-intel: Build with sconsJakob Bornecrantz2009-05-153-0/+39
* gallium: replace lib with $(LIB_DIR)Hanno Böck2009-05-091-2/+2
* gallium-intel: Create a i965_dri.so symlinkJakob Bornecrantz2009-04-281-1/+3
* gallium-intel: Fix build of dri driverJakob Bornecrantz2009-04-281-0/+0
* gallium: Rename the dri state tracker lib to libdridrm.aThomas Hellstrom2009-04-281-1/+1
* gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom2009-04-281-1/+1
* gallium: Update the drm_api.Thomas Hellstrom2009-04-282-2/+36
* gallium-intel: Fix warningJakob Bornecrantz2009-04-251-2/+0
* gallium-intel: Cache software switchJakob Bornecrantz2009-04-253-2/+7
* gallium-intel: Link dri2 driver with softpipeJakob Bornecrantz2009-04-251-0/+1
* gallium: Make the intel xorg winsys start up with any Intel chipset.Michel Dänzer2009-04-231-6/+3
* gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer2009-04-233-8/+16
* st/xorg: Install to XORG_DRIVER_INSTALL_DIRJoel Bosveld2009-03-061-1/+2
* intel: Fixup from refcount changesJakob Bornecrantz2009-03-051-0/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-043-27/+14
* st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-031-1/+1
* winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell2009-03-031-0/+6
* intel: Add Xorg driverJakob Bornecrantz2009-03-032-0/+198
* intel: Add dri2 driver for galliumJakob Bornecrantz2009-03-031-0/+22
* intel: Increase max relocs per batchbufferJakob Bornecrantz2009-03-031-2/+1
* intel: Use flink for global buffer idsJakob Bornecrantz2009-02-273-6/+47