For armv6, enable SWRAST. Remove --disable-gallium-intel, this does nothing
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
- The --disable-gallium-intel option doesn't exist anymore and --with-gallium-drivers doesn't contain intel driver by default, this 'if' block can be removed
- The conversion from rm to @comment worked for me after I've added @comment lib/libGL.la and @comment lib/libglapi.la. You may also want to move comments before @dirrm* for esthetic reasons.
- Unfortunately I can't test main change right now, I don't have freebsd on rpi atm.
Comment Actions
Also the @comment list for ignored files for old mesa is different then for new mesa.
Comment Actions
--disable-gallium-intel is still needed for old mesa.
It should be wrapped in .if !defined(WITH_NEW_XORG) then. So we wouldn't forget to remove it with old xorg.
Also the @comment list for ignored files for old mesa is different then for new mesa.
Yes, comments for them needs to be added too.
Good catch, I've totally forgot about old xorg/mesa. Is there an ETA for its removal, btw?
Comment Actions
Also the @comment list for ignored files for old mesa is different then for new mesa.
Yes, comments for them needs to be added too.
Good catch, I've totally forgot about old xorg/mesa. Is there an ETA for its removal, btw?
probably when 8.x kicks the bucket.