mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
mesa: Fix extension table formatting
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19476>
This commit is contained in:
parent
d3feccfa6f
commit
2aad8dbfa5
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ EXT(NV_fbo_color_attachments , dummy_true
|
|||
EXT(NV_fill_rectangle , NV_fill_rectangle , GLL, GLC, x , x , 2015)
|
||||
EXT(NV_fog_distance , NV_fog_distance , GLL, x , x , x , 2001)
|
||||
EXT(NV_fragment_shader_interlock , ARB_fragment_shader_interlock , GLL, GLC, x , 31, 2015)
|
||||
EXT(NV_half_float , ARB_half_float_vertex , GLL, x, x , x, 2001)
|
||||
EXT(NV_half_float , ARB_half_float_vertex , GLL, x , x , x , 2001)
|
||||
EXT(NV_image_formats , dummy_true , x , x , x , 31, 2014)
|
||||
EXT(NV_light_max_exponent , dummy_true , GLL, x , x , x , 1999)
|
||||
EXT(NV_pack_subimage , dummy_true , x , x , x , ES2, 2009)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue