summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/intel/gem/intel_be_api.c
Commit message (Collapse)AuthorAgeFilesLines
* i915g: Implement new winsysJakob Bornecrantz2009-09-011-36/+0
|
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-4/+3
| | | | | | | | | Most use cases just got the buffer from the texture and then called into one of the get_handle functions. Also with this patch it would be easier to move to a generic function for getting handles from textures and textures from handles, that is exposed via the screen.
* i915g: Readd trace driver supportJakob Bornecrantz2009-07-021-0/+5
|
* drm/st: Remove drm_api struct from driversJakob Bornecrantz2009-07-011-1/+1
| | | | | | Remove the drm_api from the functions in the softpipe and i915simple drivers. Create wrapper functions in the backends instead.
* identity: Create a drm_api wrapperJakob Bornecrantz2009-06-301-0/+5
|
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-6/+12
|
* intel-gallium: Fix trace_drm integration.Corbin Simpson2009-05-161-144/+5
| | | | Compile-tested only, sorry.
* gallium-intel: Enable trace driverJakob Bornecrantz2009-05-161-0/+145
|
* st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-031-1/+1
|
* intel: Use flink for global buffer idsJakob Bornecrantz2009-02-271-0/+1
| | | | Also fix minor drm api change
* intel: Adopt to the new drm_api.hJakob Bornecrantz2009-02-251-1/+3
|
* intel: Make gem export the drm_api_hocksJakob Bornecrantz2009-02-121-0/+12