summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel/gem
AgeCommit message (Expand)Author
2010-02-08gallium: remove softpipe references in other driversKeith Whitwell
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-03winsys: Add missing headers.Vinson Lee
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz
2010-01-12winsys/drm: Add name field to drm_api.Chia-I Wu
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-10winsys/intel: fix dereferencing of opaque type due to pipe_reference changesRoland Scheidegger
2009-12-03gallium: fix remaining users of pipe_reference functionRoland Scheidegger
2009-10-07i915g: Change order of buffer_write argumentsJakob Bornecrantz
2009-10-06i915g: Add more defines to tweek batchbufferJakob Bornecrantz
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz
2009-09-27i915g: Make sure to map tiled buffers via the gttJakob Bornecrantz
2009-09-27i915g: Enable reuse of buffersJakob Bornecrantz
2009-09-22i915g: Activate traceJakob Bornecrantz
2009-09-09i915g: Add buffer write callbackJakob Bornecrantz
2009-09-09i915g: pwrite batchbuffer instead of mapJakob Bornecrantz
2009-09-09i915g: Map vertex buffers via gttJakob Bornecrantz
2009-09-03i915g: Up the number of relocsJakob Bornecrantz
2009-09-03i915g: Don't run in sync with HWJakob Bornecrantz
2009-09-01i915g: Implement new winsysJakob Bornecrantz
2009-08-28i915g: Don't forget to init buffer ptrsJakob Bornecrantz
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz
2009-08-22i915g: Remove bad assert on fenceJakob Bornecrantz
2009-08-12i915g: Reduce max relocsJakob Bornecrantz
2009-08-11i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz
2009-08-08i915g: Don't try to free a mapped buffer at shutdownJakob Bornecrantz
2009-08-06i915g: Always run in sync with the HWJakob Bornecrantz
2009-08-06i915g: The i915 seems more happier with sampler domain so lets use thatJakob Bornecrantz
2009-08-06i915g: Switch to mapping the batch buffer instead of using subdataJakob Bornecrantz
2009-08-05i915g: Treat primary textures as scanout buffersJakob Bornecrantz
2009-12-15Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-12i915g: Silence unused value warning in intel_drm_get_device_id.Vinson Lee
2009-07-02i915g: Readd trace driver supportJakob Bornecrantz
2009-07-01drm/st: Remove drm_api struct from driversJakob Bornecrantz
2009-06-30identity: Create a drm_api wrapperJakob Bornecrantz
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz
2009-05-16intel-gallium: Fix trace_drm integration.Corbin Simpson
2009-05-16gallium-intel: Enable trace driverJakob Bornecrantz
2009-05-15gallium-intel: Build with sconsJakob Bornecrantz
2009-04-28gallium: Update the drm_api.Thomas Hellstrom
2009-04-25gallium-intel: Fix warningJakob Bornecrantz
2009-04-25gallium-intel: Cache software switchJakob Bornecrantz
2009-04-23gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.Michel Dänzer
2009-03-05intel: Fixup from refcount changesJakob Bornecrantz
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-03st/drm: s/hocks/hooks/Jakob Bornecrantz
2009-03-03winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell