mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
ARB_point_sprite is not part of OpenGL 1.5
This commit is contained in:
parent
03f0ddbe4c
commit
feb9e4c432
1 changed files with 0 additions and 2 deletions
|
|
@ -300,13 +300,11 @@ _mesa_enable_1_4_extensions(GLcontext *ctx)
|
|||
/**
|
||||
* Enable all OpenGL 1.5 features and extensions.
|
||||
* A convenience function to be called by drivers.
|
||||
* XXX TENTATIVE!!!
|
||||
*/
|
||||
void
|
||||
_mesa_enable_1_5_extensions(GLcontext *ctx)
|
||||
{
|
||||
ctx->Extensions.ARB_occlusion_query = GL_TRUE;
|
||||
ctx->Extensions.ARB_point_sprite = GL_TRUE;
|
||||
ctx->Extensions.ARB_vertex_buffer_object = GL_TRUE;
|
||||
ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
|
||||
ctx->Extensions.EXT_shadow_funcs = GL_TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue