mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
added st_update_pixel_transfer atom
This commit is contained in:
parent
64a97680a7
commit
088e80f6db
2 changed files with 3 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ static const struct st_tracked_state *atoms[] =
|
|||
&st_update_texture,
|
||||
&st_update_vs_constants,
|
||||
&st_update_fs_constants,
|
||||
&st_update_alpha_test
|
||||
&st_update_alpha_test,
|
||||
&st_update_pixel_transfer
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ const struct st_tracked_state st_update_texture;
|
|||
const struct st_tracked_state st_update_fs_constants;
|
||||
const struct st_tracked_state st_update_vs_constants;
|
||||
const struct st_tracked_state st_update_alpha_test;
|
||||
const struct st_tracked_state st_update_pixel_transfer;
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue