mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +01:00
i965: Pack the brw_wm_prog_key better.
This commit is contained in:
parent
cc39fcad89
commit
92d35b91f1
1 changed files with 1 additions and 1 deletions
|
|
@ -76,10 +76,10 @@ struct brw_wm_prog_key {
|
|||
|
||||
GLushort tex_swizzles[BRW_MAX_TEX_UNIT];
|
||||
|
||||
GLuint program_string_id:32;
|
||||
GLushort origin_x, origin_y;
|
||||
GLushort drawable_height;
|
||||
GLbitfield64 vp_outputs_written;
|
||||
GLuint program_string_id:32;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue