mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
cell: fix non-debug build error
This commit is contained in:
parent
e8b199c6e3
commit
a449465556
1 changed files with 0 additions and 2 deletions
|
|
@ -85,13 +85,11 @@ cell_draw_create(struct cell_context *cell)
|
|||
}
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
static const struct debug_named_value cell_debug_flags[] = {
|
||||
{"checker", CELL_DEBUG_CHECKER},/**< modulate tile clear color by SPU ID */
|
||||
{"sync", CELL_DEBUG_SYNC}, /**< SPUs do synchronous DMA */
|
||||
{NULL, 0}
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
struct pipe_context *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue