mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 14:30:22 +01:00
Ack, forgot to update the index again.
This commit is contained in:
parent
80dc180140
commit
84ec4d6bed
1 changed files with 3 additions and 3 deletions
|
|
@ -68,10 +68,10 @@ static uint32_t pack_float_32(float f)
|
|||
|
||||
#define BEGIN_CS(size) do { \
|
||||
CHECK_CS(size); \
|
||||
debug_printf("r300: BEGIN_CS in %s (%s:%d)\n", __FUNCTION__, __FILE__, \
|
||||
__LINE__); \
|
||||
debug_printf("r300: BEGIN_CS, count %d, in %s (%s:%d)\n", \
|
||||
size, __FUNCTION__, __FILE__, __LINE__); \
|
||||
cs_winsys->begin_cs(cs, (size), __FILE__, __FUNCTION__, __LINE__); \
|
||||
int cs_count = size; \
|
||||
cs_count = size; \
|
||||
} while (0)
|
||||
|
||||
#define OUT_CS(value) do { \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue