cginternals-glfw:context-renderer

Last commit made on 2017-12-11
Get this branch:
git clone -b context-renderer https://git.launchpad.net/cginternals-glfw

Branch merges

Branch information

Name:
context-renderer
Repository:
lp:cginternals-glfw

Recent commits

d79056f... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Add GLFW_CONTEXT_RENDERER

This window hint allows choosing between hardware and software renderers
(where available) for the created OpenGL or OpenGL ES context.

Fixes #589.

682f1cf... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Fix wrong element array for hat to axis

0e8c4ea... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Add lock key modifier bits input mode

This adds the GLFW_MOD_CAPS_LOCK and GLFW_MOD_NUM_LOCK modifier bits.
Set the GLFW_LOCK_KEY_MODS input mode to enable these for all callbacks
that receive modifier bits.

Fixes #946.

fd72eb9... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Mir: Fix modifier bit translation

d81946a... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Add window mode toggling to tearing test

638c4b6... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Cleanup

b8df6ae... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Finish deprecating charmods callback

df434c8... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Add mapping file drop support to joystick test

c2858e9... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Verify gamepad mapping indices match hardware

7c87948... by =?utf-8?q?Camilla_L=C3=B6wy?= <email address hidden>

Win32: Fix accidentally working bit tests

Good grief.