• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 602 603 604 605 606 ... 1197 Next »

Xubuntu 13.10 - Dolphin problem GLSL1.30 Intel GMA HD
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Xubuntu 13.10 - Dolphin problem GLSL1.30 Intel GMA HD
12-09-2013, 02:15 AM
#1
Thds
Unregistered
 
Brick 
Hi everyone. I have used Xubuntu 13.10 (x86) and Dolphin 4.0-414 (Intel i3 380M, GPU Intel GMA HD 5700). When I try to open New Super Mario Bros, Dolphin shows me the following error:

Code:
#version 130
#define ATTRIN in
#define ATTROUT out
#define VARYIN centroid in
#define VARYOUT centroid out
#define float2 vec2
#define float3 vec3
#define float4 vec4
#define frac fract
#define lerp mix
#extension GL_ARB_texture_rectangle : enable

#define COLOROUT(name) out vec4 name;
uniform sampler2DRect samp9;
uniform vec4 colmat[7];
VARYIN vec2 uv0;
COLOROUT(ocol0)

void main(){
    vec4 texcol = texture2DRect(samp9, uv0);
    texcol = round(texcol * colmat[5]) * colmat[6];
    ocol0 = texcol * mat4(colmat[0], colmat[1], colmat[2], colmat[3]) + colmat[4];
}
0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES


Can someone help me? Thanks.


Attached Files Thumbnail(s)
   
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Xubuntu 13.10 - Dolphin problem GLSL1.30 Intel GMA HD - Thds - 12-09-2013, 02:15 AM
RE: Xubuntu 13.10 - Dolphin problem GLSL1.30 Intel GMA HD - Xtreme2damax - 12-09-2013, 02:56 AM
RE: Xubuntu 13.10 - Dolphin problem GLSL1.30 Intel GMA HD - pauldacheez - 12-09-2013, 08:40 AM
RE: Xubuntu 13.10 - Dolphin problem GLSL1.30 Intel GMA HD - ExtremeDude2 - 12-09-2013, 09:08 AM
RE: Xubuntu 13.10 - Dolphin problem GLSL1.30 Intel GMA HD - pauldacheez - 12-09-2013, 09:27 AM
RE: Xubuntu 13.10 - Dolphin problem GLSL1.30 Intel GMA HD - Shonumi - 12-09-2013, 10:31 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode