winsys/intel: new winsys for intel
authorChia-I Wu <olv@lunarg.com>
Wed, 12 Dec 2012 19:52:50 +0000 (03:52 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 26 Apr 2013 07:49:00 +0000 (15:49 +0800)
commit380e6875b8fc525e9431ad3130f59fe7d7ebf5e9
treeafe42ff594b11eaa021d6ee1332f6582dca0ed33
parent542c5b37034a9615924d8b3daf9e23cd11cc1a57
winsys/intel: new winsys for intel

This is a wrapper for libdrm_intel to allow the pipe driver to stay OS
agnostic.
src/gallium/winsys/intel/drm/Makefile.am [new file with mode: 0644]
src/gallium/winsys/intel/drm/Makefile.sources [new file with mode: 0644]
src/gallium/winsys/intel/drm/intel_drm_public.h [new file with mode: 0644]
src/gallium/winsys/intel/drm/intel_drm_winsys.c [new file with mode: 0644]
src/gallium/winsys/intel/drm/intel_winsys.h [new file with mode: 0644]