Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2012-05-16 Thread Jihoon Kim
I'm sorry. It was my mistake. I should have searched where it uded.
2012. 5. 16. 오후 5:03에 Enlightenment SVN no-re...@enlightenment.org님이 작성:

 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
 enlightenment-...@lists.sourceforge.net
 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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2012-05-16 Thread Chris Michael
No worries :) All fixed now :)

dh

 -Original Message-
 From: Jihoon Kim [mailto:imfin...@gmail.com]
 Sent: 16 May 2012 14:00
 To: enlightenment-devel@lists.sourceforge.net
 Subject: Re: [E-devel] E SVN: devilhorns
 trunk/evas/src/modules/engines/gl_x11
 
 I'm sorry. It was my mistake. I should have searched where it uded.
 2012. 5. 16. 오후 5:03에 Enlightenment SVN no-
 re...@enlightenment.org님이 작성:
 
  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
  enlightenment-...@lists.sourceforge.net
  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
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2012-01-12 Thread sd
Why not move eglMakeCurrent? So you keep one if.

S.

 Log:
 Evas (gl_x11): We cannot call eglMakeCurrent if we have already called
   eglTerminate prior (eg: eglTerminate was in the wrong place here).



 Author:   devilhorns
 Date: 2012-01-11 22:06:07 -0800 (Wed, 11 Jan 2012)
 New Revision: 67119
 Trac: http://trac.enlightenment.org/e/changeset/67119

 Modified:
   trunk/evas/src/modules/engines/gl_x11/evas_x_main.c

 Modified: trunk/evas/src/modules/engines/gl_x11/evas_x_main.c
 ===
 --- trunk/evas/src/modules/engines/gl_x11/evas_x_main.c   2012-01-12
 05:36:47 UTC (rev 67118)
 +++ trunk/evas/src/modules/engines/gl_x11/evas_x_main.c   2012-01-12
 06:06:07 UTC (rev 67119)
 @@ -534,10 +534,10 @@
 if (ref == 0)
   {
  if (context) eglDestroyContext(gw-egl_disp, context);
 -eglTerminate(gw-egl_disp);
  context = EGL_NO_CONTEXT;
   }
 eglMakeCurrent(gw-egl_disp, EGL_NO_SURFACE, EGL_NO_SURFACE,
 EGL_NO_CONTEXT);
 +   if (ref == 0) eglTerminate(gw-egl_disp);
  #else
 if (gw-glxwin) glXDestroyWindow(gw-disp, gw-glxwin);
 if (ref == 0)


 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn




--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2012-01-12 Thread Christopher Michael
Suppose it could have went either way...If you think it would really be 
better by moving the MakeCurrent, then I'll do it :)

dh

On 01/12/12 06:46, s...@tango.flipp.net wrote:
 Why not move eglMakeCurrent? So you keep one if.

 S.

 Log:
 Evas (gl_x11): We cannot call eglMakeCurrent if we have already called
eglTerminate prior (eg: eglTerminate was in the wrong place here).



 Author:   devilhorns
 Date: 2012-01-11 22:06:07 -0800 (Wed, 11 Jan 2012)
 New Revision: 67119
 Trac: http://trac.enlightenment.org/e/changeset/67119

 Modified:
trunk/evas/src/modules/engines/gl_x11/evas_x_main.c

 Modified: trunk/evas/src/modules/engines/gl_x11/evas_x_main.c
 ===
 --- trunk/evas/src/modules/engines/gl_x11/evas_x_main.c  2012-01-12
 05:36:47 UTC (rev 67118)
 +++ trunk/evas/src/modules/engines/gl_x11/evas_x_main.c  2012-01-12
 06:06:07 UTC (rev 67119)
 @@ -534,10 +534,10 @@
  if (ref == 0)
{
   if (context) eglDestroyContext(gw-egl_disp, context);
 -eglTerminate(gw-egl_disp);
   context = EGL_NO_CONTEXT;
}
  eglMakeCurrent(gw-egl_disp, EGL_NO_SURFACE, EGL_NO_SURFACE,
 EGL_NO_CONTEXT);
 +   if (ref == 0) eglTerminate(gw-egl_disp);
   #else
  if (gw-glxwin) glXDestroyWindow(gw-disp, gw-glxwin);
  if (ref == 0)


 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn




 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2012-01-12 Thread Christopher Michael
Done. Thanks for the suggestion :)

dh

On 01/12/12 07:11, Christopher Michael wrote:
 Suppose it could have went either way...If you think it would really be
 better by moving the MakeCurrent, then I'll do it :)

 dh

 On 01/12/12 06:46, s...@tango.flipp.net wrote:
 Why not move eglMakeCurrent? So you keep one if.

 S.

 Log:
 Evas (gl_x11): We cannot call eglMakeCurrent if we have already called
 eglTerminate prior (eg: eglTerminate was in the wrong place here).



 Author: devilhorns
 Date: 2012-01-11 22:06:07 -0800 (Wed, 11 Jan 2012)
 New Revision: 67119
 Trac: http://trac.enlightenment.org/e/changeset/67119

 Modified:
 trunk/evas/src/modules/engines/gl_x11/evas_x_main.c

 Modified: trunk/evas/src/modules/engines/gl_x11/evas_x_main.c
 ===
 --- trunk/evas/src/modules/engines/gl_x11/evas_x_main.c 2012-01-12
 05:36:47 UTC (rev 67118)
 +++ trunk/evas/src/modules/engines/gl_x11/evas_x_main.c 2012-01-12
 06:06:07 UTC (rev 67119)
 @@ -534,10 +534,10 @@
 if (ref == 0)
 {
 if (context) eglDestroyContext(gw-egl_disp, context);
 - eglTerminate(gw-egl_disp);
 context = EGL_NO_CONTEXT;
 }
 eglMakeCurrent(gw-egl_disp, EGL_NO_SURFACE, EGL_NO_SURFACE,
 EGL_NO_CONTEXT);
 + if (ref == 0) eglTerminate(gw-egl_disp);
 #else
 if (gw-glxwin) glXDestroyWindow(gw-disp, gw-glxwin);
 if (ref == 0)


 --

 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn




 --

 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-15 Thread Christopher Michael
Right...thanks what I asked. Rather than bitch, it's easier to fix :P

dh :P :P :P


On 12/14/11 17:45, Vincent Torri wrote:
 On Wed, Dec 14, 2011 at 11:40 PM,cpmicha...@comcast.net  wrote:
 Ahh, then I need (or someone can) to fix the doxy on the 2 new Evas 
 functions I added for setting/getting framepsace. They are doxy'd @ 1.1.0 
 (my bad, I don't follow rev versions much ;) )

 @since 1.2 actually, if the function does not exist in 1.1

 Vincent


 dh

 - Original Message -
 From: michael bouchaudmichael.bouch...@gmail.com
 To: Enlightenment developer listenlightenment-devel@lists.sourceforge.net
 Sent: Wednesday, December 14, 2011 4:28:56 PM
 Subject: Re: [E-devel] E SVN: devilhorns 
 trunk/evas/src/modules/engines/gl_x11

 no no no, They don't need to be backported it's since evas 1.2

 2011/12/14 Christopher Michaelcpmicha...@comcast.net

 On 12/14/11 13:59, Vincent Torri wrote:
 On Wed, Dec 14, 2011 at 7:58 PM, Christopher Michael
 cpmicha...@comcast.net  wrote:
 On 12/14/11 13:55, Vincent Torri wrote:

 this one and the previous one should be backported

 Vincent


 Not sure how to go about that :/ Never did any backporting.

 just check out the branches, modify them and commit. they are in
 e/branches/, not in e/trunk/

 Vincent

 Ok, I checked both evas 1.0 and 1.1, but this function does not exist in
 either so there is no 'changes' to backport.

 dh


 dh

 On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN
 no-re...@enlightenment.org  wrote:

 Log:
 Evas: Gl_X11: Fix typo? for __UNUSED__ param.



 Author: devilhorns
 Date: 2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011)
 New Revision: 66224
 Trac: http://trac.enlightenment.org/e/changeset/66224

 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 2011-12-14
 18:44:20 UTC (rev 66223)
 +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14
 18:52:42 UTC (rev 66224)
 @@ -3703,7 +3703,7 @@
 }

 static Eina_Bool
 -eng_image_can_region_get(void *data__UNUSED__, void *image)
 +eng_image_can_region_get(void *data __UNUSED__, void *image)
 {
 Evas_GL_Image *gim = image;
 Image_Entry *im;








 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits?
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




 --
 Michaël Bouchaud
 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits?
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits?
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits?
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-14 Thread Vincent Torri
this one and the previous one should be backported

Vincent

On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 Evas: Gl_X11: Fix typo? for __UNUSED__ param.



 Author:       devilhorns
 Date:         2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011)
 New Revision: 66224
 Trac:         http://trac.enlightenment.org/e/changeset/66224

 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 2011-12-14 18:44:20 
 UTC (rev 66223)
 +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14 18:52:42 
 UTC (rev 66224)
 @@ -3703,7 +3703,7 @@
  }

  static Eina_Bool
 -eng_image_can_region_get(void *data__UNUSED__, void *image)
 +eng_image_can_region_get(void *data __UNUSED__, void *image)
  {
    Evas_GL_Image *gim = image;
    Image_Entry *im;


 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits?
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-14 Thread Christopher Michael
On 12/14/11 13:55, Vincent Torri wrote:
 this one and the previous one should be backported

 Vincent


Not sure how to go about that :/ Never did any backporting.

dh

 On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN
 no-re...@enlightenment.org  wrote:
 Log:
 Evas: Gl_X11: Fix typo? for __UNUSED__ param.



 Author:   devilhorns
 Date: 2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011)
 New Revision: 66224
 Trac: http://trac.enlightenment.org/e/changeset/66224

 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 2011-12-14 18:44:20 
 UTC (rev 66223)
 +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14 18:52:42 
 UTC (rev 66224)
 @@ -3703,7 +3703,7 @@
   }

   static Eina_Bool
 -eng_image_can_region_get(void *data__UNUSED__, void *image)
 +eng_image_can_region_get(void *data __UNUSED__, void *image)
   {
 Evas_GL_Image *gim = image;
 Image_Entry *im;





--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-14 Thread Christopher Michael
On 12/14/11 13:59, Vincent Torri wrote:
 On Wed, Dec 14, 2011 at 7:58 PM, Christopher Michael
 cpmicha...@comcast.net  wrote:
 On 12/14/11 13:55, Vincent Torri wrote:

 this one and the previous one should be backported

 Vincent


 Not sure how to go about that :/ Never did any backporting.

 just check out the branches, modify them and commit. they are in
 e/branches/, not in e/trunk/

 Vincent

Ok, I checked both evas 1.0 and 1.1, but this function does not exist in 
either so there is no 'changes' to backport.

dh


 dh

 On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN
 no-re...@enlightenment.orgwrote:

 Log:
 Evas: Gl_X11: Fix typo? for __UNUSED__ param.



 Author:   devilhorns
 Date: 2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011)
 New Revision: 66224
 Trac: http://trac.enlightenment.org/e/changeset/66224

 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 2011-12-14
 18:44:20 UTC (rev 66223)
 +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14
 18:52:42 UTC (rev 66224)
 @@ -3703,7 +3703,7 @@
   }

   static Eina_Bool
 -eng_image_can_region_get(void *data__UNUSED__, void *image)
 +eng_image_can_region_get(void *data __UNUSED__, void *image)
   {
 Evas_GL_Image *gim = image;
 Image_Entry *im;







--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-14 Thread michael bouchaud
no no no, They don't need to be backported it's since evas 1.2

2011/12/14 Christopher Michael cpmicha...@comcast.net

 On 12/14/11 13:59, Vincent Torri wrote:
  On Wed, Dec 14, 2011 at 7:58 PM, Christopher Michael
  cpmicha...@comcast.net  wrote:
  On 12/14/11 13:55, Vincent Torri wrote:
 
  this one and the previous one should be backported
 
  Vincent
 
 
  Not sure how to go about that :/ Never did any backporting.
 
  just check out the branches, modify them and commit. they are in
  e/branches/, not in e/trunk/
 
  Vincent
 
 Ok, I checked both evas 1.0 and 1.1, but this function does not exist in
 either so there is no 'changes' to backport.

 dh

 
  dh
 
  On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN
  no-re...@enlightenment.orgwrote:
 
  Log:
  Evas: Gl_X11: Fix typo? for __UNUSED__ param.
 
 
 
  Author:   devilhorns
  Date: 2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011)
  New Revision: 66224
  Trac: http://trac.enlightenment.org/e/changeset/66224
 
  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 2011-12-14
  18:44:20 UTC (rev 66223)
  +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14
  18:52:42 UTC (rev 66224)
  @@ -3703,7 +3703,7 @@
}
 
static Eina_Bool
  -eng_image_can_region_get(void *data__UNUSED__, void *image)
  +eng_image_can_region_get(void *data __UNUSED__, void *image)
{
  Evas_GL_Image *gim = image;
  Image_Entry *im;
 
 
 
 
 



 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits?
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Michaël Bouchaud
--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-14 Thread cpmichael1
Ahh, then I need (or someone can) to fix the doxy on the 2 new Evas functions I 
added for setting/getting framepsace. They are doxy'd @ 1.1.0 (my bad, I don't 
follow rev versions much ;) ) 

dh 

- Original Message -
From: michael bouchaud michael.bouch...@gmail.com 
To: Enlightenment developer list enlightenment-devel@lists.sourceforge.net 
Sent: Wednesday, December 14, 2011 4:28:56 PM 
Subject: Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11 

no no no, They don't need to be backported it's since evas 1.2 

2011/12/14 Christopher Michael cpmicha...@comcast.net 

 On 12/14/11 13:59, Vincent Torri wrote: 
  On Wed, Dec 14, 2011 at 7:58 PM, Christopher Michael 
  cpmicha...@comcast.net wrote: 
  On 12/14/11 13:55, Vincent Torri wrote: 
  
  this one and the previous one should be backported 
  
  Vincent 
  
  
  Not sure how to go about that :/ Never did any backporting. 
  
  just check out the branches, modify them and commit. they are in 
  e/branches/, not in e/trunk/ 
  
  Vincent 
  
 Ok, I checked both evas 1.0 and 1.1, but this function does not exist in 
 either so there is no 'changes' to backport. 
 
 dh 
 
  
  dh 
  
  On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN 
  no-re...@enlightenment.org wrote: 
  
  Log: 
  Evas: Gl_X11: Fix typo? for __UNUSED__ param. 
  
  
  
  Author: devilhorns 
  Date: 2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011) 
  New Revision: 66224 
  Trac: http://trac.enlightenment.org/e/changeset/66224 
  
  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 2011-12-14 
  18:44:20 UTC (rev 66223) 
  +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14 
  18:52:42 UTC (rev 66224) 
  @@ -3703,7 +3703,7 @@ 
  } 
  
  static Eina_Bool 
  -eng_image_can_region_get(void *data__UNUSED__, void *image) 
  +eng_image_can_region_get(void *data __UNUSED__, void *image) 
  { 
  Evas_GL_Image *gim = image; 
  Image_Entry *im; 
  
  
  
  
  
 
 
 
 --
  
 Cloud Computing - Latest Buzzword or a Glimpse of the Future? 
 This paper surveys cloud computing today: What are the benefits? 
 Why are businesses embracing it? What are its payoffs and pitfalls? 
 http://www.accelacomm.com/jaw/sdnl/114/51425149/ 
 ___ 
 enlightenment-devel mailing list 
 enlightenment-devel@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 
 



-- 
Michaël Bouchaud 
-- 
Cloud Computing - Latest Buzzword or a Glimpse of the Future? 
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls? 
http://www.accelacomm.com/jaw/sdnl/114/51425149/ 
___ 
enlightenment-devel mailing list 
enlightenment-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel 
--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-14 Thread Vincent Torri
On Wed, Dec 14, 2011 at 11:40 PM,  cpmicha...@comcast.net wrote:
 Ahh, then I need (or someone can) to fix the doxy on the 2 new Evas functions 
 I added for setting/getting framepsace. They are doxy'd @ 1.1.0 (my bad, I 
 don't follow rev versions much ;) )

@since 1.2 actually, if the function does not exist in 1.1

Vincent


 dh

 - Original Message -
 From: michael bouchaud michael.bouch...@gmail.com
 To: Enlightenment developer list enlightenment-devel@lists.sourceforge.net
 Sent: Wednesday, December 14, 2011 4:28:56 PM
 Subject: Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

 no no no, They don't need to be backported it's since evas 1.2

 2011/12/14 Christopher Michael cpmicha...@comcast.net

 On 12/14/11 13:59, Vincent Torri wrote:
  On Wed, Dec 14, 2011 at 7:58 PM, Christopher Michael
  cpmicha...@comcast.net wrote:
  On 12/14/11 13:55, Vincent Torri wrote:
 
  this one and the previous one should be backported
 
  Vincent
 
 
  Not sure how to go about that :/ Never did any backporting.
 
  just check out the branches, modify them and commit. they are in
  e/branches/, not in e/trunk/
 
  Vincent
 
 Ok, I checked both evas 1.0 and 1.1, but this function does not exist in
 either so there is no 'changes' to backport.

 dh

 
  dh
 
  On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN
  no-re...@enlightenment.org wrote:
 
  Log:
  Evas: Gl_X11: Fix typo? for __UNUSED__ param.
 
 
 
  Author: devilhorns
  Date: 2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011)
  New Revision: 66224
  Trac: http://trac.enlightenment.org/e/changeset/66224
 
  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 2011-12-14
  18:44:20 UTC (rev 66223)
  +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14
  18:52:42 UTC (rev 66224)
  @@ -3703,7 +3703,7 @@
  }
 
  static Eina_Bool
  -eng_image_can_region_get(void *data__UNUSED__, void *image)
  +eng_image_can_region_get(void *data __UNUSED__, void *image)
  {
  Evas_GL_Image *gim = image;
  Image_Entry *im;
 
 
 
 
 



 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits?
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




 --
 Michaël Bouchaud
 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits?
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits?
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-14 Thread The Rasterman
On Wed, 14 Dec 2011 23:45:01 +0100 Vincent Torri vincent.to...@gmail.com said:

 On Wed, Dec 14, 2011 at 11:40 PM,  cpmicha...@comcast.net wrote:
  Ahh, then I need (or someone can) to fix the doxy on the 2 new Evas
  functions I added for setting/getting framepsace. They are doxy'd @ 1.1.0
  (my bad, I don't follow rev versions much ;) )
 
 @since 1.2 actually, if the function does not exist in 1.1
 
 Vincent

its not an api func so it's not exposed and so... it doesnt have docs.. and
doesnt have an @since.

 
  dh
 
  - Original Message -
  From: michael bouchaud michael.bouch...@gmail.com
  To: Enlightenment developer list
  enlightenment-devel@lists.sourceforge.net Sent: Wednesday, December 14,
  2011 4:28:56 PM Subject: Re: [E-devel] E SVN: devilhorns
  trunk/evas/src/modules/engines/gl_x11
 
  no no no, They don't need to be backported it's since evas 1.2
 
  2011/12/14 Christopher Michael cpmicha...@comcast.net
 
  On 12/14/11 13:59, Vincent Torri wrote:
   On Wed, Dec 14, 2011 at 7:58 PM, Christopher Michael
   cpmicha...@comcast.net wrote:
   On 12/14/11 13:55, Vincent Torri wrote:
  
   this one and the previous one should be backported
  
   Vincent
  
  
   Not sure how to go about that :/ Never did any backporting.
  
   just check out the branches, modify them and commit. they are in
   e/branches/, not in e/trunk/
  
   Vincent
  
  Ok, I checked both evas 1.0 and 1.1, but this function does not exist in
  either so there is no 'changes' to backport.
 
  dh
 
  
   dh
  
   On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN
   no-re...@enlightenment.org wrote:
  
   Log:
   Evas: Gl_X11: Fix typo? for __UNUSED__ param.
  
  
  
   Author: devilhorns
   Date: 2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011)
   New Revision: 66224
   Trac: http://trac.enlightenment.org/e/changeset/66224
  
   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 2011-12-14
   18:44:20 UTC (rev 66223)
   +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14
   18:52:42 UTC (rev 66224)
   @@ -3703,7 +3703,7 @@
   }
  
   static Eina_Bool
   -eng_image_can_region_get(void *data__UNUSED__, void *image)
   +eng_image_can_region_get(void *data __UNUSED__, void *image)
   {
   Evas_GL_Image *gim = image;
   Image_Entry *im;
  
  
  
  
  
 
 
 
  --
  Cloud Computing - Latest Buzzword or a Glimpse of the Future?
  This paper surveys cloud computing today: What are the benefits?
  Why are businesses embracing it? What are its payoffs and pitfalls?
  http://www.accelacomm.com/jaw/sdnl/114/51425149/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
 
  --
  Michaël Bouchaud
  --
  Cloud Computing - Latest Buzzword or a Glimpse of the Future?
  This paper surveys cloud computing today: What are the benefits?
  Why are businesses embracing it? What are its payoffs and pitfalls?
  http://www.accelacomm.com/jaw/sdnl/114/51425149/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  --
  Cloud Computing - Latest Buzzword or a Glimpse of the Future?
  This paper surveys cloud computing today: What are the benefits?
  Why are businesses embracing it? What are its payoffs and pitfalls?
  http://www.accelacomm.com/jaw/sdnl/114/51425149/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits? 
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need

Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-12-14 Thread The Rasterman
On Wed, 14 Dec 2011 13:58:13 -0500 Christopher Michael cpmicha...@comcast.net
said:

 On 12/14/11 13:55, Vincent Torri wrote:
  this one and the previous one should be backported
 
  Vincent
 
 
 Not sure how to go about that :/ Never did any backporting.

apply same change to the evas-1.1 evas tree under branches in svn (below trunk
there is also branches and tags to svn update from that base and look in
branches)

 dh
 
  On Wed, Dec 14, 2011 at 7:52 PM, Enlightenment SVN
  no-re...@enlightenment.org  wrote:
  Log:
  Evas: Gl_X11: Fix typo? for __UNUSED__ param.
 
 
 
  Author:   devilhorns
  Date: 2011-12-14 10:52:42 -0800 (Wed, 14 Dec 2011)
  New Revision: 66224
  Trac: http://trac.enlightenment.org/e/changeset/66224
 
  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 2011-12-14
  18:44:20 UTC (rev 66223) +++
  trunk/evas/src/modules/engines/gl_x11/evas_engine.c 2011-12-14 18:52:42
  UTC (rev 66224) @@ -3703,7 +3703,7 @@ }
 
static Eina_Bool
  -eng_image_can_region_get(void *data__UNUSED__, void *image)
  +eng_image_can_region_get(void *data __UNUSED__, void *image)
{
  Evas_GL_Image *gim = image;
  Image_Entry *im;
 
 
 
 
 
 --
 Cloud Computing - Latest Buzzword or a Glimpse of the Future?
 This paper surveys cloud computing today: What are the benefits? 
 Why are businesses embracing it? What are its payoffs and pitfalls?
 http://www.accelacomm.com/jaw/sdnl/114/51425149/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-06-09 Thread Vincent Torri


On Thu, 9 Jun 2011, Enlightenment SVN wrote:

 Log:
 Evas: GL_X11 engine: Do not set UNUSED on variables that we actually
  use and remove some extra whitespace between functions.

just a note : the use of the attribute means that the variable can be 
unused. It's not a requirement. See:

http://gcc.gnu.org/onlinedocs/gcc-3.3.1/gcc/Variable-Attributes.html

Vincent




 Author:   devilhorns
 Date: 2011-06-09 12:25:21 -0700 (Thu, 09 Jun 2011)
 New Revision: 60153
 Trac: http://trac.enlightenment.org/e/changeset/60153

 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   2011-06-09 
 19:03:39 UTC (rev 60152)
 +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c   2011-06-09 
 19:25:21 UTC (rev 60153)
 @@ -1931,7 +1931,7 @@
 }

 static void
 -eng_image_map_draw(void *data __UNUSED__, void *context, void *surface, void 
 *image, int npoints, RGBA_Map_Point *p, int smooth, int level)
 +eng_image_map_draw(void *data, void *context, void *surface, void *image, 
 int npoints, RGBA_Map_Point *p, int smooth, int level)
 {
Evas_GL_Image *gim = image;
Render_Engine *re;
 @@ -1982,7 +1982,7 @@
 }

 static void *
 -eng_image_map_surface_new(void *data __UNUSED__, int w, int h, int alpha)
 +eng_image_map_surface_new(void *data, int w, int h, int alpha)
 {
Render_Engine *re;

 @@ -2011,7 +2011,7 @@
 }

 static void
 -eng_image_cache_flush(void *data __UNUSED__)
 +eng_image_cache_flush(void *data)
 {
Render_Engine *re;
int tmp_size;
 @@ -2026,7 +2026,7 @@
 }

 static void
 -eng_image_cache_set(void *data __UNUSED__, int bytes)
 +eng_image_cache_set(void *data, int bytes)
 {
Render_Engine *re;

 @@ -2039,17 +2039,14 @@
 static int
 eng_image_cache_get(void *data __UNUSED__)
 {
 -   Render_Engine *re;
 -
 -   re = (Render_Engine *)data;
return evas_common_image_get_cache();
 }

 -
 static void
 eng_image_stride_get(void *data __UNUSED__, void *image, int *stride)
 {
Evas_GL_Image *im = image;
 +
*stride = im-w * 4;
if ((im-tex)  (im-tex-pt-dyn.img))
  {
 @@ -2325,7 +2322,6 @@
return sfc;
 }

 -
 static int
 eng_gl_surface_destroy(void *data, void *surface)
 {
 @@ -2379,8 +2375,6 @@
return 1;
 }

 -
 -
 static void *
 eng_gl_context_create(void *data, void *share_context)
 {
 @@ -2457,7 +2451,6 @@
return ctx;
 }

 -
 static int
 eng_gl_context_destroy(void *data, void *context)
 {
 @@ -2513,8 +2506,6 @@
return 1;
 }

 -
 -
 static int
 eng_gl_make_current(void *data, void *surface, void *context)
 {


 --
 EditLive Enterprise is the world's most technically advanced content
 authoring tool. Experience the power of Track Changes, Inline Image
 Editing and ensure content is compliant with Accessibility Checking.
 http://p.sf.net/sfu/ephox-dev2dev
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn



--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2011-06-09 Thread Christopher Michael
On 06/09/2011 03:30 PM, Vincent Torri wrote:


 On Thu, 9 Jun 2011, Enlightenment SVN wrote:

 Log:
 Evas: GL_X11 engine: Do not set UNUSED on variables that we actually
   use and remove some extra whitespace between functions.

 just a note : the use of the attribute means that the variable can be
 unused. It's not a requirement. See:

 http://gcc.gnu.org/onlinedocs/gcc-3.3.1/gcc/Variable-Attributes.html

 Vincent

This attribute, attached to a variable, means that the variable is 
meant to be possibly unused.

In all these cases that I fixed, the variable WAS indeed usednot 
'possibly unused' at all ;)

But thanks for the note !! :)

dh




 Author:   devilhorns
 Date: 2011-06-09 12:25:21 -0700 (Thu, 09 Jun 2011)
 New Revision: 60153
 Trac: http://trac.enlightenment.org/e/changeset/60153

 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  2011-06-09 
 19:03:39 UTC (rev 60152)
 +++ trunk/evas/src/modules/engines/gl_x11/evas_engine.c  2011-06-09 
 19:25:21 UTC (rev 60153)
 @@ -1931,7 +1931,7 @@
 }

 static void
 -eng_image_map_draw(void *data __UNUSED__, void *context, void *surface, 
 void *image, int npoints, RGBA_Map_Point *p, int smooth, int level)
 +eng_image_map_draw(void *data, void *context, void *surface, void *image, 
 int npoints, RGBA_Map_Point *p, int smooth, int level)
 {
 Evas_GL_Image *gim = image;
 Render_Engine *re;
 @@ -1982,7 +1982,7 @@
 }

 static void *
 -eng_image_map_surface_new(void *data __UNUSED__, int w, int h, int alpha)
 +eng_image_map_surface_new(void *data, int w, int h, int alpha)
 {
 Render_Engine *re;

 @@ -2011,7 +2011,7 @@
 }

 static void
 -eng_image_cache_flush(void *data __UNUSED__)
 +eng_image_cache_flush(void *data)
 {
 Render_Engine *re;
 int tmp_size;
 @@ -2026,7 +2026,7 @@
 }

 static void
 -eng_image_cache_set(void *data __UNUSED__, int bytes)
 +eng_image_cache_set(void *data, int bytes)
 {
 Render_Engine *re;

 @@ -2039,17 +2039,14 @@
 static int
 eng_image_cache_get(void *data __UNUSED__)
 {
 -   Render_Engine *re;
 -
 -   re = (Render_Engine *)data;
 return evas_common_image_get_cache();
 }

 -
 static void
 eng_image_stride_get(void *data __UNUSED__, void *image, int *stride)
 {
 Evas_GL_Image *im = image;
 +
 *stride = im-w * 4;
 if ((im-tex)  (im-tex-pt-dyn.img))
   {
 @@ -2325,7 +2322,6 @@
 return sfc;
 }

 -
 static int
 eng_gl_surface_destroy(void *data, void *surface)
 {
 @@ -2379,8 +2375,6 @@
 return 1;
 }

 -
 -
 static void *
 eng_gl_context_create(void *data, void *share_context)
 {
 @@ -2457,7 +2451,6 @@
 return ctx;
 }

 -
 static int
 eng_gl_context_destroy(void *data, void *context)
 {
 @@ -2513,8 +2506,6 @@
 return 1;
 }

 -
 -
 static int
 eng_gl_make_current(void *data, void *surface, void *context)
 {



--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel