From e0564d56b1d3bc339b7a9cd232df4b042a93aab2 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 23 Aug 2010 15:53:16 -0700 Subject: intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample. The spec specifically sets the minimum MAX_SAMPLES at 1 to allow exposing the extension on all implementations, so do so. --- docs/relnotes-7.9.html | 1 + src/mesa/drivers/dri/intel/intel_context.c | 2 ++ src/mesa/drivers/dri/intel/intel_extensions.c | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/relnotes-7.9.html b/docs/relnotes-7.9.html index 457dd8fd05..c3ca9c9c42 100644 --- a/docs/relnotes-7.9.html +++ b/docs/relnotes-7.9.html @@ -35,6 +35,7 @@ tbd

New features