mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
st/mesa: enable ARB_shader_ballot
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
84039cc1c3
commit
ee2d93eb92
1 changed files with 1 additions and 0 deletions
|
|
@ -602,6 +602,7 @@ void st_init_extensions(struct pipe_screen *screen,
|
|||
{ o(ARB_robust_buffer_access_behavior), PIPE_CAP_ROBUST_BUFFER_ACCESS_BEHAVIOR },
|
||||
{ o(ARB_sample_shading), PIPE_CAP_SAMPLE_SHADING },
|
||||
{ o(ARB_seamless_cube_map), PIPE_CAP_SEAMLESS_CUBE_MAP },
|
||||
{ o(ARB_shader_ballot), PIPE_CAP_TGSI_BALLOT },
|
||||
{ o(ARB_shader_clock), PIPE_CAP_TGSI_CLOCK },
|
||||
{ o(ARB_shader_draw_parameters), PIPE_CAP_DRAW_PARAMETERS },
|
||||
{ o(ARB_shader_group_vote), PIPE_CAP_TGSI_VOTE },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue