Mesa (master): r600 : add draw_prim support, make up one lost change.

Richard Li richardradeon at kemper.freedesktop.org
Tue Sep 22 21:30:23 UTC 2009


Module: Mesa
Branch: master
Commit: 98d5ec10d0918f6619e7b2285278b83e9de6d86f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=98d5ec10d0918f6619e7b2285278b83e9de6d86f

Author: Richard Li <richardradeon at gmail.com>
Date:   Tue Sep 22 17:26:23 2009 -0400

r600 : add draw_prim support, make up one lost change.

---

 src/mesa/drivers/dri/r600/r600_context.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c
index 6fc6d9d..969144b 100644
--- a/src/mesa/drivers/dri/r600/r600_context.c
+++ b/src/mesa/drivers/dri/r600/r600_context.c
@@ -59,6 +59,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "radeon_debug.h"
 #include "r600_context.h"
 #include "radeon_common_context.h"
+#include "radeon_buffer_objects.h"
 #include "radeon_span.h"
 #include "r600_cmdbuf.h"
 #include "r600_emit.h"




More information about the mesa-commit mailing list