mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
Create a dummy winsys that just debug-prints on calls into the winsys functions. Will use this to get to the point where we are generating sane-looking debug dumps and diassembly. Also fix various warnings generated with the new compiler flags set in this config.
8 lines
173 B
Text
8 lines
173 B
Text
# Configuration for standalone mode i965 debug
|
|
|
|
include $(TOP)/configs/linux-debug
|
|
|
|
CONFIG_NAME = linux-i965
|
|
|
|
GALLIUM_DRIVER_DIRS = i965
|
|
GALLIUM_WINSYS_DIRS = drm/i965/xlib
|