Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Submission + - Khronos Unveils Vulkan Graphics API (arstechnica.com)

jones_supa writes: The Khronos Group has announced "Vulkan", its next generation API for high performance 3D graphics and GPU-based computation. Vulkan, previously known as Next Generation OpenGL or just GLnext, is designed to be a low-overhead API that facilitates multithreaded 3D development, enabling different threads to simultaneously prepare batches of commands to send to the GPU. It gives developers greater control of generating commands, putting tasks such as memory and thread management in their hands rather than relying on video drivers to handle these responsibilities. In so doing, it greatly reduces the amount of work that the driver must perform. The new API was created to make it a better fit for modern hardware: GPUs are complex, highly programmable devices, and CPUs have abundant cores and multithreading support. Shader compilation will adopt the Direct3D approach: instead of compiling from source on every run, programs will be stored as precompiled bytecode in a form called "SPIR-V". At least for now, OpenGL won't go away either, and Khronos will continue its development on the side.

Submission + - Lost City Discovered in Honduran Rain Forest (nationalgeographic.com)

jones_supa writes: An expedition to Honduras has emerged from the jungle with discovery of a previously unknown culture's lost city. The team was led to the remote, uninhabited region by long-standing rumors that it was the site of a storied "White City", also referred to in legend as the "City of the Monkey God". Archaeologists surveyed and mapped extensive plazas, earthworks, mounds, and an earthen pyramid belonging to a culture that thrived a thousand years ago, and then vanished. The team also discovered a remarkable cache of stone sculptures that had lain untouched since the city was abandoned. The objects were documented but left unexcavated. To protect the site from looters, its location is not being revealed.

Submission + - NVIDIA Fixes Old Compiz Bug

jones_supa writes: NVIDIA has fixed a long-standing issue in the Ubuntu Unity desktop by patching Compiz. When opening the window of a new application, it would go black or become transparent on NVIDIA hardware. There has been bug reports dating back to Ubuntu 12.10 times. The problem was caused by Compiz, which had some leftover code from a port. An NVIDIA developer posted on Launchpad and said that the NVIDIA team has been looking at this issue and they also proposed a patch. "Our interpretation of the specification is that creating two GLX pixmaps pointing at the same drawable is not allowed, because it can lead to poorly defined behavior if the properties of both GLX drawables don't match. Our driver prevents this, but Compiz appears to try to do this.", wrote NVIDIA's Arthur Huillet. The Compiz patch has been accepted upstream.

Submission + - Unreal Engine 4 Is Now Free 1

jones_supa writes: In 2014, Epic Games took the step of making Unreal Engine 4 available to everyone by subscription for $19 per month. Today, this general-purpose game engine is available to everyone for free. This includes future updates, the full C++ source code of the engine, documentation, and all sorts of bonus material. You can download the engine and use it for everything from game development, education, architecture, and visualization to VR, film and animation. The business scheme that Epic set in the beginning, remains the same: when you ship a commercial game or application, you pay a 5% royalty on gross revenue after the first $3,000 per product, per quarter. Epic strived to create a simple and fair arrangement in which they succeed only when your product succeeds.

Comment Re:Google Double Plus Good (Score 1) 146

Sometimes I don't understand how people avoid running away screaming in terror.

Because the Big Brother aspect is hidden in daily use of these services, and at the same time they provide people the benefits of a powerful communication tool. Pretty simple really.

It's the same reason why people buy unethically produced goods: because the manufacturing process is hidden from them, but the price is cheap.

Submission + - Android phone completely disabled after receiving an international call

OneSmartFellow writes: I was out with friends on Friday evening when I received an international phone call from a +7 phone number. It's not at all unusual for me to receive international phone calls, but, I'll admit I have never receievd one from the +7 dialing code. I answered the call, and I could only hear myself speaking. I hung up, and my phone immediately shut off. All attempts to power it back on have failed. I have tried removing the battery, and booting into recovery mode. Phone is a Nexus S with Cyanogenmod installed. It is now a paperweight. I presume I have been hacked somehow. Is there any way to recover from this experience ?

Submission + - Xfce 4.12 Released

jones_supa writes: The Xfce team is pleased to announce the release of the Xfce 4.12, a new stable version of the fast and optimized desktop environment that supersedes Xfce 4.10, which was released 2 years and 10 months ago. While the version number looks like a small jump, there is a big amount of improvements and fixes all around. Most notable things that have seen changes are: the panel, power management, multi-monitor support, task manager, file manager, optical disc burning (Blu-Ray support), Alt-Tab popup, keyboard shortcuts, and wallpaper selector. An online tour of the changes in the new version is available. Looking into the future, the plan to upgrade from GTK2 to GTK3 is probably the hottest topic in the roadmap.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...