mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 05:40:33 +01:00
mesa: alphabetize lines
This commit is contained in:
parent
a96f86831e
commit
cb0ea416bd
1 changed files with 1 additions and 1 deletions
|
|
@ -144,9 +144,9 @@ void st_init_extensions(struct st_context *st)
|
|||
* Extensions that are supported by all Gallium drivers:
|
||||
*/
|
||||
ctx->Extensions.ARB_copy_buffer = GL_TRUE;
|
||||
ctx->Extensions.ARB_fragment_program = GL_TRUE;
|
||||
ctx->Extensions.ARB_map_buffer_range = GL_TRUE;
|
||||
ctx->Extensions.ARB_multisample = GL_TRUE;
|
||||
ctx->Extensions.ARB_fragment_program = GL_TRUE;
|
||||
ctx->Extensions.ARB_texture_border_clamp = GL_TRUE; /* XXX temp */
|
||||
ctx->Extensions.ARB_texture_compression = GL_TRUE;
|
||||
ctx->Extensions.ARB_texture_cube_map = GL_TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue