mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 07:30:22 +01:00
r300g: fix build
This commit is contained in:
parent
39c436a1a2
commit
0c9a63db09
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ static boolean r300_setup_atoms(struct r300_context* r300)
|
|||
R300_ALLOC_ATOM(fs_constants, r300_constant_buffer);
|
||||
R300_ALLOC_ATOM(vs_constants, r300_constant_buffer);
|
||||
if (!r300->screen->caps.has_tcl) {
|
||||
R300_ALLOC_ATOM(r300->vertex_stream_state, r300_vertex_stream_state);
|
||||
R300_ALLOC_ATOM(vertex_stream_state, r300_vertex_stream_state);
|
||||
}
|
||||
|
||||
/* Some non-CSO atoms don't use the state pointer. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue