Re: Accessing mesa's OpenGL 2.1 features



On Sun, 2008-08-31 at 15:34 +0100, Tim Day wrote:
How can I get mesa to provide it's nifty OpenGL 2.0+ features for stuff
rendering to the screen ?

Aha: cracked it...

The system had set itself up to use the DRI i915 drivers for the
onscreen OpenGL, but doing

aptitude install libgl1-mesa-swx11 libgl1-mesa-swx11-dev
libgl1-mesa-dri-

(and restarting) swaps to use software mesa rendering for X11 OpenGL
apps and they can get at all the yummy 2.0 goodness (GLSL etc). It's not
exactly fast, but it is convenient to be able to do OpenGL 2.0
development on an old lappy.

I hadn't actually appreciated mesa included any HW support at all until
now.

Tim



--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: Display problems in Vista
    ... I was able to fix the problem by rendering to a DIB section and then ... single dialog application that displays an OpenGL area ... BOOL CTestPane::RegisterWindowClass ... BOOL bResult = RegisterClassEx; ...
    (comp.graphics.api.opengl)
  • Re: OpenGL-based framebuffer concepts
    ... or modified /dev/fbX device that offers native OpenGL rendering support. ... So for a low end video card you want to put a full software opengl es stack into the kernel including the rendering loops which tend to be large and slow, ... Client connects to the window-server via TCP or UNIX socket. ... Client program sends OpenGL commands through kernel framebuffer device. ...
    (Linux-Kernel)
  • Re: Display problems in Vista
    ... I was able to fix the problem by rendering to a DIB section and then BitBlt the rendered bitmap. ... I realize that this problem involves Vista, but there is an OpenGL ... BOOL CTestPane::RegisterWindowClass ... BOOL bResult = RegisterClassEx; ...
    (comp.graphics.api.opengl)
  • Re: Is Direct3D a rip-off of OpenGL?
    ... their development was set back years by DirectX. ... You can have the same problem in OpenGL. ... rendering system a company paid me to write for them just a year ago, ... >> I wonder why so many game companies, today, are so ridiculously ...
    (comp.graphics.api.opengl)
  • Re: GUI toolkits
    ... You're rendering in OpenGL? ... How did you get the Windows Ctrls painted? ... In that screenshot I'm using a GuiRenderer which calls ...
    (comp.graphics.api.opengl)