[Mesa-dev] [PATCH] r200: enable EXT_gpu_program_parameters

Nicolas Kaiser nikai at nikai.net
Sun Apr 17 16:01:05 PDT 2011


* Marek Olšák <maraeo at gmail.com>:
> Please test the attached patch. I have also enabled ARB_half_float_pixel and
> ARB/APPLE_vertex_array_object.

Thanks a lot! I'll do so.

> @@ -455,7 +463,7 @@ GLboolean r200CreateContext( gl_api api,
>         driInitExtensions( ctx, blend_extensions, GL_FALSE );
>     }
>     if(rmesa->radeon.radeonScreen->drmSupportsVertexProgram)
> -      driInitSingleExtension( ctx, ARB_vp_extension );
> +      driInitExtensions( ctx, ARB_vp_extension, GL_FALSE );

Ah, I missed this one. That's why it didn't show last time.

Best regards,
Nicolas Kaiser


More information about the mesa-dev mailing list