]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/commit
intel: Get intel_decode.c minimally building.
authorEric Anholt <eric@anholt.net>
Tue, 20 Dec 2011 21:06:16 +0000 (13:06 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 30 Dec 2011 00:43:36 +0000 (16:43 -0800)
commit71066abe1e32d906f65141c34ecfd9ffbf89ebde
tree597e797c9a7a1155154a598c8f34f58b24f037e0
parentbbdda928d3c0fa2e5b38adc4c3f7763f957b5207
intel: Get intel_decode.c minimally building.

My plan is to use this drm_intel_dump_batchbuffer() interface for the
current GPU tools, and the current Mesa batch dumping usage, while
eventually building more interesting interfaces for other uses.

Warnings are currently suppressed by using a helper lib with CFLAGS
set manually, because the code is totally not ready for libdrm's warnings
setup.

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Eugeni Dodonov <eugeni@dodonov.net>
intel/Makefile.am
intel/intel_bufmgr.h
intel/intel_decode.c