summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/intel/drm/intel_drm_public.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium/ilo: cleanup intel_winsys.hEmil Velikov2014-08-281-0/+8
| | | | | | | | | | | | | | | | Make the header location, inclusion and contents more common with its i915,r* and nouveau counterparts: - Move the header within drivers/ilo. - Separate out intel_winsys_create_for_fd into 'drm_public' header. - Cleanup the compiler includes. v2: Move the header to drivers/ilo. Suggested by Chia-I. v3: Correct intel_winsys.h inclusion. Spotted by Chia-I. Cc: Chia-I Wu <olvaffe@gmail.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
* ilo: get rid of function tables in winsysChia-I Wu2013-06-121-35/+0
| | | | | We are moving toward making struct intel_bo alias drm_intel_bo. As a first step, we cannot have function tables.
* winsys/intel: new winsys for intelChia-I Wu2013-04-261-0/+35
This is a wrapper for libdrm_intel to allow the pipe driver to stay OS agnostic.