Re: GLSL on intel 945?
"Jin, Gordon" <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <B32E3D5F1713054290B4FF257B89C51A2966B17594@shsmsx502.ccr.corp.intel.com> |
Justin Madru wrote on Saturday, September 25, 2010 12:52 PM: > Hi, > > I have an Intel 945 graphic card and I'm using mesa 7.9 with the intel > 2.12 driver (glxinfo reports opengl 1.4). I'm trying to get GLSL > working. My code compiles but segfaults on initialising the shader. I > thought that Mesa has a fall-back to software rendering if the > hardware doesn't support the feature? If not, what are my options for > getting GLSL to work with my setup? GLSL mostly works on my 945, with mesa master. Some cases segfault, even on i965. Could you file a bug at http://bugs.freedesktop.org/, with your shader source attached? Thanks Gordon