]> git.tdb.fi Git - libs/gltk.git/commit - source/entry.h
Use a GL::Renderer to render widgets
authorMikko Rasa <tdb@tdb.fi>
Fri, 30 Nov 2012 20:58:52 +0000 (22:58 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 30 Nov 2012 20:58:52 +0000 (22:58 +0200)
commitfdc7fecc65f5f517d66abe3546a949a46836c4a6
treed38d270a78a098910dd0e45d5cf7860a92fcb3c1
parent1aa6cd9b865e366737dcc9d2d36c4f8faed5bc4f
Use a GL::Renderer to render widgets

This eliminates a lot of texture and matrix thrashing.
source/dropdown.cpp
source/dropdown.h
source/entry.cpp
source/entry.h
source/list.cpp
source/list.h
source/panel.cpp
source/panel.h
source/root.cpp
source/widget.cpp
source/widget.h