| 作者 | SHA1 | 備註 | 提交日期 |
|---|---|---|---|
|
|
013dbcd611 |
Add -fno-strict-aliasing workaround for Linux GCC targets
Most Linux distros work around aliasing problems in Mesa by compiling with the GCC option -fno-strict-aliasing. Two examples: https://bugs.freedesktop.org/show_bug.cgi?id=6046 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394311 This makes -fno-strict-aliasing the default with a comment that developers should consider commenting it out. There is a already a note about these bugs in docs/helpwanted.html. |
18 年之前 |
|
|
10cbd089ae |
the following improvements to linux-fbdev:
1. updated makefiles to build libOSMesa as well as libGL these are improvements to fbdev-glut 1. mouse cursor will timeout and be invisible if not being used 2. do not restore colormaps to truecolor targets, this causes problems at exit on my g450 3. fixed a crash when cleaning up from failure by munmaping what had not yet been mmaped 4. Resize event handling is improved, the resize function is not invoked from a signal handler now. 5. The main loop can detect if it is running very fast (greater than 2khz) 6. keyboard up and special up events are generated from stdin input mode and if it is also not redrawing, it sleeps 7. corrections in escape sequences for function keys for stdin input |
19 年之前 |
|
|
92c43b110c | Fix-ups for linux-fbdev config. No longer build Xlib driver sources. | 19 年之前 |
|
|
7e4152f0ed |
The driver now compiles correctly without any x headers or libraries installed
The bitmap and stroke code can't be shared with glx anymore because of this. The model for the mini teapot is restored and I have tested it to work with linux-fbdev and linux-solo The driver recognizes 32bpp where there is no alpha (my radeon 7500) It also sets the correct number of cmap entrees (instead of 256 which can be an error) |
19 年之前 |
|
|
6545ebbd8d | Modified config to use glut/fbdev, added demo and sample directories. | 19 年之前 |
|
|
1077779c7d | add PROGRAM_DIRS line | 20 年之前 |
|
|
431417fec7 | new config | 20 年之前 |