pcsx2/plugins/GSdx/Window
Gregory Hainaut 4f09124f19 gsdx-ogl: generate nearly all gl entries function pointers
I used glcorearb.h as input file

Code is limited to core gl + KHR/ARB extension
GL1.X must be handled manually (need only 3 functions)
I think the solution would be to migrate gl.h/glext.h to the
single glcorearb.h. However we might need to update the code to fetch
pointer accordingly

Note: we don't check the null ptr anymore on GSwnd. It isn't important
as we check the extension.

v2: update copyright
v3: update copyright space
v4: update copyright of script

fix copyright
2019-02-07 12:34:02 +01:00
..
GSCaptureDlg.cpp GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSCaptureDlg.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSDialog.cpp GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSDialog.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSLinuxDialog.cpp gsdx: Remove remaining MSAA ui code 2019-01-15 19:13:14 +01:00
GSSetting.cpp gsdx-gui: Update Accurate date tooltip. 2019-01-22 22:14:28 +01:00
GSSetting.h gsdx: Remove remaining MSAA ui code 2019-01-15 19:13:14 +01:00
GSSettingsDlg.cpp gsdx: Remove remaining MSAA ui code 2019-01-15 19:13:14 +01:00
GSSettingsDlg.h gsdx: Remove remaining MSAA ui code 2019-01-15 19:13:14 +01:00
GSWnd.cpp gsdx-ogl: generate nearly all gl entries function pointers 2019-02-07 12:34:02 +01:00
GSWnd.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndDX.cpp GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndDX.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndEGL.cpp GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndEGL.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndOGL.cpp GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndOGL.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
GSWndWGL.cpp gsdx-ogl: generate nearly all gl entries function pointers 2019-02-07 12:34:02 +01:00
GSWndWGL.h GSdx: Folder Reorganization. (#2657) 2018-11-16 19:41:37 +01:00
PFN_WND.h gsdx-ogl: generate nearly all gl entries function pointers 2019-02-07 12:34:02 +01:00