mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 00:40:25 +01:00
r300: Removed unused vpucount macro from r300_state.c.
This commit is contained in:
parent
e4b037051e
commit
00a9e4eb8c
1 changed files with 0 additions and 2 deletions
|
|
@ -1484,8 +1484,6 @@ static void r300SetupRSUnit(GLcontext * ctx)
|
|||
InputsRead);
|
||||
}
|
||||
|
||||
#define vpucount(ptr) (((drm_r300_cmd_header_t*)(ptr))->vpu.count)
|
||||
|
||||
#define bump_vpu_count(ptr, new_count) do{\
|
||||
drm_r300_cmd_header_t* _p=((drm_r300_cmd_header_t*)(ptr));\
|
||||
int _nc=(new_count)/4; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue