You are not logged in.

#1 2011-04-15 13:11:20

markg85
Member
Registered: 2009-06-27
Posts: 149

Is Archlinux going to enable "--enable-texture-float" in mesa builds?

Hi,

Today awesome news got on phoronix: http://www.phoronix.com/scan.php?page=n … &px=OTMzMg telling that the floating points are finally in mesa!
While that is great, it is by default disabled and can be enabled by passing "--enable-texture-float" to mesa at compile time. That brings up the question (for me) if Archlinux is going to enable that switch by default or not.
The compile time thing is only there since there are possible patent concerns in the USA but anyone living outside the USA is perfectly safe since the patent doesn't apply there. And from what i've seen, archlinux it's maintained and run by mostly europe people so that leads me to hope the flag can be turned on by default in archlinux.

Or is archlinux going to provide 2 different packages?
masa-usa (patented things disabled)
mesa-non-usa (patented things enabled)

I certainly hope it's going to be enabled!

Note: This is all for when mesa 7.11 gets released!

Regards,
Mark

Offline

#2 2011-04-15 13:54:42

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

The answer lies within your question.

markg85 wrote:

it is by default disabled ...

And Arch provides vanilla upstream packages as is without making any modifications to it. You, as a user however, are free to enable any flags you may want. Just recompile the said software to use.

markg85 wrote:

archlinux it's maintained and run by mostly europe people

Not quite. Judd is Canadian. And there are many others involved in the project as well from all over the world.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2011-04-15 14:13:23

markg85
Member
Registered: 2009-06-27
Posts: 149

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

Inxsible wrote:

The answer lies within your question.

markg85 wrote:

it is by default disabled ...

And Arch provides vanilla upstream packages as is without making any modifications to it. You, as a user however, are free to enable any flags you may want. Just recompile the said software to use.

markg85 wrote:

archlinux it's maintained and run by mostly europe people

Not quite. Judd is Canadian. And there are many others involved in the project as well from all over the world.

I know the vanilla thing, but isn't this something for the category "exception"? I mean, without the messed up patent stuff in the usa this option wouldn't even exist and it world be in mesa when you compile it.
Vanilla is fine but you just have 2 different vanilla's right now.

I really hate patents! Glad i don't need to follow any us ones.

Offline

#4 2011-04-15 15:16:53

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

These decisions are made by the package maintainer and some countries patent office. This means you should file a feature request instead and describe why its worth to enable that feature.

@Inxsible: Enabling or Disabling a feature that is already included in the upstream source does not make a package more or less vanilla in Arch's point of view. This is only valid for features that would need a third party patch for example.

Offline

#5 2011-04-15 15:27:18

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

I stand corrected then.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#6 2011-04-15 18:15:43

markg85
Member
Registered: 2009-06-27
Posts: 149

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

Pierre wrote:

These decisions are made by the package maintainer and some countries patent office. This means you should file a feature request instead and describe why its worth to enable that feature.

@Inxsible: Enabling or Disabling a feature that is already included in the upstream source does not make a package more or less vanilla in Arch's point of view. This is only valid for features that would need a third party patch for example.

Awesome! I will make a feature request for that sometime later today or tomorrow smile

Offline

#7 2011-04-16 04:21:27

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

For the record, the mesa-git PKGBUILD in the AUR will soon have that configure switch.  For now, if you want it just rebuild the abs package (or the AUR mesa-git package) with --enable-texture-float added to the configure line.

If I had to guess I'd say that shipping binaries with that enabled would be fine for Arch; we already have a lot of patented or otherwise encumbered code shipping in the binaries for ffmpeg and similar packages.  Whether the maintainer decides to add it is another question, but I'll +1 the feature request once you make it.

Offline

#8 2011-04-16 12:54:06

markg85
Member
Registered: 2009-06-27
Posts: 149

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

And so i did make a task for it: https://bugs.archlinux.org/task/23792

Offline

#9 2011-04-19 21:56:16

kevku
Member
From: Estonia
Registered: 2009-11-21
Posts: 73

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

well we have libdvdcss in Extra so i don't see why anyone should be holding this back.

Offline

#10 2011-04-26 22:47:59

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

+1

Putting two versions of the same package in the official repos that differ only by a configure switch is something that Arch almost never does.

Last edited by ConnorBehan (2011-04-26 22:49:56)


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#11 2011-05-09 18:12:54

ksira
Member
Registered: 2009-10-27
Posts: 31

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

Could anyone please explain what enabling floating point textures in Mesa might do for the average Joe Linux User? The only thing I could find is that it lets a tech demo, Unigine Heaven, run on Linux. So, basically is just an attempt take things up a newer OpenGL standard, and we'll have to wait for software to be developed with the new extensions, which probably won't happen any time soon because there is a patent dispute?

Good news anyway, yay for more pretty 3D graphics on Linux.

Offline

#12 2011-06-01 21:30:05

metre
Member
Registered: 2011-03-13
Posts: 130

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

Phoronix says:
http://www.phoronix.com/scan.php?page=n … &px=OTUxMg
Bug report says:
https://bugs.archlinux.org/task/23792

Anyway, do you know in which countries there are patent issues?

Last edited by metre (2011-06-01 21:30:38)

Offline

#13 2011-06-02 10:04:52

Damnshock
Member
From: Barcelona
Registered: 2006-09-13
Posts: 414

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

metre wrote:

Phoronix says:
http://www.phoronix.com/scan.php?page=n … &px=OTUxMg
Bug report says:
https://bugs.archlinux.org/task/23792

Anyway, do you know in which countries there are patent issues?

It might be a placebo effect but  the latest mesa with this extension enabled and my Kwin (4.7 beta) seem to work way smoother...

I'll do more testing this weekend smile

Regards


My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org

Offline

#14 2011-06-02 10:07:52

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

It seems that this has been noticed: http://www.phoronix.com/scan.php?page=n … &px=OTUxMg


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#15 2012-01-20 12:44:07

Tremo
Member
Registered: 2012-01-20
Posts: 1

Re: Is Archlinux going to enable "--enable-texture-float" in mesa builds?

I didn't understand where this patent applies, so just in case I keep this flag disabled, but I have to recompile every time these packages in order to avoid patent violation.

Offline

Board footer

Powered by FluxBB