summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_prim.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-03compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_...Yonggang Luo1-16/+16
2021-10-01gallium: add pipe_vertex_state and draw_vertex_state for display listsMarek Olšák1-0/+3
2021-08-24gallium: change pipe_draw_info::mode to uint8_t on MSVC to make it 1 byte largeMarek Olšák1-0/+5
2021-08-24gallium: use a packed enum to make pipe_prim_mode 1-byte large with __GNUC__Marek Olšák1-0/+5
2018-10-30gallium: split u_prim_name out of u_debug.hDylan Baker1-0/+48