Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-04 | Makefile: Be silent by default | Benjamin Franzke | 1 | -2/+13 | |
Like automake silent build rules. | |||||
2012-04-04 | Makefile: Use variables instead of many-rules for cflags/ldflags | Benjamin Franzke | 1 | -23/+25 | |
2012-04-04 | Makefile: Use -Wl,--as-needed | Benjamin Franzke | 1 | -7/+7 | |
2012-04-04 | Add capture.c: OpenCV capture displayed with GTK+3 | Benjamin Franzke | 1 | -3/+9 | |
2012-03-31 | roi: Use gtk3 | Benjamin Franzke | 1 | -2/+7 | |
2012-03-30 | roi: Move to a gtk based selecton-interface | Benjamin Franzke | 1 | -2/+2 | |
2012-03-30 | Add simple roi-algorithm | Benjamin Franzke | 1 | -2/+3 | |
2012-03-15 | wimmel_gl: Use a GLES2 context | Benjamin Franzke | 1 | -1/+1 | |
Makes it easier to check that only non-deprecated stuff is used. | |||||
2012-03-15 | wimmel_gl: Allow compilation with -DGLUT | Benjamin Franzke | 1 | -5/+3 | |
2012-03-15 | Makefile: Pass in 2 threads if /proc/cpuinfo can not be read | Benjamin Franzke | 1 | -1/+1 | |
2012-03-15 | Makefile: Add g_threads cflags/libs | Benjamin Franzke | 1 | -2/+2 | |
2012-03-15 | wimmel_gl: Use EGL instead of GLUT by default | Benjamin Franzke | 1 | -1/+1 | |
That way we can create a context and make it current without creating a window. | |||||
2012-03-14 | wimmel_gl: Draw rects around matching subimages | Benjamin Franzke | 1 | -1/+1 | |
All red dots in the GL rendering represent a top-left corner of a matching rectangle. | |||||
2012-03-14 | Makefile: No dependency on gtk yet | Benjamin Franzke | 1 | -2/+2 | |
2012-03-14 | Makefile: Pass N_THREADS define as number of cpus | Benjamin Franzke | 1 | -2/+5 | |
2012-03-14 | Add initial wimmel program | Benjamin Franzke | 1 | -0/+28 | |