index
:
~bwidawsk/kmscube
mod-prep
modifier-blob
KMSCUBE
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-14
common: Give cmdline parameter for forcing modifiers
mod-prep
Ben Widawsky
3
-10
/
+33
2017-04-14
common: use drmModeAddFB2* API over the legacy drmModeAddFB one
Ben Widawsky
3
-11
/
+41
2017-04-14
common: Use the create with modifiers interface
Ben Widawsky
1
-0
/
+22
2017-04-13
configure: Check for the GBM modifiers
Ben Widawsky
1
-0
/
+16
2017-04-13
drm: Provide a failure path when getting the fb
Ben Widawsky
2
-0
/
+17
2017-04-13
usage: Add missing -V to usage() (trivial)
Ben Widawsky
1
-1
/
+1
2017-04-13
drm-common: Fix typo in comment
Ben Widawsky
1
-1
/
+1
2017-04-08
kmscube: map --atomic to atomic modesetting :)
Eric Engestrom
1
-1
/
+1
2017-04-07
drm-legacy: Use correct DRM event context version
Daniel Stone
1
-1
/
+1
2017-04-05
Fix GBM image formats v2
Thomas Hellstrom
2
-8
/
+6
2017-03-27
add video cube
Rob Clark
7
-4
/
+782
2017-03-27
cube-tex: make a couple things static
Rob Clark
1
-2
/
+2
2017-03-27
add license file
Rob Clark
1
-0
/
+18
2017-03-21
Makefile.am: Add -std=c99 to CFLAGS
Fabio Estevam
1
-0
/
+1
2017-03-21
drm-legacy: Include <sys/select.h>
Fabio Estevam
1
-0
/
+1
2017-03-19
kmscube: Remove unneeded brackets
Fabio Estevam
1
-3
/
+2
2017-03-18
cube-tex: Handle SMOOTH switch case
Fabio Estevam
1
-0
/
+3
2017-03-15
drm-legacy.c: suppress 'unused parameter' warnings
Eric Engestrom
1
-0
/
+3
2017-03-15
drm-common.c: remove unused variable `gbm`
Eric Engestrom
1
-1
/
+0
2017-03-15
drm-atomic.c: remove unused variables `gpu_fence_fd`, `kms_fence_fd`
Eric Engestrom
1
-4
/
+0
2017-03-15
drm-atomic.c: remove unused variables `i`
Eric Engestrom
1
-2
/
+1
2017-03-15
drm-atomic.c: fix signed comparison
Eric Engestrom
1
-1
/
+1
2017-03-15
cube-tex.c: fix signed comparison
Eric Engestrom
1
-3
/
+3
2017-03-15
kmscube.c: don't return uninitialized variable
Eric Engestrom
1
-2
/
+2
2017-03-15
.gitignore: cleanups no-longer applicable files
Emil Velikov
1
-17
/
+0
2017-03-15
configure.ac: remove no-longer applicable m4 folder
Emil Velikov
3
-8
/
+0
2017-03-15
configure.ac: remove unused AC_PROG_LIBTOOL
Emil Velikov
2
-6
/
+2
2017-03-15
configure.ac: remove useless AC_CONFIG_* macros
Emil Velikov
1
-2
/
+0
2017-03-15
configure.ac: wire -Wall -Wextra directly into the build
Emil Velikov
2
-38
/
+1
2017-03-14
drm-common.h: forward-declare needed structs
Eric Engestrom
1
-0
/
+3
2017-03-13
fix compile break with old EGL headers
Rob Clark
1
-0
/
+17
2017-03-13
Remove unneeded GL_GLEXT_PROTOTYPES define
Emil Velikov
1
-1
/
+0
2017-03-13
Rename drm.[ch] to drm-common.[ch]
Emil Velikov
6
-9
/
+9
2017-03-13
Remove hacky "drm/" prefix in include path
Emil Velikov
1
-1
/
+1
2017-03-13
Resolve link issue due to unresolved symbol sqrtf
Emil Velikov
1
-1
/
+1
2017-03-13
Add all source files to kmscube_SOURCES
Emil Velikov
1
-2
/
+3
2017-03-13
configure.ac: fix project url
Eric Engestrom
1
-1
/
+1
2017-03-13
Move link against libm to LDADD
Emil Velikov
1
-1
/
+2
2017-03-13
autogen.sh: set default sendemail.to/format.subjectPrefix
Emil Velikov
1
-0
/
+6
2017-03-13
autogen.sh: use exec to invoke configure
Emil Velikov
1
-1
/
+1
2017-03-13
autogen.sh: quote string variables, honour NOCONFIGURE
Emil Velikov
1
-5
/
+7
2017-03-13
Add m4/.gitignore
Emil Velikov
4
-2
/
+7
2017-03-13
configure: Stop using AM_MAINTAINER_MODE
Emil Velikov
2
-2
/
+1
2017-03-10
drm-atomic: Include <stdlib.h> header file
Fabio Estevam
1
-0
/
+1
2017-02-25
add atomic kms support
Rob Clark
7
-4
/
+445
2017-02-22
split out legacy (pageflip) kms
Rob Clark
7
-271
/
+387
2017-02-21
add yuv/rgb tex mode
Rob Clark
5
-4
/
+617
2017-02-21
add nv12/rgba texture frame data
Rob Clark
3
-0
/
+45128
2017-02-21
split out smooth-shaded cube
Rob Clark
5
-317
/
+382
2017-02-21
split out get_program() helper
Rob Clark
3
-69
/
+98
[next]