[Piglit] [PATCH] getteximage-luminance: remove obsolete piglit_dispatch_default_init() call

Brian Paul brianp at vmware.com
Wed Dec 3 06:45:08 PST 2014


On 12/03/2014 06:38 AM, Emil Velikov wrote:
> By the time piglit_init() is executed, the context is creates and the dispatch
> table has been initialised.
>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>   tests/texturing/getteximage-luminance.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/texturing/getteximage-luminance.c b/tests/texturing/getteximage-luminance.c
> index d4e3bf3..8869095 100644
> --- a/tests/texturing/getteximage-luminance.c
> +++ b/tests/texturing/getteximage-luminance.c
> @@ -251,5 +251,5 @@ piglit_display(void)
>   void
>   piglit_init(int argc, char **argv)
>   {
> -	piglit_dispatch_default_init(PIGLIT_DISPATCH_GL);
> +	/* empty */
>   }
>

Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the Piglit mailing list