drm/libdrm/intel
Eric Anholt 4b9826408f intel: Rename dri_ and intel_ symbols to drm_intel_.
I wanted to avoid doing this, as it's a bunch of churn, but there was a
conflict between the dri_ symbols in libdrm and the symbols that were in
Mesa in 7.2, which broke Mesa 7.2 AIGLX when the 2D driver had loaded new
libdrm symbols.  The new naming was recommended by cworth for giving the
code a unique prefix identifying where the code lives.

Additionally, take the opportunity to fix up two API mistakes: emit_reloc's
arguments were in a nonsensical order, and set_tiling lacked the stride
argument that the kernel will want to use soon.  API compatibility with
released code is maintained using #defines.
2008-10-30 11:29:40 -07:00
..
Makefile.am link libdrm_intel properly 2008-10-13 16:39:33 -07:00
intel_bufmgr.c intel: Rename dri_ and intel_ symbols to drm_intel_. 2008-10-30 11:29:40 -07:00
intel_bufmgr.h intel: Rename dri_ and intel_ symbols to drm_intel_. 2008-10-30 11:29:40 -07:00
intel_bufmgr_fake.c intel: Rename dri_ and intel_ symbols to drm_intel_. 2008-10-30 11:29:40 -07:00
intel_bufmgr_gem.c intel: Rename dri_ and intel_ symbols to drm_intel_. 2008-10-30 11:29:40 -07:00
intel_bufmgr_priv.h intel: Rename dri_ and intel_ symbols to drm_intel_. 2008-10-30 11:29:40 -07:00
mm.c Move the renaming of mm.c symbols to #defines in the header. 2008-06-11 15:58:33 -07:00
mm.h Move the renaming of mm.c symbols to #defines in the header. 2008-06-11 15:58:33 -07:00