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
2024-09-26
common: fix cast type in init_egl()
HEAD
master
Eric Engestrom
1
-1
/
+1
2024-09-26
gst-decoder.c: switch to decodebin3
Hugues Fruchet
2
-2
/
+2
2024-09-24
kmscube: warn of missing mode argument in offscreen renders
Adrian Larumbe
1
-0
/
+5
2024-05-07
Allow running in background with STDIN set to O_NONBLOCKING
Markus Niebel
6
-23
/
+33
2024-02-26
kmscube: Fix incorrect modifier check in create_framebuffer function
Christopher Michael
1
-9
/
+7
2023-09-26
kmscube: Add gears mode
Scott Moreau
4
-3
/
+797
2023-09-26
es: Update to prepare for gears mode
Scott Moreau
2
-51
/
+87
2023-09-26
ci: enable MR pipelines
Eric Engestrom
1
-0
/
+8
2023-08-02
Revert "ci: use gitlab proxy to avoid hitting dockerhub every time"
Eric Engestrom
1
-2
/
+2
2023-07-26
kmscube: Add [-n N] option to specify connector ID
Ralph Campbell
6
-22
/
+51
2023-07-12
kmscube: add offscreen rendering support
Dmitry Baryshkov
5
-3
/
+200
2023-07-08
ci: use gitlab proxy to avoid hitting dockerhub every time
Eric Engestrom
1
-2
/
+2
2023-07-07
ci: stop using the deprecated implicit `setup` command
Eric Engestrom
1
-1
/
+1
2023-07-07
ci: extend from a common job instead of using a bunch of yaml anchors
Eric Engestrom
1
-15
/
+11
2023-07-07
ci: bump meson to 0.48
Eric Engestrom
1
-1
/
+1
2023-07-07
ci: force installation of python packages
Eric Engestrom
1
-1
/
+1
2023-07-07
ci: drop wheel & setuptools install now that they are included
Eric Engestrom
1
-1
/
+0
2023-05-19
perfcntrs.c: remove include GLES3/gl3.h
Erico Nunes
1
-2
/
+0
2023-04-13
meson: check GLES3 header within GLESv2 include dirs
Jan Beich
1
-1
/
+1
2023-03-28
fix typos
Harri Nieminen
2
-3
/
+3
2022-11-10
meson: upgrade the "GLES3 not supported" message into a warning
Eric Engestrom
1
-1
/
+1
2022-11-10
meson: replace gles version check with a header presence check
Eric Engestrom
1
-3
/
+4
2022-09-02
drm-common: fix return type of find_crtc_for_connector() & find_crtc_for_enco...
Eric Engestrom
1
-4
/
+4
2022-09-02
make GLES3 optional
Eric Engestrom
2
-10
/
+30
2022-09-02
texturator: Use correct GL extension header
Damian Hobson-Garcia
1
-1
/
+1
2022-09-02
Returns -1 when shaders creation fails
Fang Tan
1
-2
/
+9
2022-09-02
drm-common.c: do not use invalid modifier
Alexander Kanavin
1
-1
/
+1
2022-09-02
kmscube: check return value when creating GBM device
Adrián Larumbe
1
-1
/
+4
2022-09-02
drm: fix crtc not found conditional
Tom Stokes
1
-1
/
+1
2022-09-02
ci/latest: use image with base-devel pre-installed
Eric Engestrom
1
-2
/
+1
2022-09-02
ci/latest: fix build as dockerhub image was renamed
Eric Engestrom
1
-1
/
+1
2021-02-07
Revert "Multiple GL_ TRIANGLE_ STRIP draw merge."
Kristian H. Kristensen
1
-1
/
+6
2021-02-07
Multiple GL_ TRIANGLE_ STRIP draw merge.
Fang Tan
1
-6
/
+1
2020-10-28
drm: grab correct handle for plane != 0
Lucas Stach
1
-3
/
+7
2020-09-02
surfaceless support
Rob Clark
6
-20
/
+205
2020-09-02
gbm: split out helper to initialize surface
Rob Clark
1
-8
/
+15
2020-03-31
texturator: Fix float to bool conversion warning
Fabio Estevam
1
-1
/
+1
2020-03-31
texturator: Only define png variable when libpng is present
Fabio Estevam
1
-0
/
+2
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
[next]