diff --git a/mesa.spec b/mesa.spec index 23646a7..2121ba7 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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 7.5-0.3 +- radeon-rewrite: add FBO support for radeon on KMS/DRI2 + * Mon Mar 23 2009 Karsten Hopp 7.5-0.2 - fix filelist on s390x where dri isn't available and where libGL.so has a different version diff --git a/radeon-rewrite.patch b/radeon-rewrite.patch index 57bee5e..1d97d50 100644 --- a/radeon-rewrite.patch +++ b/radeon-rewrite.patch @@ -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