Hi,
I'm using mesa3D driver on linux for my X-Box. Now, my programs do not
need a lot of graphics and they run quite aceptable.
Though, if it is for software rendering (with mesa) - what options do
I have to speed up drawing of textured quads in 2D mode?
The processor is a Pentium III, if that matters.
Any thoughts appreciated,
-Gernot
|
|
0
|
|
|
|
Reply
|
Gernot
|
9/18/2006 3:02:05 PM |
|
Gernot Frisch wrote:
> Hi,
>
> I'm using mesa3D driver on linux for my X-Box. Now, my programs do not
> need a lot of graphics and they run quite aceptable.
> Though, if it is for software rendering (with mesa) - what options do
> I have to speed up drawing of textured quads in 2D mode?
>
> The processor is a Pentium III, if that matters.
>
> Any thoughts appreciated,
I used TinyGL for a project several years ago. For simple texturing it
was many times faster than Mesa.
http://fabrice.bellard.free.fr/TinyGL/
--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com
|
|
0
|
|
|
|
Reply
|
Phil
|
9/19/2006 1:30:13 AM
|
|
"Phil Frisbie, Jr." <phil@hawksoft.com> schrieb im Newsbeitrag
news:450f482b$0$34530$742ec2ed@news.sonic.net...
> Gernot Frisch wrote:
>> Hi,
>>
>> I'm using mesa3D driver on linux for my X-Box. Now, my programs do
>> not need a lot of graphics and they run quite aceptable.
>> Though, if it is for software rendering (with mesa) - what options
>> do I have to speed up drawing of textured quads in 2D mode?
>>
>> The processor is a Pentium III, if that matters.
>>
>> Any thoughts appreciated,
>
> I used TinyGL for a project several years ago. For simple texturing
> it was many times faster than Mesa.
>
> http://fabrice.bellard.free.fr/TinyGL/
So - I should make a "libopengl.so" and copy that to the program's
directory, right?
|
|
0
|
|
|
|
Reply
|
Gernot
|
9/19/2006 8:17:37 AM
|
|
Gernot Frisch wrote:
> "Phil Frisbie, Jr." <phil@hawksoft.com> schrieb im Newsbeitrag
> news:450f482b$0$34530$742ec2ed@news.sonic.net...
>
>>Gernot Frisch wrote:
>>
>>>Hi,
>>>
>>>I'm using mesa3D driver on linux for my X-Box. Now, my programs do
>>>not need a lot of graphics and they run quite aceptable.
>>>Though, if it is for software rendering (with mesa) - what options
>>>do I have to speed up drawing of textured quads in 2D mode?
>>>
>>>The processor is a Pentium III, if that matters.
>>>
>>>Any thoughts appreciated,
>>
>>I used TinyGL for a project several years ago. For simple texturing
>>it was many times faster than Mesa.
>>
>>http://fabrice.bellard.free.fr/TinyGL/
>
> So - I should make a "libopengl.so" and copy that to the program's
> directory, right?
Maybe.. I used it by statically linking to my own Windows code, but it
looks complete enough on *nix to use in place of Mesa.
--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com
|
|
0
|
|
|
|
Reply
|
Phil
|
9/20/2006 1:04:49 AM
|
|
|
3 Replies
317 Views
(page loaded in 0.66 seconds)
Similiar Articles: speed up software emulated OpenGL - comp.graphics.api.opengl ...Hi, I'm using mesa3D driver on linux for my X-Box. Now, my programs do not need a lot of graphics and they run quite aceptable. Though, if it is for software ... Question with linking program with ATI opengl library - comp ...speed up software emulated OpenGL - comp.graphics.api.opengl ... Question with linking program with ATI opengl library - comp ..... linux driver directly replaced system ... single/multiple VBOs - comp.graphics.api.openglspeed up software emulated OpenGL - comp.graphics.api.opengl ... single/multiple VBOs - comp.graphics.api.opengl SPEED TEST: DirectX9 vs openGL - comp.graphics.api.opengl ... popcnt - comp.lang.asm.x86speed up software emulated OpenGL - comp.graphics.api.opengl ... How to find out which instruction sets (mmx/sse/etc.) are used ..... as a formal method to avoid the need ... OpenGL SDK for windows - comp.graphics.api.openglspeed up software emulated OpenGL - comp.graphics.api.opengl ... OpenGL SDK for windows - comp.graphics.api.opengl... that particular machine, then you could use these v1 ... Fastest way to draw lots of triangles -- redux (FYI) - comp ...speed up software emulated OpenGL - comp.graphics.api.opengl ... Fastest way to draw lots of triangles -- redux (FYI) - comp ... If you bind a huge VBO then OpenGL has no ... jpeg decoding speeds: x86, ARM, dsp, fpga, GPU - comp.compression ...speed up software emulated OpenGL - comp.graphics.api.opengl ... jpeg decoding speeds: x86, ARM, dsp, fpga, GPU - comp.compression ... You can buy very fast software-only ... Incredibly slow! - comp.graphics.api.openglThe host software is static, and I can minimize it with no speed up effect. ... or getting) the wrong pixelformat -- you are getting a pure-software emulation OpenGL from ... How to find out which instruction sets (mmx/sse/etc.) are used ...speed up software emulated OpenGL - comp.graphics.api.opengl ... How to find out which instruction sets (mmx/sse/etc.) are used ..... as a formal method to avoid the need ... speed up drawing meshes - comp.graphics.api.openglHow can I speed up these drawing ? > > What architecture, OS and OpenGL version? > > -- > Dr Jon D Harrop ... at your graphics driver, it sounds like you have software ... speed up software emulated OpenGL - comp.graphics.api.opengl ...Hi, I'm using mesa3D driver on linux for my X-Box. Now, my programs do not need a lot of graphics and they run quite aceptable. Though, if it is for software ... HAXM R2: Speed up Android Emulation and Enjoy New Features ...Software Dev Blog (Intel Germany) Soft Talk ... To help speed up the emulator the HAXM driver uses the ... and also improves performance of OpenGL. For the best Android emulation ... 7/29/2012 7:06:31 AM
|