summaryrefslogtreecommitdiff
path: root/wimmel_gl.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-14wimmel_gl: Remove unneeded fps calculationBenjamin Franzke1-10/+0
2012-03-14wimmel_gl: Draw rects around matching subimagesBenjamin Franzke1-16/+25
All red dots in the GL rendering represent a top-left corner of a matching rectangle.
2012-03-14wimmel: Render to a fboBenjamin Franzke1-27/+53
2012-03-14Add wimmel_gl prototypeBenjamin Franzke1-0/+243
Uses a shader to search for matching subimages.