mesa/src
Carl Worth a0cfe8c440 glsl: Fix missing initialization of yylloc.source
In both the preprocessor and in the compiler proper, we use a custom
yyltype struct to allow tracking the source-string number in addition
to line and column. However, we were previously relying on bison's
default initialization of the yyltype struct which of course is not
aware of the source field and leaves it uninitialized.

We fix this by defining our own YYLLOC_DEFAULT macro expanding on the
default version (as appears in the bison manual) and adding
initialization of yylloc.source.
2010-07-21 13:52:33 -07:00
..
driclient
egl egl: s/EGL_DISPLAY/EGL_PLATFORM/. 2010-06-17 16:30:26 +08:00
gallium llvmpipe: make geometry shaders and stream output work 2010-06-22 12:58:04 -04:00
glsl glsl: Fix missing initialization of yylloc.source 2010-07-21 13:52:33 -07:00
glu
glut
glw
glx glx: fix indentation and remove extraneous break 2010-06-02 16:04:10 -06:00
mapi mapi: Add missing stdlib.h header for malloc declaration. 2010-06-20 01:03:00 -07:00
mesa glsl2: Implement utility routine to talloc reparent an IR tree 2010-07-20 17:48:24 -07:00
Makefile
SConscript SConscript: don't build mesa components if mesa not in state trackers 2010-06-08 17:38:56 +01:00