|
From: Lasse Kärkkäi. <tr...@us...> - 2011-02-23 18:12:46
|
Author: Lasse Kärkkäinen <tronic+ndrm at trn.iki.fi> Date: Wed Feb 23 19:10:24 2011 +0100 OpenGL cleanup: * Shader compile debug improved * Vertex array handling changed * Conditionally enabled shader features for more generic shading * Works mostly fine on Intel * Still has various issues --- data/shaders/core.frag | 31 ++++++++++-- data/shaders/core.vert | 35 +++++++++---- game/glshader.cc | 50 ++++++++++++++++-- game/glshader.hh | 113 ++++++++++++++++++++++++++++++++++++++-- game/glutil.hh | 133 +----------------------------------------------- game/guitargraph.cc | 24 ++++---- game/notegraph.cc | 12 +---- game/screen_sing.cc | 9 ++-- game/video_driver.cc | 20 ++++++-- 9 files changed, 239 insertions(+), 188 deletions(-) |