i965: Import libdrm_intel.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 20 Mar 2017 23:40:01 +0000 (16:40 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Apr 2017 21:30:53 +0000 (14:30 -0700)
commit514db96c117adc84940bb08ebd0e8f84879bd4ad
treecb4ed072f4961aaee79b04ebc6e77417f0aa6c5e
parent915820cc59c3b28754db3ab8eb0f06782506d11d
i965: Import libdrm_intel.

This imports commit 19c4cfc54918d361f2535aec16650e9f0be667cd of
libdrm/intel/*.[ch], minus a few files that we're never going to use
(and would immediately delete), plus a few necessary dependencies.

We rename intel_bufmgr.h to brw_bufmgr.h to avoid #include conflicts.
We also fix UTF-8 symbol problems in intel_bufmgr_gem.c comments
because vim keeps trying to fix that every time I edit the file,
and we may as well fix it right away.

Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_bufmgr.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/intel_bufmgr.c [new file with mode: 0644]
src/mesa/drivers/dri/i965/intel_bufmgr_gem.c [new file with mode: 0644]
src/mesa/drivers/dri/i965/intel_bufmgr_priv.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/intel_chipset.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/libdrm_lists.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/libdrm_macros.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/uthash.h [new file with mode: 0644]
src/mesa/drivers/dri/i965/xf86atomic.h [new file with mode: 0644]