Hi Kristian, I got this log from a build daemon:
[...truncated 3700 lines...] dri2.c:716:4: error: unknown field ‘WaitForMSC’ specified in initializer dri2.c:718:4: error: unknown field ‘SwapBuffers’ specified in initializer dri2.c:718:4: warning: excess elements in struct initializer dri2.c:718:4: warning: (near initialization for ‘driDriverAPI’) dri2.c:719:4: error: unknown field ‘CopySubBuffer’ specified in initializer dri2.c:719:4: warning: excess elements in struct initializer dri2.c:719:4: warning: (near initialization for ‘driDriverAPI’) make[5]: *** [dri2.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: Leaving directory `/var/lib/hudson/jobs/mesa-ubuntu64-make/workspace/src/gallium/state_trackers/dri/drm' make[4]: *** [default] Error 1 make[4]: Leaving directory `/var/lib/hudson/jobs/mesa-ubuntu64-make/workspace/src/gallium/state_trackers/dri' make[3]: *** [subdirs] Error 1 make[3]: Leaving directory `/var/lib/hudson/jobs/mesa-ubuntu64-make/workspace/src/gallium/state_trackers' make[2]: *** [default] Error 1 make[2]: Leaving directory `/var/lib/hudson/jobs/mesa-ubuntu64-make/workspace/src/gallium' make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/var/lib/hudson/jobs/mesa-ubuntu64-make/workspace/src' make: *** [default] Error 1 It looks like gallium dri state tracker needs updating and/or removed? Jose ----- Original Message ----- > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b65c33eb8a26c14df11462caea3044eda7b6349 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 17:47:53 2011 -0400 > > dri: Remove unused memops.h > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c26d998efd18d8a741e378c411645c494abbb31 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 17:44:01 2011 -0400 > > dri: Remove a few unused dri helper functions > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e53f3018f69d07b885c5885a1f865339700a189 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 17:39:40 2011 -0400 > > dri: Remove unused dri texmem.c > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2711cdfb68d92ede740e2cc1fd7d78f604dc201 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 17:35:16 2011 -0400 > > dri: Move _dri_texformat_* to radeon_texture.c > > They are only used by the r200 driver now. > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ca2e84921332fa229a082033c933b86a47ff2ad > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 17:04:35 2011 -0400 > > r200: Don't use driIsTextureResident helper > > With DRI2, textures are always resident and using the DRI texmem > helper > here is broken anyway, since nothing else uses it. > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=a14bb89d3ffda49ec8e64453640b42b670cb43a7 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 16:51:11 2011 -0400 > > dri: Drop unused dri renderbuffer helper functions > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=c467db4cc765965bd347cf5b91aec39b831273ec > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 16:49:44 2011 -0400 > > dri: Move driUpdateFramebufferSize to dri_util.c > > drirenderbuffer.[ch] is going bye-bye. > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=90de3b9d96394809e2574c6c5b459a9cf745d9dd > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 16:27:12 2011 -0400 > > dri: Remove unnecessary #defines and #includes > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9beaf65fdaf82a7845cbe176f353ddb6b8466c7 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 16:22:03 2011 -0400 > > dri: Remove unnecessary timestamp pointer indirection > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8ed01f6930bd4e11ee453164597403a7284a1f8 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 16:03:11 2011 -0400 > > dri: Remove unused fields from __DriverAPIRec > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=03855bc2accbeb508458f70bdbdcef292672b2b8 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:56:15 2011 -0400 > > dri: Remove dri2.enabled flag > > DRI2 is always enabled now. > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2ea34d70507ffb6b7277b4612ae3bc1ca582a60 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:53:20 2011 -0400 > > dri: Remove DRI1 fields from DRI structs > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=1837fb8e7c3cef8b9292b68da152d185e7103646 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:47:41 2011 -0400 > > dri: Remove remaining DRI1 vblank code > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=d24b81e0e0f4109f3256dc45b0adc5ffd59fb749 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:40:01 2011 -0400 > > dri: Remove cliprect information from __DRIdrawable > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=24002daf011bf05d7d088602dc32e60da1755f44 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:25:09 2011 -0400 > > dri: Drop unused driCalculateSwapUsage > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e6c22136f416b72fef269939f673aa7e55a5d07 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:23:39 2011 -0400 > > dri: Remove unused driIntersectArea > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfb6f9e690da73cd0bb724728c7cbfc8324dd793 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:22:43 2011 -0400 > > dri: Drop __driUtilUpdateDrawableInfo and helper macros > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=6260618b29983fd961718fd6e3961bdd32163cb5 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:18:22 2011 -0400 > > dri: Remove unused driSwapBuffers > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=e78f7b8b44f610a11c3e0f663c855c6325ed63a2 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:17:20 2011 -0400 > > dri: Drop unused driCreateNewContext > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5ba7662bdaf7f8d62cbc1c0c0a59dabb242e78b > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:14:41 2011 -0400 > > dri: Fold driCreateNewDrawable into dri2CreateNewDrawable > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=c786debe98a54bdaaccccb2af6272749a96a9489 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:11:15 2011 -0400 > > dri: Remove unsused driCreateNewScreen > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=d02bd705fb0ae93adc53925d0191b86f7a6791f2 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:08:24 2011 -0400 > > dri: Remove unused __DRIswapInfoRec > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=73ec71cb16fbae0effcb4a92da7dc7f17cd6a62a > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:02:42 2011 -0400 > > dri: Remove driMediaStreamCounterExtension > > Also DRI1-only. > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=759cbb751b29b1c6608593841c56e0ad08eb33b0 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 15:01:20 2011 -0400 > > dri: Remove driSwapControlExtension > > DRI1-only as well. > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e898e83c6934fc9c62730ad82fbf6f9d9180577 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 14:57:34 2011 -0400 > > dri: Drop driCopySubBufferExtension > > Another DRI1-only extension. > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad3221587164c10ae16d85db514484b717cabc6f > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 14:55:25 2011 -0400 > > dri: Drop driReadDrawableExtension > > All DRI2 drivers support setting a separate read drawable. > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=32039126007a67a6bcca5973a7406c41ccc8c543 > Author: Kristian Høgsberg <k...@bitplanet.net> > Date: Fri Oct 28 14:52:28 2011 -0400 > > dri: Drop driLegacyExtension > > There are no DRI1 drivers left. > > _______________________________________________ > mesa-commit mailing list > mesa-com...@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-commit > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev