| Summary: | OpenGL support in Linux frame buffer device | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Patrice Mandin <patmandin> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | marchesin |
| Version: | 2.0.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://www.mesa3d.org/fbdev-dri.html | ||
|
Description
Patrice Mandin
2006-02-08 15:04:09 UTC
You may want to try this patch : http://icps.u-strasbg.fr/~marchesin/sdl/sdl_fb_miniglx.patch (before someone asks - yes I wrote it) I'm confused. It looks like you're linking to X11 and GLX functions here... is that the case? If not, is there a configure.in patch that's missing somewhere? It's "MiniGLX" which is basically supplies the glX API without a real X server, using the kernel DRI interfaces for 3D hardware acceleration in conjunction fbcon. I'm not sure how well maintained this is, but if it works, it's arguably useful for an embedded thing with an ATI chip, etc. But this definitely needs to default to disabled in the configure script if it goes in at all. --ryan. Let's consider this for SDL 1.3 Feel free to submit a patch for SDL 1.3, if you would like this included. |