summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/intel
Commit message (Expand)AuthorAgeFilesLines
* winsys/drm: Do not use --whole-archive in Makefile.egl.Chia-I Wu2010-02-181-1/+3
* scons: Fix drm/intel build.José Fonseca2010-02-111-4/+5
* gallium: remove softpipe references in other driversKeith Whitwell2010-02-082-2/+0
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-7/+0
* winsys: Add missing headers.Vinson Lee2010-02-032-0/+2
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+1
|\
| * st/drm: Expose kernel driver nameJakob Bornecrantz2010-01-191-0/+1
* | st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-222-1/+1
* | st/egl: Remove the egl state tracker.Chia-I Wu2010-01-222-39/+0
* | Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-126-3/+20
|\ \
| * | winsys/drm: Use egl_g3d to build EGL drivers.Chia-I Wu2010-01-122-0/+15
| * | winsys/drm: Add name field to drm_api.Chia-I Wu2010-01-121-0/+1
| * | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-1/+1
| * | Merge branch 'i965g-restart'Keith Whitwell2009-12-221-1/+0
| |\ \
| | * | i915g: Do not create a symlink for i965_dri.soJakob Bornecrantz2009-11-051-1/+0
| * | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-151-0/+1
| | |\ \ | | | |/ | | |/|
| | | * i915g: Silence unused value warning in intel_drm_get_device_id.Vinson Lee2009-12-121-0/+1
| * | | winsys/intel: fix dereferencing of opaque type due to pipe_reference changesRoland Scheidegger2009-12-101-1/+1
| * | | gallium: fix remaining users of pipe_reference functionRoland Scheidegger2009-12-031-1/+2
| |/ /
* / / st/egl: Allow APIs other than OpenGL.Chia-I Wu2009-11-102-10/+20
|/ /
* | i915g: Change order of buffer_write argumentsJakob Bornecrantz2009-10-071-2/+2
* | i915g: Add more defines to tweek batchbufferJakob Bornecrantz2009-10-061-13/+28
* | i915g: Drop the simple sufixJakob Bornecrantz2009-10-056-7/+7
* | i915g: Make sure to map tiled buffers via the gttJakob Bornecrantz2009-09-272-1/+12
* | i915g: Enable reuse of buffersJakob Bornecrantz2009-09-271-0/+1
* | i915g: Activate traceJakob Bornecrantz2009-09-221-1/+2
* | 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