diff options
author | Chad Versace <[email protected]> | 2012-12-01 17:03:59 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2012-12-01 17:08:41 -0800 |
commit | e5f1f8d52e6bfdf087f930425eb5092f52a29940 (patch) | |
tree | a2c2be1d8811a0ab26a3337e0b8e39c1d45f8e9a /src/gallium/drivers/r300/r300_emit.c | |
parent | 3039addf9363dbae1bbad1cd75d32e0013038c08 (diff) |
dri: Fix i965 build
The following commit broke the i965 build:
commit 4a486f8bf2ca3d88228f8313282289abe78bc2f8
Author: Marek Olšák <[email protected]>
Date: Fri Nov 23 18:31:42 2012 +0100
glx/dri2: add and use new driver hook flush_with_flags
That commit added a forward declaration of enum __DRI2throttleReason to
dri_interface.h. C++ 98 does not allow forward declarations of enums.
The fix: Move the enum's definition to earlier in the file.
Signed-off-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/r300_emit.c')
0 files changed, 0 insertions, 0 deletions