r300: Removed unused vpucount macro from r300_state.c.
This commit is contained in:
@@ -1484,8 +1484,6 @@ static void r300SetupRSUnit(GLcontext * ctx)
|
|||||||
InputsRead);
|
InputsRead);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define vpucount(ptr) (((drm_r300_cmd_header_t*)(ptr))->vpu.count)
|
|
||||||
|
|
||||||
#define bump_vpu_count(ptr, new_count) do{\
|
#define bump_vpu_count(ptr, new_count) do{\
|
||||||
drm_r300_cmd_header_t* _p=((drm_r300_cmd_header_t*)(ptr));\
|
drm_r300_cmd_header_t* _p=((drm_r300_cmd_header_t*)(ptr));\
|
||||||
int _nc=(new_count)/4; \
|
int _nc=(new_count)/4; \
|
||||||
|
|||||||
Reference in New Issue
Block a user