Announcement

Collapse
No announcement yet.

Java SE 7 Finally Sees The Light Of Day

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Originally posted by allquixotic View Post
    In my opinion, XRender has a very bad reputation. Its operations are extremely high-latency on the Mesa graphics stack. Try running kwin with XRender backend, compared to OpenGL backend. There's no comparison -- OpenGL is way faster. And a compositing manager isn't much different than what Java2D would do; it's just some fancy animations, transparency, fades, etc. but it's still essentially a glossy 2D pipeline. But at least for r600g, XRender is horrible.

    Why did they even bother doing that work? Maybe XRender works well for the Nvidia binary, or fglrx, or something.
    xrender's a 2d api, mesa should have nothing to do with it. Handled by the ddx.

    Comment


    • #22
      Originally posted by curaga View Post
      xrender's a 2d api, mesa should have nothing to do with it. Handled by the ddx.
      That's not the whole story, though. Modern hardware tends to leave out the 2D acceleration bits, and what is still there is typically faster to run on the 3D hardware anyway.

      So if your 2D API has to setup and use the entire 3D hardware anyway, it might make sense to consolidate that code together rather than splitting it out across multiple drivers.

      Comment


      • #23
        Originally posted by RavFX View Post
        PCGEN : "work" but lots of lists are totally bugged (like, no item in the item list, no spell in the spell list...)

        Minecraft : Crashed at launch the last time I tried.
        As of a half a year to a year ago I moved to OpenJDK for Minecraft because it worked better than Sun's official version for me.

        Comment


        • #24
          Originally posted by Shining Arcanine View Post
          When was the last time you checked? Was it 2 years ago on a distribution that used source code that was more than a year old? Time flies. IcedTea works wonderfully for me. I filed a bug report about the only issue I have encountered.

          Maybe you are thinking of open source flash replacements.
          Fedora 15. Why do you think I'm talking about Java Script? Or do you mean the web applets? Why would you think about that when I'm talking about Netbeans?

          Comment


          • #25
            Can you fork this "open-source" java now or will Oracle hit you with a patent lawsuit as soon as you do that?

            Comment


            • #26
              Originally posted by BlackStar View Post
              Can you fork this "open-source" java now or will Oracle hit you with a patent lawsuit as soon as you do that?
              Anyone can fork it, they only sue if you start making millions of dollars in revenue. There's no profit in going after anyone smaller.

              Comment


              • #27
                [Flamethrower: on]

                Originally posted by smitty3268 View Post
                Anyone can fork it, they only sue if you start making millions of dollars in revenue. There's no profit in going after anyone smaller.
                My point exactly.

                Funny how the bedeviled Mono project is actually safer/more free than beloved Java. Then again, anyone who knows anything about Oracle understands that they are far bigger assholes than Microsoft could ever hope to be. Arguably far more dangerous, too, now that they control MySQL, Java, VirtualBox and OpenOffice.

                Comment


                • #28
                  Originally posted by BlackStar View Post
                  My point exactly.

                  Funny how the bedeviled Mono project is actually safer/more free than beloved Java. Then again, anyone who knows anything about Oracle understands that they are far bigger assholes than Microsoft could ever hope to be. Arguably far more dangerous, too, now that they control MySQL, Java, VirtualBox and OpenOffice.
                  Microsoft has also been suing Android manufacturer's even without use of Mono. I tend to think that those lawsuits from MS would be even larger if they had gone that direction instead of using Java. But we'll never know, now.

                  Luckily, they no longer control OpenOffice at least.

                  Comment


                  • #29
                    Originally posted by smitty3268 View Post
                    Microsoft has also been suing Android manufacturer's even without use of Mono. I tend to think that those lawsuits from MS would be even larger if they had gone that direction instead of using Java. But we'll never know, now.
                    Python, they should have gone with python and a custom, high-performance runtime instead (they were working on one but the project doesn't look so active anymore). Too late for that now.

                    The patent situation in the mobile space has long surpassed the term "ridiculous". Everybody is suing everybody else and then some.

                    Luckily, they no longer control OpenOffice at least.
                    That's a good first step but the real problem is MySQL. It is so widely-used that there's no easy way out (ala LibreOffice) should Oracle decide to try something.

                    Comment


                    • #30
                      Originally posted by BlackStar View Post
                      Python, they should have gone with python and a custom, high-performance runtime instead (they were working on one but the project doesn't look so active anymore). Too late for that now.
                      Is a high performance interpreter to Python realistic without create incompatibility in the language with the regular interpreter? Most similar language has similar performance (or slower)?

                      Comment

                      Working...
                      X