mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
i965: Remove unused ATTRIB_BIT_DWORDS define.
Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
parent
7fe159ba74
commit
a3335417e3
1 changed files with 0 additions and 7 deletions
|
|
@ -786,13 +786,6 @@ struct brw_cached_batch_item {
|
|||
struct brw_cached_batch_item *next;
|
||||
};
|
||||
|
||||
|
||||
|
||||
/* Protect against a future where VERT_ATTRIB_MAX > 32. Wouldn't life
|
||||
* be easier if C allowed arrays of packed elements?
|
||||
*/
|
||||
#define ATTRIB_BIT_DWORDS ((VERT_ATTRIB_MAX+31)/32)
|
||||
|
||||
struct brw_vertex_buffer {
|
||||
/** Buffer object containing the uploaded vertex data */
|
||||
drm_intel_bo *bo;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue