index
:
mesa/kmscube
master
Example KMS/GBM/EGL application (mirrored from https://gitlab.freedesktop.org/mesa/kmscube)
robclark
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
meson.build: Change c_std to gnu99
Fabio Estevam
1
-3
/
+3
2020-03-07
kmscube: add AMD_performance_monitor support
Rob Clark
8
-2
/
+542
2020-03-07
kmscube: also print final fps stat at exit
Rob Clark
2
-0
/
+12
2020-03-07
kmscube: add option to run for specified # of frames
Rob Clark
6
-14
/
+27
2020-03-07
add fps reporting
Rob Clark
4
-0
/
+54
2020-03-07
atomic: allow user input to trigger exit
Rob Clark
1
-0
/
+12
2020-03-07
add shadertoy mode
Rob Clark
5
-4
/
+469
2020-03-07
clean up arg parsing
Rob Clark
1
-3
/
+3
2020-03-07
fix build error
Rob Clark
3
-3
/
+3
2020-03-07
remove autotools build
Rob Clark
4
-199
/
+0
2020-02-27
texturator: Fix skipping of tests when partially offscreen.
Eric Anholt
1
-1
/
+1
2019-09-18
common: Re-support EGL 1.4 by using EGLImageKHR when needed
Andrew F. Davis
1
-0
/
+4
2019-08-30
kmscube: make fb/gl config format settable on cmdline
Ilia Mirkin
4
-5
/
+23
2019-07-30
drm: Find a proper modeset device, is none is provided
Ezequiel Garcia
2
-4
/
+58
2019-07-23
texturator: add command-line selection of video mode
Antonio Borneo
1
-3
/
+23
2019-07-23
kmscube: add command-line selection of video mode
Antonio Borneo
6
-24
/
+62
2019-07-17
texturator: capture the screen to a png image
Khaled Emara
3
-1
/
+73
2019-07-17
texturator: add a linear pattern to textures
Khaled Emara
1
-27
/
+53
2019-07-09
meson: drop `break`
Eric Engestrom
1
-1
/
+0
2019-06-10
Use first preferred mode
Rob Clark
1
-0
/
+1
2019-05-05
gitlab-ci: fix archlinux builds
Eric Engestrom
1
-2
/
+2
2019-05-04
Add texturator
Rob Clark
4
-1
/
+899
2019-01-23
drm-atomic: fix allocation size
Eric Engestrom
1
-1
/
+1
2019-01-10
De-duplicate ARRAY_SIZE macro
Rob Clark
3
-4
/
+2
2018-12-11
gitlab-ci: add missing build dependency
Eric Engestrom
1
-0
/
+2
2018-12-11
gitlab-ci: add meson build
Eric Engestrom
1
-0
/
+52
2018-12-11
meson: use `feature` option to simplify the code
Eric Engestrom
2
-36
/
+25
2018-12-11
meson: specify minimum supported meson version
Eric Engestrom
1
-0
/
+1
2018-12-11
meson: no need to turn elements into lists when adding them to lists
Eric Engestrom
1
-2
/
+2
2018-12-11
meson: `required: true` is already the default
Eric Engestrom
1
-5
/
+5
2018-12-11
meson: files should be tracked using `files()`
Eric Engestrom
1
-3
/
+3
2018-12-11
meson: `-Wextra` is `warning_level=2`
Eric Engestrom
1
-9
/
+2
2018-12-11
meson: `-Wall` is always enabled in meson
Eric Engestrom
1
-1
/
+0
2018-12-10
Merge branch 'pull/meson' into 'master'
Rob Clark
2
-0
/
+112
2018-12-09
Add meson support
Lyude Paul
2
-0
/
+112
2018-10-19
add missing header
Eric Engestrom
1
-0
/
+1
2018-10-19
Merge branch 'fd_close' into 'master'
Eric Engestrom
1
-0
/
+5
2018-10-19
gst-decoder: fix cleanup loop
Eric Engestrom
1
-1
/
+1
2018-10-19
configure.ac: fix repo url
Eric Engestrom
1
-1
/
+1
2018-10-19
Merge branch 'fix/memleak' into 'master'
Eric Engestrom
1
-0
/
+3
2018-10-19
Merge branch 'gitlab-ci' into 'master'
Eric Engestrom
1
-0
/
+53
2018-10-19
add a trivial build-test ci
Eric Engestrom
1
-0
/
+53
2018-10-19
common: free temporary log buffer
Eric Engestrom
1
-0
/
+3
2018-10-03
Add README.md
Daniel Vetter
1
-0
/
+9
2018-08-13
cube-tex: close the fd after EGLImage creation.
Dongseong Hwang
1
-0
/
+5
2018-06-19
add MSAA
Rob Clark
6
-17
/
+24
2018-06-19
gbm: fix fallback for drivers that don't support modifiers
Rob Clark
1
-1
/
+4
2018-04-03
cube-tex: make use of modifiers
Christian Gmeiner
3
-12
/
+106
2018-04-02
Use weak functions to handle lack of gbm modifiers
Emil Velikov
4
-44
/
+55
2018-04-02
Rework default modifier handling
Emil Velikov
2
-22
/
+3
[next]