I'm sorry. It was my mistake. I should have searched where it uded.
2012. 5. 16. 오후 5:03에 "Enlightenment SVN" <[email protected]>님이 작성:

> Log:
> Evas (gl_x11): Unbreak build for gles_sgx & s3c6410. Someone removed a
>  variable that was actually being used :(
>
>
>
> Author:       devilhorns
> Date:         2012-05-16 01:03:31 -0700 (Wed, 16 May 2012)
> New Revision: 71146
> Trac:         http://trac.enlightenment.org/e/changeset/71146
>
> Modified:
>  trunk/evas/src/modules/engines/gl_x11/evas_engine.c
>
> Modified: trunk/evas/src/modules/engines/gl_x11/evas_engine.c
> ===================================================================
> --- trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2012-05-16
> 07:44:43 UTC (rev 71145)
> +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2012-05-16
> 08:03:31 UTC (rev 71146)
> @@ -2988,6 +2988,8 @@
>    w = h = 2;
>
>  #if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX)
> +   int max_samples = 0;
> +
>    glGetIntegerv(GL_MAX_SAMPLES_IMG, &max_samples);
>
>    // Check if msaa_support is supported
> @@ -3011,9 +3013,9 @@
>      }
>
>  #endif
> +
>    glGetIntegerv(GL_MAX_RENDERBUFFER_SIZE, &re->gl_cap.max_rb_size);
>
> -
>  #if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX)
>    count = (re->gl_cap.msaa_support) ? 4 : 1;
>
> @@ -3032,7 +3034,7 @@
>         re->gl_cap.stencil_8[i] = _check_gl_surface_format(0, 0,
> GL_STENCIL_ATTACHMENT, GL_STENCIL_INDEX8, re->gl_cap.msaa_samples[i]);
>      }
>
> -  #else
> +#else
>    count = (re->gl_cap.msaa_support) ? 4 : 1;
>
>    for (i = 0; i < count; i++)
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to