• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Android v
« Previous 1 ... 124 125 126 127 128

OpenGL ES 3.1
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
OpenGL ES 3.1
03-24-2014, 11:24 AM
#2
Sonicadvance1 Offline
Professional Hand Holder
**********
Developers (Some Administrators and Super Moderators)
Posts: 716
Threads: 15
Joined: Jan 2013
Realistically the only thing that GL ES 3.1 adds that are on our agenda for implementing is GPU texture decoding.
GL ES 3.1 partially brings in GL_ARB_shader_image_load_store(for compute shaders) which we would be using to decode/encode textures on the GPU instead of the CPU.
This would be more advantageous on ARM devices than x86 devices because x86 devices have exceedingly quick texture decoding with SSE and greater optimizations, while ARM uses generic texture decoding without optimizations.

We could potentially use the separate shader objects addition as well...
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
OpenGL ES 3.1 - Nintonito - 03-24-2014, 07:26 AM
RE: OpenGL ES 3.1 - Sonicadvance1 - 03-24-2014, 11:24 AM
RE: OpenGL ES 3.1 - Nintonito - 03-25-2014, 12:16 PM
RE: OpenGL ES 3.1 - Sonicadvance1 - 03-25-2014, 03:20 PM
RE: OpenGL ES 3.1 - Q8-V08 - 06-28-2014, 11:34 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode