dolphin/Source/Core
Ryan Houdek 7a35f9285b [GLES] Support texture_buffer for palette texture conversion.
OpenGL ES 3.2 adds this feature to core
It was available to GLES 3.1 as GL_{EXT, OES}_texture_buffer as well.
For the non-Nvidia vendors that implemented this is:
      - Qualcomm's Adreno 4xx
      - IMGTec's PowerVR Rogue
2015-09-01 05:41:03 -05:00
..
AudioCommon Merge pull request #2854 from Tilka/valgrind 2015-08-15 20:52:12 +02:00
Common [AArch64] Make TST reg, reg emitter alias 2015-08-31 14:03:32 -05:00
Core [AArch64] Implement dcbz instruction 2015-08-31 15:39:47 -05:00
DiscIO Implemented .elf and .dol support in gamelist 2015-08-28 11:10:03 -07:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX Merge pull request #2922 from aserna3/SDBlock 2015-08-31 04:51:50 +12:00
InputCommon evdev: don't pass null path to the kernel 2015-08-15 12:51:34 +02:00
UICommon Have the disassembler show the PC next to host instructions. 2015-08-07 02:43:54 -05:00
VideoBackends [GLES] Support texture_buffer for palette texture conversion. 2015-09-01 05:41:03 -05:00
VideoCommon VertexLoader_Color: Mark translation-unit-local functions static 2015-08-31 17:31:23 -04:00
CMakeLists.txt