Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glw: Remove GLw source. | Kenneth Graunke | 2011-08-15 | 1 | -195/+0 |
| | | | | | | | | | | libGLw is an old OpenGL widget library with optional Motif support. It almost never changes and very few people actually still care about it, so we've decided to ship it separately. The new home for libGLw is: git://git.freedesktop.org/mesa/glw/ Reviewed-by: Brian Paul <[email protected]> | ||||
* | glw: Mark all extern symbols GLAPI to regain default visibility (#31294) | Dan Nicholson | 2011-06-20 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | Since switching to hidden visibility on gcc, GLw apps were failing to link. Use the GLAPI definition to use default visibility where necessary. $ nm lib/libGLw.so | grep DrawingArea 0000000000004020 T GLwCreateMDrawingArea 0000000000003430 T GLwDrawingAreaMakeCurrent 0000000000003410 T GLwDrawingAreaSwapBuffers 0000000000204c60 D glwDrawingAreaClassRec 0000000000204d48 D glwDrawingAreaWidgetClass 00000000002053c0 D glwMDrawingAreaClassRec 00000000002054e0 D glwMDrawingAreaWidgetClass Signed-off-by: Dan Nicholson <[email protected]> Tested-by: justin <[email protected]> | ||||
* | fix GLAPI/extern problem (bug 4757) | Brian Paul | 2005-10-12 | 1 | -2/+2 |
| | |||||
* | Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden. | Adam Jackson | 2005-02-08 | 1 | -2/+2 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+195 |