mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
Revert "st/mesa: Enable ARB_direct_state_access"
This reverts commit357bf80caa. Acked-by: Fredrik Höglund <fredrik@kde.org> Cc: "10.6" <mesa-stable@lists.freedesktop.org> (cherry picked from commit73cf10e623)
This commit is contained in:
parent
75691166be
commit
b4da1d9ebd
1 changed files with 0 additions and 6 deletions
|
|
@ -650,12 +650,6 @@ void st_init_extensions(struct pipe_screen *screen,
|
|||
ARRAY_SIZE(vertex_mapping), PIPE_BUFFER,
|
||||
PIPE_BIND_VERTEX_BUFFER);
|
||||
|
||||
/* ARB_direct_state_access requires OpenGL 2.0. Assume that all drivers
|
||||
* that support NPOT textures are able to support GL 2.0.
|
||||
*/
|
||||
if (extensions->ARB_texture_non_power_of_two)
|
||||
extensions->ARB_direct_state_access = GL_TRUE;
|
||||
|
||||
if (extensions->ARB_stencil_texturing)
|
||||
extensions->ARB_texture_stencil8 = GL_TRUE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue