On Mon, 07 Feb 2011 12:49:48 +1100 Brett Nash <n...@nash.id.au> said:

> On Mon, 2011-02-07 at 12:27 +1100, Brett Nash wrote:
> > On Mon, 2011-02-07 at 10:25 +0900, Carsten Haitzler wrote:
> > > On Mon, 07 Feb 2011 11:38:51 +1100 Brett Nash <n...@nash.id.au> said:
> > > 
> > > what'd be awesome is.. if your commit didnt totally break evas building
> > > at all. have u tried to update and build?:
> > > 
> > > evas_object_proxy.c: In function ‘_proxy_render’:
> > > evas_object_proxy.c:427: error: invalid operands to binary << (have
> > > ‘double’ and ‘int’) 
> > > evas_object_proxy.c:428: error: invalid operands to binary << (have
> > > ‘double’ and ‘int’) 
> > > evas_object_proxy.c:429: error: invalid operands to binary<< (have
> > > ‘double’ and ‘int’) 
> > > evas_object_proxy.c:430: error: ‘RGBA_Map_Point’ has no member named ‘x3’
> > > evas_object_proxy.c:430: error: invalid operands to binary << (have
> > > ‘double’ and ‘int’) 
> > > evas_object_proxy.c:431: error: ‘RGBA_Map_Point’ has no member named ‘y3’
> > > evas_object_proxy.c:431: error: invalid operands to binary << (have
> > > ‘double’ and ‘int’) 
> > > evas_object_proxy.c: In function ‘_proxy_can_map’:
> > > evas_object_proxy.c:607: warning: unused parameter ‘obj’ make[5]: ***
> > > [evas_object_proxy.lo] Error 1 make[5]: Leaving directory
> > > `/home/raster/C/svn/ssh +svn/e/trunk/evas/src/lib/canvas'
> > 
> > Yeah.  Fixing now.
> > 
> > My bad.  I'm not sure what I did wrong, but my pre-commit worked, after
> > the commit it broke horribly.  And I though I deleted that file...
> 
> Okay: I've fixed the build issue, once again my apologies.
> 
> I'll try and work out what happened to half my patches this morning, and
> get proxy working happily.

you missed lots of other cases. i fixed most that i could find and now the gl
engine has 2 abort()'s with fixme: nash in them. the code there will only work
with 4 point maps. you made it n points but no code to handle n point maps was
put into the patch/commit - can you please fix that?

also - where are test cases for the proxy code? eg - expedite? :) how do we
even know this feature works at all?


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


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to