[Mesa-dev] [PATCH] build: check for flex and bison at configuration time.

2011-02-16 Thread Sam Hocevar
Fix the Makefiles so that they use $(FLEX) and $(BISON) instead of flex and bison, so that the user may specify a different path for them. Signed-off-by: Sam Hocevar --- This is only a suggestion but I found it pretty handy to decide which version of bison to use. Also, I suggest making the

[Mesa-dev] [PATCH] intel: fix a few printf argument mismatches in the Intel driver.

2011-02-16 Thread Sam Hocevar
Error and debug messages in the intel driver were using %d in format strings with long int arguments. Signed-off-by: Sam Hocevar --- src/mesa/drivers/dri/intel/intel_batchbuffer.c |6 -- src/mesa/drivers/dri/intel/intel_regions.c |2 +- 2 files changed, 5 insertions(+), 3

[Mesa-dev] [PATCH] [FIXED] docs: fix GLSL binary name and path in the shading documentation.

2011-02-16 Thread Sam Hocevar
This fixes minor consistency issues in the website documentation. Signed-off-by: Sam Hocevar --- docs/shading.html|2 +- docs/sourcetree.html |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Sorry, previous message got its whitespace corrupted. diff --git a/docs

[Mesa-dev] [PATCH] docs: fix GLSL binary name in the shading documentation.

2011-02-16 Thread Sam Hocevar
This fixes minor consistency issues in the website documentation. Signed-off-by: Sam Hocevar --- docs/shading.html|2 +- docs/sourcetree.html |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shading.html b/docs/shading.html index c41d4a9..aba3959 100644