source: projects/specs/trunk/m/mesa/mesa-vl.spec @ 8835

Revision 8835, 42.3 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1# When bootstrapping an arch, omit the -demos subpackage.
2
3%define base_drivers nouveau,radeon,r200
4%ifarch %{ix86}
5%define ix86_drivers ,i915,i965
6%endif
7%ifarch x86_64
8%define amd64_drivers ,i915,i965
9%endif
10%define dri_drivers --with-dri-drivers=%{base_drivers}%{?ix86_drivers}%{?amd64_drivers}
11
12%ifarch %{ix86} x86_64
13%define with_opencl 0
14%endif
15
16%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
17
18Summary: Mesa graphics libraries
19Summary(ja): Mesa グラフィックスライブラリ
20Name: mesa
21Version: 10.2.3
22Release: 2%{?_dist_release}
23License: MIT
24Group: System Environment/Libraries
25URL: http://www.mesa3d.org
26
27Source0: ftp://ftp.freedesktop.org/pub/mesa/%{version}/MesaLib-%{version}.tar.bz2
28Source3: make-git-snapshot.sh
29
30Patch1: mesa-10.0-nv50-fix-build.patch
31Patch15: mesa-9.2-hardware-float.patch
32Patch20: mesa-10.2-evergreen-big-endian.patch
33
34# http://lists.freedesktop.org/archives/mesa-dev/2014-July/062741.html
35# https://bugzilla.redhat.com/show_bug.cgi?id=1115323
36Patch31: 0001-i915-Fix-up-intelInitScreen2-for-DRI3.patch
37
38# https://bugs.freedesktop.org/show_bug.cgi?id=73512
39Patch99: 0001-opencl-use-versioned-.so-in-mesa.icd.patch
40
41BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
42BuildRequires: pkgconfig
43BuildRequires: flex, bison
44BuildRequires: libdrm-devel >= 2.4.46
45BuildRequires: libXxf86vm-devel
46BuildRequires: expat-devel >= 2.0
47BuildRequires: xorg-x11-proto-devel >= 7.4
48BuildRequires: xorg-x11-server-sdk
49BuildRequires: kernel-headers
50BuildRequires: makedepend
51BuildRequires: libXext-devel
52BuildRequires: libXfixes-devel
53BuildRequires: libXdamage-devel
54BuildRequires: libXi-devel
55BuildRequires: libXmu-devel
56BuildRequires: libxshmfence-devel
57BuildRequires: eudev-libudev-devel
58BuildRequires: llvm-devel >= 3.3
59%if 0%{?with_opencl}
60BuildRequires: clang-devel >= 3.3
61%endif
62BuildRequires: libxml2-python
63BuildRequires: libvdpau-devel
64BuildRequires: elfutils-libelf-devel
65BuildRequires: zlib-devel
66%description
67Mesa
68
69%package libGL
70Summary: Mesa libGL runtime libraries
71Summary(ja): Mesa libGL ランタイプライブラリ
72Group: System Environment/Libraries
73Requires(post): /sbin/ldconfig
74Requires(postun): /sbin/ldconfig
75Provides: libGL
76Obsoletes: Mesa, XFree86-gl, XOrg-gl
77
78%description libGL
79Mesa libGL runtime libraries and DRI drivers.
80
81
82%package libGL-devel
83Summary: Mesa libGL development package
84Summary(ja): Mesa libGL 開発パッケージ
85Group: Development/Libraries
86Provides: libGL-devel
87Requires: mesa-libGL = %{version}-%{release}
88Requires: libX11-devel
89Requires: libXxf86vm-devel
90Requires: libXdamage-devel
91Requires: libXfixes-devel
92Requires: libXext-devel
93Requires: libdrm-devel
94Obsoletes: Mesa-devel, XFree86-gl-devel, XOrg-gl-devel
95
96%description libGL-devel
97Mesa libGL development package
98
99
100%package dri-drivers
101Summary: Mesa-based DRI drivers
102Summary(ja): MesaベースのDRIドライバ
103Group: User Interface/X Hardware Support
104Obsoletes: mesa-libGL < 8.0.4
105
106%description dri-drivers
107Mesa-based DRI drivers.
108
109%package vdpau-drivers
110Summary: Mesa-based VDPAU drivers
111Summary: MesaベースのVDPAUドライバ
112Group: User Interface/X Hardware Support
113Requires: libvdpau
114
115%description vdpau-drivers
116Mesa-based VDPAU drivers.
117
118
119%package libEGL
120Summary: Mesa libEGL runtime libraries
121Summary(ja): Mesa libEGL ランタイムライブラリ
122Group: System Environment/Libraries
123Requires(post): /sbin/ldconfig
124Requires(postun): /sbin/ldconfig
125Requires: libdrm >= 2.4.24-1
126
127%description libEGL
128Mesa libEGL runtime libraries
129
130%package libEGL-devel
131Summary: Mesa libEGL development package
132Summary(ja): Mesa libEGL 開発パッケージ
133Group: Development/Libraries
134Requires: mesa-libEGL = %{version}-%{release}
135
136%description libEGL-devel
137Mesa libEGL development package
138
139
140%package libGLES
141Summary: Mesa libGLES runtime libraries
142Summary(ja): Mesa libGLES ランタイムライブラリ
143Group: System Environment/Libraries
144Requires(post): /sbin/ldconfig
145Requires(postun): /sbin/ldconfig
146Requires: libdrm >= 2.4.24-1
147
148%description libGLES
149Mesa GLES runtime libraries
150
151%package libGLES-devel
152Summary: Mesa libGLES development package
153Summary(ja): Mesa libGLES 開発パッケージ
154Group: Development/Libraries
155Requires: mesa-libGLES = %{version}-%{release}
156
157%description libGLES-devel
158Mesa libGLES development package
159
160
161%package libOSMesa
162Summary: Mesa offscreen rendering libraries
163Summary(ja): Mesa オフスクリーンレンダリングライブラリ
164Group: System Environment/Libraries
165Requires(post): /sbin/ldconfig
166Requires(postun): /sbin/ldconfig
167Provides: libOSMesa
168
169%description libOSMesa
170Mesa offscreen rendering libraries
171
172
173%package libOSMesa-devel
174Summary: Mesa offscreen rendering development package
175Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
176Group: Development/Libraries
177Requires: mesa-libOSMesa = %{version}-%{release}
178
179%description libOSMesa-devel
180Mesa offscreen rendering development package
181
182
183%package libgbm
184Summary: Mesa gbm library
185Group: System Environment/Libraries
186Provides: libgbm
187
188%description libgbm
189Mesa gbm runtime library.
190
191
192%package libgbm-devel
193Summary: Mesa libgbm development package
194Group: Development/Libraries
195Provides: libgbm-devel
196Requires: mesa-libgbm = %{version}-%{release}
197
198%description libgbm-devel
199Mesa libgbm development package
200
201
202%package libglapi
203Summary: Mesa shared glapi
204Group: System Environment/Libraries
205Provides: libglapi
206
207%description libglapi
208Mesa shared glapi
209
210
211%package libxatracker
212Summary: Mesa XA state tracker for vmware
213Summary(ja): VMware 用 Mesa XA ステートトラッカー
214Group: System Environment/Libraries
215Provides: libxatracker
216
217%description libxatracker
218Mesa XA state tracker for vmware
219
220%package libxatracker-devel
221Summary: Mesa XA state tracker development package
222Group: Development/Libraries
223Requires: mesa-libxatracker = %{version}-%{release}
224Provides: libxatracker-devel
225
226%description libxatracker-devel
227Mesa XA state tracker development package
228
229
230%package source
231Summary: Mesa source code required to build X server
232Summary(ja): X サーバをビルドするために必要な Mesa ソースコード
233Group: Development/Libraries
234
235%description source
236The mesa-source package provides the minimal source code needed to
237build DRI enabled X servers, etc.
238
239
240# compat32
241%package -n compat32-%{name}-libGL
242Summary: Mesa libGL runtime libraries and DRI drivers
243Summary(ja): Mesa libGL ランタイプライブラリおよび DRI ドライバ
244Group: System Environment/Libraries
245Requires(post): /sbin/ldconfig
246Requires(postun): /sbin/ldconfig
247Requires: %{name}-libGL = %{version}-%{release}
248Requires: compat32-libdrm >= 2.4.5
249
250%description -n compat32-%{name}-libGL
251Mesa libGL runtime libraries and DRI drivers.
252
253%package -n compat32-%{name}-libGL-devel
254Summary: Mesa libGL development package
255Summary(ja): Mesa libGL 開発パッケージ
256Group: Development/Libraries
257Requires: compat32-%{name}-libGL = %{version}-%{release}
258Requires: %{name}-libGL-devel = %{version}-%{release}
259Requires: compat32-libX11-devel
260Requires: compat32-libdrm-devel
261
262%description -n compat32-%{name}-libGL-devel
263Mesa libGL development package
264
265
266%package -n compat32-%{name}-libEGL
267Summary: Mesa libEGL runtime libraries
268Summary(ja): Mesa libEGL ランタイムライブラリ
269Group: System Environment/Libraries
270Requires(post): /sbin/ldconfig
271Requires(postun): /sbin/ldconfig
272Requires: compat32-libdrm >= 2.4.24-1
273
274%description -n compat32-%{name}-libEGL
275Mesa libEGL runtime libraries
276
277%package -n compat32-%{name}-libEGL-devel
278Summary: Mesa libEGL development package
279Summary(ja): Mesa libEGL 開発パッケージ
280Group: Development/Libraries
281Requires: mesa-libEGL = %{version}-%{release}
282Requires: compat32-mesa-libEGL = %{version}-%{release}
283
284%description -n compat32-%{name}-libEGL-devel
285Mesa libEGL development package
286
287
288%package -n compat32-%{name}-libGLES
289Summary: Mesa libGLES runtime libraries
290Summary(ja): Mesa libGLES ランタイムライブラリ
291Group: System Environment/Libraries
292Requires(post): /sbin/ldconfig
293Requires(postun): /sbin/ldconfig
294Requires: compat32-libdrm >= 2.4.24-1
295
296%description -n compat32-%{name}-libGLES
297Mesa GLES runtime libraries
298
299%package -n compat32-%{name}-libGLES-devel
300Summary: Mesa libGLES development package
301Summary(ja): Mesa libGLES 開発パッケージ
302Group: Development/Libraries
303Requires: mesa-libGLES = %{version}-%{release}
304Requires: compat32-mesa-libGLES = %{version}-%{release}
305
306%description -n compat32-%{name}-libGLES-devel
307Mesa libGLES development package
308
309%package -n compat32-%{name}-libOSMesa
310Summary: Mesa offscreen rendering libraries
311Summary(ja): Mesa オフスクリーンレンダリングライブラリ
312Group: System Environment/Libraries
313Requires(post): /sbin/ldconfig
314Requires(postun): /sbin/ldconfig
315Requires: %{name}-libOSMesa
316
317%description -n compat32-%{name}-libOSMesa
318Mesa offscreen rendering libraries
319
320
321%package -n compat32-%{name}-libOSMesa-devel
322Summary: Mesa offscreen rendering development package
323Summary(ja): Mesa オフスクリーンレンダリング開発パッケージ
324Group: Development/Libraries
325Requires: compat32-%{name}-libOSMesa = %{version}-%{release}
326Requires: %{name}-libOSMesa-devel = %{version}-%{release}
327
328%description -n compat32-%{name}-libOSMesa-devel
329Mesa offscreen rendering development package
330
331
332%package -n compat32-%{name}-libxatracker
333Summary: Mesa XA state tracker for vmware
334Summary(ja): VMware 用 Mesa XA ステートトラッカー
335Group: System Environment/Libraries
336Requires(post): /sbin/ldconfig
337Requires(postun): /sbin/ldconfig
338Requires: %{name}-libxatracker
339
340%description -n compat32-%{name}-libxatracker
341Mesa XA state tracker for vmware
342
343
344%package -n compat32-%{name}-libgbm
345Summary: Mesa gbm library
346Group: System Environment/Libraries
347Requires: %{name}-libgbm
348
349%description -n compat32-%{name}-libgbm
350Mesa gbm runtime library.
351
352
353%package -n compat32-%{name}-libglapi
354Summary: Mesa shared glapi
355Group: System Environment/Libraries
356Requires: %{name}-libglapi
357
358%description -n compat32-%{name}-libglapi
359Mesa shared glapi
360
361
362%prep
363%setup -q -n Mesa-%{version}
364
365%patch1 -p1 -b .nv50rtti
366
367%patch15 -p1 -b .hwfloat
368%patch20 -p1 -b .egbe
369
370%patch31 -p1 -b .dri3fix2
371
372%if 0%{?with_opencl}
373%patch99 -p1 -b .icd
374%endif
375
376
377%build
378
379# default to dri (not xlib) for libGL on all arches
380# XXX please fix upstream
381sed -i 's/^default_driver.*$/default_driver="dri"/' configure.ac
382
383autoreconf --install
384
385%ifarch %{ix86}
386%define common_flags --enable-pic --enable-udev --disable-asm
387%else
388%define common_flags --enable-pic --enable-udev
389%endif
390
391export CFLAGS="$RPM_OPT_FLAGS"
392export CXXFLAGS="$RPM_OPT_FLAGS"
393
394# now build the rest of mesa
395%configure \
396    %{common_flags} \
397    --disable-selinux \
398    --enable-osmesa \
399    --enable-xcb \
400    --with-dri-driverdir=%{_libdir}/dri \
401    --enable-egl \
402    --enable-gles1 \
403    --enable-gles2 \
404    --disable-gallium-egl \
405    --disable-xvmc \
406    --enable-vdpau \
407    --with-egl-platforms=x11,drm \
408    --enable-shared-glapi \
409    --enable-gbm \
410    --disable-opencl \
411    --enable-glx-tls \
412    --enable-texture-float=yes \
413    --enable-xa \
414    --with-gallium-drivers=svga,r300,r600,radeonsi,nouveau,swrast \
415    --enable-gallium-llvm \
416    --with-llvm-shared-libs \
417    --enable-dri \
418    %{?dri_drivers}
419
420make %{?_smp_mflags} MKDEP=/bin/true
421
422%install
423rm -rf $RPM_BUILD_ROOT
424
425# core libs and headers, but not drivers.
426make install DESTDIR=$RPM_BUILD_ROOT DRI_DIRS=
427
428# not installed by make install, grr
429mkdir -p $RPM_BUILD_ROOT%{_includedir}/KHR
430install -m 0644 include/KHR/*.h $RPM_BUILD_ROOT%{_includedir}/KHR
431
432# strip out undesirable headers
433pushd $RPM_BUILD_ROOT%{_includedir}/GL
434rm -f [vw]*.h
435popd
436
437pushd $RPM_BUILD_ROOT%{_libdir}
438rm -f xorg/modules/drivers/modesetting_drv.so
439popd
440
441# libvdpau opens the versioned name, don't bother including the unversioned
442rm -f $RPM_BUILD_ROOT%{_libdir}/vdpau/*.so
443
444# remove .la files
445find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
446
447# Install the source needed to build the X server.  The egreps are just
448# stripping out unnecessary dirs; only tricky bit is the [^c] to make sure
449# .../dri/common is included.
450%define mesasourcedir %{_datadir}/mesa/source
451mkdir -p $RPM_BUILD_ROOT/%{mesasourcedir}
452( find src -name \*.[ch] ; find include -name \*.h ) |
453    egrep -v '^src/(glu|glw)' |
454    egrep -v '^src/mesa/drivers/(directfb|dos|fbdev|glide|ggi|osmesa)' |
455    egrep -v '^src/mesa/drivers/(windows|dri/[^c])' |
456    xargs tar cf - --mode a=r |
457       (cd $RPM_BUILD_ROOT/%{mesasourcedir} && tar xf -)
458
459# this keeps breaking, check it early.  note that the exit from eu-ftr is odd.
460pushd $RPM_BUILD_ROOT%{_libdir}
461for i in libOSMesa*.so libGL.so ; do
462    eu-findtextrel $i && exit 1
463done
464popd
465
466
467%clean
468rm -rf $RPM_BUILD_ROOT
469
470%check
471
472%post libGL -p /sbin/ldconfig
473%postun libGL -p /sbin/ldconfig
474%post libOSMesa -p /sbin/ldconfig
475%postun libOSMesa -p /sbin/ldconfig
476%post libEGL -p /sbin/ldconfig
477%postun libEGL -p /sbin/ldconfig
478%post libGLES -p /sbin/ldconfig
479%postun libGLES -p /sbin/ldconfig
480%post libxatracker -p /sbin/ldconfig
481%postun libxatracker -p /sbin/ldconfig
482
483%post -n compat32-%{name}-libGL -p /sbin/ldconfig
484%postun -n compat32-%{name}-libGL -p /sbin/ldconfig
485%post -n compat32-%{name}-libOSMesa -p /sbin/ldconfig
486%postun -n compat32-%{name}-libOSMesa -p /sbin/ldconfig
487%post -n compat32-%{name}-libEGL -p /sbin/ldconfig
488%postun -n compat32-%{name}-libEGL -p /sbin/ldconfig
489%post -n compat32-%{name}-libGLES -p /sbin/ldconfig
490%postun -n compat32-%{name}-libGLES -p /sbin/ldconfig
491
492%files libGL
493%defattr(-,root,root,-)
494%{_libdir}/libGL.so.1
495%{_libdir}/libGL.so.1.2*
496
497%files libGL-devel
498%defattr(-,root,root,-)
499%{_includedir}/GL/gl.h
500%{_includedir}/GL/gl_mangle.h
501%{_includedir}/GL/glext.h
502%{_includedir}/GL/glx.h
503%{_includedir}/GL/glx_mangle.h
504%{_includedir}/GL/glxext.h
505%dir %{_includedir}/GL/internal
506%{_includedir}/GL/internal/dri_interface.h
507%{_libdir}/libGL.so
508%{_libdir}/libglapi.so
509%{_libdir}/pkgconfig/gl.pc
510%{_libdir}/pkgconfig/dri.pc
511
512%files dri-drivers
513%config(noreplace) %{_sysconfdir}/drirc
514%dir %{_libdir}/dri
515%{_libdir}/dri/*_dri.so
516#%{_libdir}/libdricore*.so*
517%dir %{_libdir}/gallium-pipe
518%{_libdir}/gallium-pipe/*.so
519
520%files vdpau-drivers
521%defattr(-,root,root,-)
522%{_libdir}/vdpau/libvdpau_nouveau.so.1*
523%{_libdir}/vdpau/libvdpau_r600.so.1*
524%{_libdir}/vdpau/libvdpau_radeonsi.so.1*
525
526%files libEGL
527%defattr(-,root,root,-)
528%doc docs/COPYING
529%{_libdir}/libEGL.so.1
530%{_libdir}/libEGL.so.1.*
531
532%files libEGL-devel
533%defattr(-,root,root,-)
534%dir %{_includedir}/EGL
535%{_includedir}/EGL/eglext.h
536%{_includedir}/EGL/egl.h
537%{_includedir}/EGL/eglplatform.h
538%{_includedir}/EGL/eglmesaext.h
539%dir %{_includedir}/KHR
540%{_includedir}/KHR/*.h
541%{_libdir}/pkgconfig/egl.pc
542%{_libdir}/libEGL.so
543
544%files libGLES
545%defattr(-,root,root,-)
546%doc docs/COPYING
547%{_libdir}/libGLESv1_CM.so.1
548%{_libdir}/libGLESv1_CM.so.1.*
549%{_libdir}/libGLESv2.so.2
550%{_libdir}/libGLESv2.so.2.*
551%{_libdir}/libglapi.so.0
552%{_libdir}/libglapi.so.0.*
553
554%files libGLES-devel
555%defattr(-,root,root,-)
556%dir %{_includedir}/GLES
557%{_includedir}/GLES/egl.h
558%{_includedir}/GLES/gl.h
559%{_includedir}/GLES/glext.h
560%{_includedir}/GLES/glplatform.h
561%dir %{_includedir}/GLES2
562%{_includedir}/GLES2/gl2platform.h
563%{_includedir}/GLES2/gl2.h
564%{_includedir}/GLES2/gl2ext.h
565%dir %{_includedir}/GLES3
566%{_includedir}/GLES3/gl3platform.h
567%{_includedir}/GLES3/gl3.h
568%{_includedir}/GLES3/gl3ext.h
569%{_includedir}/GLES3/gl31.h
570%{_libdir}/pkgconfig/glesv1_cm.pc
571%{_libdir}/pkgconfig/glesv2.pc
572%{_libdir}/libGLESv1_CM.so
573%{_libdir}/libGLESv2.so
574
575%files libOSMesa
576%defattr(-,root,root,-)
577%{_libdir}/libOSMesa.so.*
578
579%files libOSMesa-devel
580%defattr(-,root,root,-)
581%dir %{_includedir}/GL
582%{_includedir}/GL/osmesa.h
583%{_libdir}/libOSMesa.so
584%{_libdir}/pkgconfig/osmesa.pc
585
586%files libglapi
587%{_libdir}/libglapi.so.0
588%{_libdir}/libglapi.so.0.*
589
590%files libgbm
591%defattr(-,root,root,-)
592%doc docs/COPYING
593%{_libdir}/libgbm.so.1
594%{_libdir}/libgbm.so.1.*
595
596%files libgbm-devel
597%defattr(-,root,root,-)
598%{_libdir}/libgbm.so
599%{_includedir}/gbm.h
600%{_libdir}/pkgconfig/gbm.pc
601
602%files libxatracker
603%defattr(-,root,root,-)
604%doc docs/COPYING
605%{_libdir}/libxatracker.so.2
606%{_libdir}/libxatracker.so.2.*
607
608%files libxatracker-devel
609%defattr(-,root,root,-)
610%{_libdir}/libxatracker.so
611%{_includedir}/xa_tracker.h
612%{_includedir}/xa_composite.h
613%{_includedir}/xa_context.h
614%{_libdir}/pkgconfig/xatracker.pc
615
616# We constructed this dir carefully, so just slurp in the whole thing.
617%files source
618%defattr(-,root,root,-)
619%{mesasourcedir}
620
621# compat32
622%if %{build_compat32}
623%files -n compat32-%{name}-libGL
624%defattr(-,root,root,-)
625%{_libdir}/libGL.so.1
626%{_libdir}/libGL.so.1.2*
627#%dir %{_libdir}/dri
628#%{_libdir}/dri/*_dri.so
629
630%files -n compat32-%{name}-libGL-devel
631%defattr(-,root,root,-)
632%{_libdir}/libGL.so
633
634%files -n compat32-%{name}-libOSMesa
635%defattr(-,root,root,-)
636%{_libdir}/libOSMesa.so.*
637
638%files -n compat32-%{name}-libOSMesa-devel
639%defattr(-,root,root,-)
640%{_libdir}/libOSMesa.so
641
642%files -n compat32-%{name}-libEGL
643%defattr(-,root,root,-)
644%doc docs/COPYING
645%{_libdir}/libEGL.so.1
646%{_libdir}/libEGL.so.1.*
647
648%files -n compat32-%{name}-libEGL-devel
649%defattr(-,root,root,-)
650%{_libdir}/libEGL.so
651
652%files -n compat32-%{name}-libGLES
653%defattr(-,root,root,-)
654%doc docs/COPYING
655%{_libdir}/libGLESv1_CM.so.1
656%{_libdir}/libGLESv1_CM.so.1.*
657%{_libdir}/libGLESv2.so.2
658%{_libdir}/libGLESv2.so.2.*
659%{_libdir}/libglapi.so.0
660%{_libdir}/libglapi.so.0.*
661
662%files -n compat32-%{name}-libGLES-devel
663%defattr(-,root,root,-)
664%{_libdir}/libGLESv1_CM.so
665%{_libdir}/libGLESv2.so
666%{_libdir}/libglapi.so
667
668%files -n compat32-%{name}-libxatracker
669%defattr(-,root,root,-)
670%{_libdir}/libxatracker.so.2
671%{_libdir}/libxatracker.so.2.*
672
673%files -n compat32-%{name}-libglapi
674%{_libdir}/libglapi.so.0
675%{_libdir}/libglapi.so.0.*
676
677%files -n compat32-%{name}-libgbm
678%defattr(-,root,root,-)
679%{_libdir}/libgbm.so.1
680%{_libdir}/libgbm.so.1.*
681
682%endif
683
684%changelog
685* Tue Jul 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.2.3-2
686- remove pc file from compat32 package
687
688* Thu Jul 10 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 10.2.3-1
689- update to 10.2.3
690
691* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.1.3-3
692- rebuild with libffi-3.0.13
693
694* Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.1.3-2
695- change BuildRequires: eudev-libudev-devel instead of libudev-devel
696
697* Wed May 14 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.1.3-1
698- update to 10.1.3
699- add BR: libxshmfence-devel
700
701* Mon Mar 24 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.4-1
702- update to 10.0.4
703
704* Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 9.2.2-1
705- update to 9.2.2
706- add BR: libvdpau-devel, elfutils-libelf-devel, zlib-devel
707- add BR: llvm-devel >= 3.3, libdrm-devel >= 2.4.46
708
709* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0.1-3
710- add Patch0 (mesa-9.0-CVE-2013-1993.patch)
711
712* Sun Dec 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
713- rebuild with llvm-3.1
714- add radeonsi driver
715
716* Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
717- update to mesa-9.0.1
718
719* Sat Nov 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
720- update to mesa-9.0
721- split off libGLU and gl-manpages to external package
722- add libxatracker, libgbm
723
724* Thu Jul 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.4-1
725- update to 8.0.4
726- remove BR: freeglut-devel
727- split DRI drivers to mesa-dri-drivers
728
729* Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
730- update to 8.0.1
731- drop unneeded patches
732- drop old-old dri drivers
733- add BR: libxml2-python
734
735* Sun Jan 22 2012 NAKAMURA Kenta <kenta@vinelinux.org> 7.11.2-2
736- rebuilt with llvm-3.0
737- added Patch9: fix build with LLVM 3.0
738
739* Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11.2-1
740- new upstram release
741
742* Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.11-1
743- update to 7.11
744- use r[36]00g gallium driver as default.
745- add BR: llvm-devel
746- drop xorg-x11-drv-vmwgfx
747- drop dri modules from compat32-mesa-libGL
748
749* Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.3-1
750- update to 7.10.3
751- use r300/r600 classic driver for default.
752  - install gallium r[36]00 as r[36]00g
753
754* Sat Apr 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-2
755- add patch50 from upstream fix
756- enable parallel build
757- use standard CFLAGS
758
759* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.2-1
760- update to 7.10.2
761
762* Fri Mar 25 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.10.1-2
763- dropped "BR: libtalloc-devel" (no longer needed).
764
765* Fri Mar 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10.1-1
766- update to 7.10.1
767- drop osmesa16 and osmesa32
768- build with udev, egl and gles
769- enable gallium r600 driver
770- add libEGL/libGLES subpackage
771- add Patch40 to fix build failure
772- BR: libdrm-devel >= 2.4.24
773- BR: libudev-devel
774
775* Fri Jan 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.10-1
776- update to 7.10
777- split mesa-demos and glx-utils to their own source package.
778- add BR: libtalloc-devel
779
780* Wed Sep 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.2-1
781- update to 7.8.2
782- add Patch40,41 to fix build failure
783- add Source10 to build with libdrm-2.4.21
784- add BR: kernel-headers, xorg-x11-server-sdk
785
786* Thu Apr  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 7.8.1-2
787- rebuilt with gcc-4.4.3-5 on ppc
788- temporarily don't use "-Os" on ppc (a toolchain bug?)
789
790* Tue Apr 06 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8.1-1
791- update to 7.8.1
792
793* Mon Mar 29 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-1
794- update to 7.8 release
795- add xorg-x11-drv-vmwgfx subpackage for VMware GFX DDX driver
796
797* Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.8-0.1.git20100217
798- update to 7.8 branch from git
799
800* Tue Jan 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-1
801- update to 7.6.1 release
802
803* Thu Dec 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.2.rc3
804- update to 7.6.1-rc3
805
806* Sat Nov 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6.1-0.1.rc1
807- update to 7.6.1-rc1
808
809* Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.6-1
810- new upstream release
811- add R: libXxf86vm-devel, libXdamage-devel, libXfixes-devel,
812  libXext-devel and libdrm-devel to mesa-libGL-devel
813
814* Sat Sep 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.4-1
815- new upstream release
816
817* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 7.4.1-2
818- added compat32 subpackage for x86_64 arch support.
819
820* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4.1-1
821- new upstream release
822- BR: libdrm-devel >= 2.4.9
823
824* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
825- new upstream release
826- BR: libdrm-devel >= 2.4.5
827- drop mach64
828- update patches from fedora
829
830* Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-2
831- add BR: libdrm-devel >= 2.4.0-3
832
833* Mon Oct 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
834- new upstreal release
835
836* Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-4
837- update to 7.1 release
838
839* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3.rc3
840- update to 7.1-rc3
841
842* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-2.rc1
843- include missing swrast_dri.so to %%files list
844
845* Tue Jul 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-1.rc1
846- update to 7.1-rc1
847
848* Thu May 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-2
849- add Patch100 to disable 915tex driver
850
851* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.3-1
852- new upstream release
853
854* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl1
855- build with freeglut
856
857* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.2-0vl0
858- initial build for Vine Linux(bootstrap)
859
860* Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-2
861- mesa-7.0.2-stable-branch.patch: add in mesa 7.0.2 stable patches so far
862
863* Tue Jan 01 2008 Dave Airlie <airlied@redhat.com> 7.0.2-1
864- update to Mesa 7.0.2 final
865- mesa-7.0.2-rx00-vertprog-num-temps-off-by-one.patch - fixes for maniadrive
866- mesa-7.0.2-t_vp_build-use-less-temps.patch - fixes for maniadrive
867
868* Thu Oct 18 2007 Dave Airlie <airlied@redhat.com> 7.0.1-7
869- mesa-7.0.1-stable-branch.patch - Updated with more fixes from stable
870- mesa-7.0.1-r300-fix-writemask.patch - fix r300 fragprog writemask
871- mesa-7.0.1-r200-settexoffset.patch - add zero-copy TFP support for r200
872
873* Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 7.0.1-6
874- mesa-7.0.1-stable-branch.patch - Updated to close to 7.0.2-rc1
875- This contains the fixes made to the upstream Mesa stable branch
876  including fixes for 965 vblank interrupt issues along with a fix
877  in the kernel - remove patches that already upstream.
878- mesa-6.5.2-hush-synthetic-visual-warning.patch - dropped
879- mesa-7.0-i-already-defined-glapi-you-twit.patch - dropped
880- mesa-7.0.1-965-sampler-crash.patch - dropped
881
882* Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 7.0.1-5
883- mesa-7.0.1-965-sampler-crash.patch: Fix a crash with 965 in Torcs. (#262941)
884
885* Tue Aug 28 2007 Adam Jackson <ajax@redhat.com> 7.0.1-4
886- Rebuild for new libexpat.
887
888* Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-3
889- mesa-7.0.1-stable-branch.patch - Add patches from stable branch
890  includes support for some Intel chipsets
891- mesa-7.0-use_master-r300.patch - Add r300 driver from master
892
893* Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-2
894- missing build requires for Xfixes-devel and Xdamage-devel
895
896* Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> - 7.0.1-1
897- Rebase to upstream 7.0.1 release
898- ajax provided patches: for updated selinux awareness, build config
899- gl visibility and picify were fixed upstream
900- OS mesa library version are 6.5.3 not 7.0.1 - spec fix
901
902* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 6.5.2-16
903- Rebuild for RH #249435
904
905* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 6.5.2-15
906- Add dri_interface.h to mesa-libGL-devel, and conflict with
907  xorg-x11-proto-devel versions that attempted to provide it.
908
909* Tue Jul 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-14
910- Add mesa-demos subpackage. (#247252)
911
912* Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-13
913- mesa-6.5.2-radeon-backports-231787.patch: One more fix for r300. (#231787)
914
915* Mon Jul 09 2007 Adam Jackson <ajax@redhat.com> 6.5.2-12
916- Don't install header files for APIs that we don't provide. (#247390)
917
918* Fri Jul 06 2007 Adam Jackson <ajax@redhat.com> 6.5.2-11
919- mesa-6.5.2-via-respect-my-cliplist.patch: Backport a via fix. (#247254)
920
921* Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 6.5.2-10
922- mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes
923  from git. (#231787)
924
925* Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 6.5.2-9
926- mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext
927  fails, to avoid, for example, crashing the server when using tdfx but
928  without glide3 installed.
929
930* Thu Mar 08 2007 Adam Jackson <ajax@redhat.com> 6.5.2-8
931- Hush the (useless) warning about the synthetic visual not being supported.
932
933* Fri Mar 02 2007 Adam Jackson <ajax@redhat.com> 6.5.2-7
934- mesa-6.5.2-picify-dri-drivers.patch: Attempt to make the DRI drivers PIC.
935- mesa-6.5.1-build-config.patch: Apply RPM_OPT_FLAGS to OSMesa too.
936
937* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 6.5.2-6
938- mesa-6.5.2-libgl-visibility.patch: Fix non-exported GLX symbols (#229808)
939- Require a sufficiently new libdrm at runtime too
940- Make the arch macros do something sensible in the general case
941
942* Tue Feb 20 2007 Adam Jackson <ajax@redhat.com> 6.5.2-5
943- General spec cleanups
944- Require current libdrm
945- Build with -fvisibility=hidden
946- Redo the way mesa-source is generated
947- Add %%{?_smp_mflags} where appropriate
948
949* Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 6.5.2-4
950- Add i915tex and mach64 to the install set.
951
952* Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 6.5.2-3
953- mesa-6.5.2-xserver-1.1-source-compat.patch: Add some source-compatibility
954  defines to dispatch.h so the X server will continue to build.
955
956* Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
957- Fix OSMesa file listing to use %%version for DSO number.  Note that this
958  will still break on Mesa 7; oh well.
959- Deleted file: directfbgl.h
960
961* Sun Dec  3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
962- Update to 6.5.2.
963
964* Mon Oct 16 2006 Kristian <krh@redhat.com> - 6.5.1-8.fc6
965- Add i965-interleaved-arrays-fix.patch to fix (#209318).
966
967* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
968- Update to gl-manpages-1.0.1.tar.bz2 which doesn't use symlinks. (#184547)
969
970* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-7.fc6
971- Remove . after popd; add .gz in %%files section. (#184547)
972
973* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com>
974- Use better tarball for gl man pages. (#184547)
975
976* Fri Sep 29 2006 Kristian <krh@redhat.com> - 6.5.1-6.fc6
977- Add -fno-strict-aliasing to compiler flags for i965 driver.
978- Add post-6.5.1-i965-fixes.patch backport of i965 fixes from mesa CVS.
979
980* Fri Sep 29 2006 Soren Sandmann <sandamnn@redhat.com> - 6.5.1-5.fc6
981- Give the correct path for man page file lists.
982
983* Thu Sep 28 2006 Soren Sandmann <sandmann@redhat.com> - 6.5.1-5.fc6
984- Add GL man pages from X R6.9.  (#184547)
985
986* Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-4.fc6
987- mesa-6.5.1-build-config.patch: Add -lselinux to osmesa builds.  (#207767)
988
989* Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-3.fc6
990- Bump xorg-x11-proto-devel BuildRequires to 7.1-8 so we pick up the
991  latest GLX_EXT_texture_from_pixmap opcodes.
992
993* Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-2.fc6
994- Remove mesa-6.5-drop-static-inline.patch.
995
996* Tue Sep 19 2006 Kristian Høgsberg <krh@redhat.com> 6.5.1-1.fc6
997- Bump to 6.5.1 final release.
998- Drop libGLw subpackage, it is now in Fedora Extras (#188974) and
999  tweak mesa-6.5.1-build-config.patch to not build libGLw.
1000- Drop mesa-6.5.1-r300-smooth-line.patch, the smooth line fallback can
1001  now be prevented by enabling disable_lowimpact_fallback in
1002  /etc/drirc.
1003- Drop mesa-6.4.1-radeon-use-right-texture-format.patch, now upstream.
1004- Drop mesa-6.5-drop-static-inline.patch, workaround no longer necessary.
1005
1006* Thu Sep  7 2006 Kristian Høgsberg <krh@redhat.com>
1007- Drop unused mesa-modular-dri-dir.patch.
1008
1009* Tue Aug 29 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc2.fc6
1010- Rebase to 6.5.1 RC2.
1011- Get rid of redhat-mesa-driver-install and redhat-mesa-target helper
1012  scripts and clean up specfile a bit.
1013
1014* Mon Aug 28 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.2.fc6
1015- Drop upstreamed patches mesa-6.5-texture-from-pixmap-fixes.patch and
1016  mesa-6.5-tfp-fbconfig-attribs.patch and fix
1017  mesa-6.4.1-radeon-use-right-texture-format.patch to not break 16bpp
1018  transparency.
1019
1020* Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> - 6.5.1-0.rc1.1.fc6
1021- mesa-6.5.1-build-config.patch: Add i965 to x86-64 config.
1022
1023* Wed Aug 23 2006 Kristian Høgsberg <krh@redhat.com> - 6.5.1-0.rc1.fc6
1024- Bump to 6.5.1 RC1.
1025
1026* Tue Aug 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5-26.20060818cvs.fc6
1027- Pull the vtxfmt patch into the selinux-awareness patch, handle exec
1028  mem heap init failure correctly by releasing mutex.
1029
1030* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-25.20060818cvs.fc6
1031- mesa-6.5.1-r300-smooth-line.patch: Added, fakes smooth lines with aliased
1032  lines on R300+ cards, makes Google Earth tolerable.
1033- mesa-6.5-force-r300.patch: Resurrect.
1034
1035* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 6.5-24.20060818cvs.fc6
1036- mesa-6.5.1-radeon-vtxfmt-cleanup-properly.patch: Fix a segfault on context
1037  destruction when selinux is enabled.
1038
1039* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 6.5-23.20060818cvs.fc6
1040- redhat-mesa-driver-install: Reenable installing the tdfx driver. (#203295)
1041
1042* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.5-22.20060818cvs.fc6
1043- Update to pre-6.5.1 snapshot.
1044- Re-add libOSMesa{,16,32}. (#186366)
1045- Add BuildReq: on libXp-devel due to openmotif header insanity.
1046
1047* Sun Aug 13 2006 Florian La Roche <laroche@redhat.com> 6.5-21.fc6
1048- fix one Requires: to use the correct mesa-libGLw name
1049
1050* Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 6.5-20.fc6
1051- Conditionalized libGLw inclusion with new with_libGLw macro defaulting
1052  to 1 (enabled) for now, however since nothing in Fedora Core uses libGLw
1053  anymore, we will be transitioning libGLw to an external package maintained
1054  in Fedora Extras soon.
1055
1056* Wed Jul 26 2006 Kristian Høgsberg <krh@redhat.com> 6.5-19.fc5.aiglx
1057- Build for fc5 aiglx repo.
1058
1059* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-19.fc6
1060- Disable TLS dispatch, it is selinux-hostile.
1061
1062* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-18.fc6
1063- mesa-6.5-fix-glxinfo-link.patch: lib64 fix.
1064
1065* Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 6.5-17.fc6
1066- mesa-6.5-fix-linux-indirect-build.patch: Added.
1067- mesa-6.5-fix-glxinfo-link.patch: Added.
1068- Build libOSMesa never instead of inconsistently; to be fixed later.
1069- Updates to redhat-mesa-target:
1070  - Always select linux-indirect when not building for DRI
1071  - Enable DRI to be built on PPC64 (still disabled in the spec file though)
1072  - MIT licence boilerplate
1073
1074* Tue Jul 25 2006 Mike A. Harris <mharris@redhat.com> 6.5-16.fc6
1075- Remove glut-devel dependency, as nothing actually uses it that we ship.
1076- Added mesa-6.5-dont-libglut-me-harder-ok-thx-bye.patch to prevent libglut
1077  and other libs from being linked into glxgears/glxinfo even though they
1078  are not actually used.  This was the final package linking to freeglut in
1079  Fedora Core, blocking freeglut from being moved to Extras.
1080- Commented all of the virtual provides in the spec file to document clearly
1081  how they should be used by other developers in specifying build and runtime
1082  dependencies when packaging software which links to libGL, libGLU, and
1083  libGLw. (#200069)
1084
1085* Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 6.5-15.fc6
1086- Attempt to add selinux awareness; check if we can map executable memory
1087  and fail softly if not.  Removes the need for allow_execmem from huge
1088  chunks of the desktop.
1089- Disable the r300 gart fix for not compiling.
1090
1091* Mon Jul 24 2006 Kristian Høgsberg <krh@redhat.com> 6.5-14.fc6
1092- Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart
1093  memory on context destroy.
1094
1095* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.5-13.1.fc6
1096- rebuild
1097
1098* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-13.fc6
1099- Added mesa-6.5-fix-opt-flags-bug197640.patch as 2nd attempt to fix OPT_FLAGS
1100  for (#197640).
1101- Ensure that redhat-mesa-driver-install creates $DRIMODULE_DESTDIR with
1102  mode 0755.
1103
1104* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-12.fc6
1105- Maybe actually, you know, apply the mesa-6.5-glx-use-tls.patch as that might
1106  help to you know, actually solve the problem.  Duh.
1107- Use {dist} tag in Release field now.
1108
1109* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 6.5-11
1110- Added mesa-6.5-glx-use-tls.patch to hopefully get -DGLX_USE_TLS to really
1111  work this time due to broken upstream linux-dri-* configs. (#193979)
1112- Pass RPM_OPT_FLAGS via OPT_FLAGS instead of via CFLAGS also for (#193979)
1113
1114* Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 6.5-10
1115- Bump libdrm-devel dep to trigger new ExclusiveArch test with the new package.
1116- Use Fedora Extras style BuildRoot tag.
1117- Added "Requires(post): /sbin/ldconfig" and postun to all runtime lib packages.
1118
1119* Mon Jun 12 2006 Kristian Høsberg <krh@redhat.com> 6.5-9
1120- Add mesa-6.5-fix-pbuffer-dispatch.patch to fix pbuffer marshalling code.
1121
1122* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-8
1123- Bump for rawhide build.
1124
1125* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> 6.5-7
1126- Update mesa-6.5-texture-from-pixmap-fixes.patch to include new
1127  tokens and change tfp functions to return void.  Yes, a new mesa
1128  snapshot would be nice.
1129
1130* Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 6.5-6
1131- Add "BuildRequires: makedepend" for bug (#191967)
1132
1133* Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.5-5
1134- Bump for fc5 build.
1135
1136* Tue Apr 11 2006 Adam Jackson <ajackson@redhat.com> 6.5-4
1137- Disable R300_FORCE_R300 hack for wider testing.
1138
1139* Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-3
1140- Add mesa-6.5-noexecstack.patch to prevent assembly files from making
1141  libGL.so have executable stack.
1142
1143* Mon Apr 10 2006 Kristian Høgsberg <krh@redhat.com> 6.5-2
1144- Bump for fc5 build.
1145- Bump libdrm requires to 2.0.1.
1146
1147* Sat Apr 01 2006 Kristian Høgsberg <krh@redhat.com> 6.5-1
1148- Update to mesa 6.5 snapshot.
1149- Use -MG for generating deps and some files are not yet symlinked at
1150  make depend time.
1151- Drop mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch and
1152  mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
1153  as these are upstream now.
1154- Drop mesa-6.4.1-texture-from-drawable.patch and add
1155  mesa-6.5-texture-from-pixmap-fixes.patch.
1156- Update mesa-modular-dri-dir.patch to apply.
1157- Widen libGLU glob.
1158- Reenable r300 driver install.
1159- Widen libOSMesa glob.
1160- Go back to patching config/linux-dri, add mesa-6.5-build-config.patch,
1161  drop mesa-6.3.2-build-configuration-v4.patch.
1162- Disable sis dri driver for now, only builds on x86 and x86-64.
1163
1164* Fri Mar 24 2006 Kristian Høgsberg <krh@redhat.com> 6.4.2-7
1165- Set ARCH_FLAGS=-DGLX_USE_TLS to enable TLS for GL contexts.
1166
1167* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 6.4.2-6
1168- Buildrequires: libXt-devel (#183479)
1169
1170* Sat Feb 25 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-5
1171- Disable the expeimental r300 DRI driver, as it has turned out to cause
1172  instability and system hangs for many users.
1173
1174* Wed Feb 22 2006 Adam Jackson <ajackson@redhat.com> 6.4.2-4
1175- rebuilt
1176
1177* Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 6.4.2-3
1178- enable texture-from-drawable patch
1179- add glut-devel dependency
1180
1181* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.4.2-2.1
1182- bump again for double-long bug on ppc(64)
1183
1184* Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-2
1185- Added new "glx-utils" subpackage with glxgears and glxinfo (#173510)
1186- Added mesa-6.4.2-dprintf-to-debugprintf-for-bug180122.patch to workaround
1187  a Mesa namespace conflict with GNU_SOURCE (#180122)
1188- Added mesa-6.4.2-xorg-server-uses-bad-datatypes-breaking-AMD64-fdo5835.patch
1189  as an attempt to fix bugs (#176976,176414,fdo#5835)
1190- Enabled inclusion of the *EXPERIMENTAL UNSUPPORTED* r300 DRI driver on
1191  x86, x86_64, and ppc architectures, however the 2D Radeon driver will soon
1192  be modified to require the user to manually turn experimental DRI support
1193  on with Option "dri" in xorg.conf to test it out and report all X bugs that
1194  occur while using it directly to X.Org bugzilla.  (#179712)
1195- Use "libOSMesa.so.6.4.0604*" glob in file manifest, to avoid having to
1196  update it each upstream release.
1197
1198* Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 6.4.2-1
1199- Updated to Mesa 6.4.2
1200- Use "libGLU.so.1.3.0604*" glob in file manifest, to avoid having to update it
1201  each upstream release.
1202
1203* Tue Jan 24 2006 Mike A. Harris <mharris@redhat.com> 6.4.1-5
1204- Added missing "BuildRequires: expat-devel" for bug (#178525)
1205- Temporarily disabled mesa-6.4.1-texture-from-drawable.patch, as it fails
1206  to compile on at least ia64, and possibly other architectures.
1207
1208* Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-4
1209- Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
1210  support for GLX_EXT_texture_from_drawable extension.
1211
1212* Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
1213- Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
1214- Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).
1215- Removed "Conflicts" lines from libGL package, as they are "Obsoletes" now.
1216- Do not rename swrast libGL .so version, as it is the OpenGL version.
1217
1218* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-2
1219- Rebuild to ensure libGLU gets rebuilt with new gcc with C++ compiler fixes.
1220- Changed the 3 devel packages to use Obsoletes instead of Conflicts for the
1221  packages the files used to be present in, as this is more friendy for
1222  OS upgrades.
1223- Added "Requires: libX11-devel" to mesa-libGL-devel package (#173712)
1224- Added "Requires: libGL-devel" to mesa-libGLU-devel package (#175253)
1225
1226* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
1227- Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
1228- Added pkgconfig dependency.
1229- Updated "BuildRequires: libdrm-devel >= 2.0-1"
1230- Added Obsoletes lines to all the subpackages to have cleaner upgrades.
1231- Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
1232  AMD64, which is fixed in the 6.4 branch of Mesa CVS.
1233- Conditionalize libOSMesa inclusion, and default to not including it for now.
1234
1235* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
1236- rebuilt
1237
1238* Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
1239- fix directory used for loading dri modules (#173679)
1240- install dri drivers as executable so they get stripped (#173292)
1241
1242* Thu Nov 03 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
1243- Wrote redhat-mesa-source-filelist-generator to dynamically generate the
1244  files to be included in the mesa-source subpackage, to minimize future
1245  maintenance.
1246- Fixed detection and renaming of software mesa .so version.
1247
1248* Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
1249- Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
1250  consistency on all architectures, and to avoid upgrade problems if we
1251  ever disable DRI on an arch and then re-enable it later.
1252
1253* Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
1254- Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
1255  bin/installmesa script to work properly with multilib lib64 architectures.
1256- Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
1257  and invoke our modified bin/installmesa directly instead of using
1258  "make install".
1259- Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
1260  like an extraneous file anyway.
1261- Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
1262  builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
1263  this is how upstream builds the library, although it is not clear to me
1264  why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
1265
1266* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
1267- Updated to new upstream MesaLib-6.4
1268- Updated libGLU.so.1.3.060400 entry in file manifest
1269- Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
1270  unichrome driver.
1271
1272* Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
1273- Fix redhat-mesa-driver-install and spec file to work right on multilib
1274  systems.
1275 
1276* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
1277- Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
1278- Added virtual "Provides: libGL..." entries for each subpackage as relevant.
1279
1280* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
1281- Added the mesa-source subpackage, which contains part of the Mesa source
1282  code needed by other packages such as the X server to build stuff.
1283
1284* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
1285- Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
1286  from previous OS releases, and piecemeal upgrades work as nicely as
1287  possible.
1288
1289* Mon Sep 05 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
1290- Wrote redhat-mesa-target script to simplify mesa build target selection.
1291- Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
1292  per-arch conditionalization, etc.
1293
1294* Sun Sep 04 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
1295- Initial build.
Note: See TracBrowser for help on using the repository browser.