> I am not avoiding anything but you have failed to far to provide me
> with something I could use to find such a flaw and fix it.

I have provided you three lines of code that works bad as the other
primitives.

> Me neither, but you could be bandwidth limited for instance. Again,
> the CPU has nothing to do with performance of the GPU so this
> discussion is really not helpful. If your performance in software is
> good enough, there is no point in drawing a comparison with other
> devices that also run in software.

Bandwidth? Have you ever thought on how much bandwidth have a feature
phone?
Why the software runs better on gingerbread?
Sincerely I'm not satisfied with the performance I get on CPU neither
because I can
do better with other OS.
Talking about CPU performance the software runs far better on Galaxy
Note (Gingerbread 1280x800)
than on Galaxy Nexus (ICS 1280x720).
Why?

> This piece of code is exactly what I was talking about in previous
> message. Sending 640 rendering instructions to the GPU is extremely
> expensive. The CPU will perform a lot better at this. Changing this
> loop to a single drawLines() will likely fix the issue.

A feature phone is able to do it, gingerbread is able to do it,
why ICS do it slow?
You know that that was only an example, in real life drawLine can't
be
replaced with drawLines at least not always.

> Again, the problem is that a GPU performs very differently from a CPU.
> Batching rendering operations is one of the best optimizations you can
> do when running on the GPU.
>
> > In any case on the android documentation (API Level 11) I finded that
> > drawLines() doesn't support antialiasing:
> >http://developer.android.com/guide/topics/graphics/hardware-accel.html
> > why do you call this a bug?
>
> This documentation is out of date. Antialiasing is supported with
> drawLine() and drawLines() as of API level 12 or 13.

Are you really asking to drop Level 11 support or double the code to
draw some lines?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to