| 2012-06-13 19:48:22 |
miskol |
bug |
|
|
added bug |
| 2012-06-13 19:50:54 |
miskol |
description |
EGL work only with x server
I cant get Qt to work with FrameBuffer/EGL/OpenGL ES
How to reproduce:
1.stop X server
sudo service lightdm stop
2.compile test application you should get EGLDisplay but with current EGL we can't
all works fine with X server
#include <GLES2/gl2.h>
#include <EGL/egl.h>
#include <iostream>
using namespace std;
EGLDisplay egl_display;
EGLContext egl_context;
int main()
{
egl_display = eglGetDisplay( EGL_DEFAULT_DISPLAY );
if ( egl_display == EGL_NO_DISPLAY ) {
cerr << "Got no EGL display." << endl;
return 1;
}
else
{
cerr << "Got EGL display";
}
return 1;
} |
EGL work only with x server
I cant get Qt to work with FrameBuffer/EGL/OpenGL ES
How to reproduce:
1.stop X server
sudo service lightdm stop
2.Compile test application.
You can't get EGLDisplay with current mali EGL drivers can't
All works fine with X server.
#include <GLES2/gl2.h>
#include <EGL/egl.h>
#include <iostream>
using namespace std;
EGLDisplay egl_display;
EGLContext egl_context;
int main()
{
egl_display = eglGetDisplay( EGL_DEFAULT_DISPLAY );
if ( egl_display == EGL_NO_DISPLAY ) {
cerr << "Got no EGL display." << endl;
return 1;
}
else
{
cerr << "Got EGL display";
}
return 1;
} |
|
| 2012-06-13 19:52:28 |
miskol |
bug task added |
|
ubuntu |
|
| 2012-06-13 19:52:38 |
miskol |
bug task deleted |
ubuntu |
|
|
| 2012-06-15 10:51:33 |
Jayeeta Bandyopadhyay |
igloocommunity: assignee |
|
vathsala (vathsala-nagaraju) |
|
| 2012-06-15 10:52:05 |
Jayeeta Bandyopadhyay |
igloocommunity: milestone |
|
2012.08 |
|
| 2012-06-15 10:52:10 |
Jayeeta Bandyopadhyay |
igloocommunity: importance |
Undecided |
Medium |
|
| 2012-08-07 11:45:22 |
Jayeeta Bandyopadhyay |
igloocommunity: milestone |
2012.08 |
|
|
| 2012-08-07 11:45:25 |
Jayeeta Bandyopadhyay |
igloocommunity: importance |
Medium |
Wishlist |
|
| 2012-08-07 11:45:30 |
Jayeeta Bandyopadhyay |
igloocommunity: assignee |
vathsala (vathsala-nagaraju) |
|
|
| 2012-08-31 13:50:08 |
Jayeeta Bandyopadhyay |
tags |
egl graphics opengl |
egl graphics linaro-ubuntu opengl |
|