Re: [Mesa3d-dev] to Implement on new GPUs

2010-04-18 Thread Andreas Pokorny
Hi there, You could try to contact OpenMoko Inc for specifications regarding S3C6410. They forwarded the specs they received for their previous device to developers that signed an NDA. Before they stopped plans to develop another open linux phone, they were working with the S3C6410 platform. At

Re: [Mesa3d-dev] to Implement on new GPUs

2010-04-15 Thread Corbin Simpson
On Thu, Apr 15, 2010 at 7:12 AM, nitesh suthar wrote: > I am using SOC  S3C6410 . Google doesn't tell me much about this chip other than that it's made by Samsung and it powers some Android devices. A few posts suggest that it's either a Samsung original, or an SGX-based core. If it's the latter

Re: [Mesa3d-dev] to Implement on new GPUs

2010-04-15 Thread nitesh suthar
>GL and GLES are programming APIs, not hardware APIs. In order to >support your hardware, you will have to write a backend driver which >interfaces with that hardware for Mesa. thanks, yes I know these are programming APIs, so how could I start developing this backend driver which interfaces

Re: [Mesa3d-dev] to Implement on new GPUs

2010-04-13 Thread Corbin Simpson
On Mon, Apr 12, 2010 at 9:13 PM, nitesh suthar wrote: > hello all, > thank you for reply > Actually I am working on arm board which support OpenGLES 1.1 and OpenGLES > 2.0. > which provides hardware acceleration for redering images. > What my objective is that I want to implement this OpenGLES 2.0

Re: [Mesa3d-dev] to Implement on new GPUs

2010-04-12 Thread nitesh suthar
hello all, thank you for reply Actually I am working on arm board which support OpenGLES 1.1 and OpenGLES 2.0. which provides hardware acceleration for redering images. What my objective is that I want to implement this OpenGLES 2.0 into mesa for interactive graphics with hardware acceleration to

Re: [Mesa3d-dev] to Implement on new GPUs

2010-04-11 Thread PLUG GULP
On Sat, Apr 10, 2010 at 11:09 AM, nitesh suthar wrote: > dear all , > Would any one suggest me. > How to implement es into new GPU's ? > Please could you elaborate on "implement es into new GPU's"? > thanking you > regards > Nitesh Suthar > --