- radeon-rewrite: add FBO support for radeon on KMS/DRI2

This commit is contained in:
Dave Airlie 2009-03-24 05:25:43 +00:00
parent 0d6d0340c0
commit 658bbe6e4b
2 changed files with 4 additions and 9 deletions

View file

@ -20,7 +20,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 7.5
Release: 0.2%{?dist}
Release: 0.3%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -429,6 +429,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data
%changelog
* Tue Mar 24 2009 Dave Airlie <airlied@redhat.com> 7.5-0.3
- radeon-rewrite: add FBO support for radeon on KMS/DRI2
* Mon Mar 23 2009 Karsten Hopp <karsten@redhat.com> 7.5-0.2
- fix filelist on s390x where dri isn't available and
where libGL.so has a different version

View file

@ -18573,14 +18573,6 @@ index a344837..0000000
- } while (0)
-
-#endif /* __RADEON_LOCK_H__ */
diff --git a/src/mesa/drivers/dri/r300/radeon_lock.h b/src/mesa/drivers/dri/r300/radeon_lock.h
new file mode 120000
index 0000000..64bdf94
--- /dev/null
+++ b/src/mesa/drivers/dri/r300/radeon_lock.h
@@ -0,0 +1 @@
+../radeon/radeon_lock.h
\ No newline at end of file
diff --git a/src/mesa/drivers/dri/r300/radeon_program_pair.c b/src/mesa/drivers/dri/r300/radeon_program_pair.c
index f398404..49aa90d 100644
--- a/src/mesa/drivers/dri/r300/radeon_program_pair.c