index
:
mesa/kmscube
master
Example KMS/GBM/EGL application (mirrored from https://gitlab.freedesktop.org/mesa/kmscube)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-24
kmscube: Fix NUL truncation in initialisation string
HEAD
master
Adrián Larumbe
2
-1
/
+2
2025-08-11
gst-decoder: Inline buffer_to_image() inside video_frame()
Andrew Davis
1
-36
/
+16
2025-08-11
gst-decoder: Use GStreamer glupload for video cube
Andrew Davis
4
-184
/
+67
2025-08-09
kmscube: add write to png option to offscreen
Erico Nunes
4
-8
/
+44
2025-08-09
common: move write to png functionality to common
Erico Nunes
3
-39
/
+48
2025-08-08
kmscube: try drmModeAddFB if drmModeAddFB2 doesn't work
Maya Matuszczyk
1
-0
/
+11
2025-07-25
kmscube: Move cube vertex data to common location
Andrew Davis
7
-554
/
+91
2025-07-25
kmscube: Combine shader compiling and linking function
Andrew Davis
8
-70
/
+19
2025-07-25
kmscube: Get attribute locations dynamically over static bindings
Andrew Davis
6
-92
/
+80
2025-07-25
gst-decoder: Reuse already fetched sink pad
Andrew Davis
1
-4
/
+2
2025-07-25
cube-video: Use new VBO for blit vertex data
Andrew Davis
1
-3
/
+19
2025-07-25
cube-video: Create new frame after setting up new decoder
Andrew Davis
1
-0
/
+9
2025-07-25
cube-video: Do not setup VertexAttribPointer in init
Andrew Davis
1
-6
/
+18
2025-07-25
cube-video: Do not setup texture parameters each draw
Andrew Davis
1
-6
/
+5
2025-07-25
cube-gears: Save and restore viewport
Andrew Davis
1
-6
/
+5
2025-07-25
cube-gears: Only generate framebuffer texture and renderbuffer once
Andrew Davis
1
-12
/
+9
2025-07-25
cube-gears: Do not use renderbuffer texture targets
Andrew Davis
1
-12
/
+3
2025-07-25
cube-gears: Only set vertex attributes when needed
Andrew Davis
1
-9
/
+6
2025-07-25
cube-gears: Redisable depth testing before drawing cube
Andrew Davis
1
-4
/
+2
2025-07-25
cube-tex: Bind attribute location 2 to in_TexCoord not in_color
Andrew Davis
1
-1
/
+1
2025-07-25
cube-shadertoy: Save and restore viewport
Andrew Davis
1
-7
/
+5
2025-07-25
cube-shadertoy: Do not assume 0 is default framebuffer number
Andrew Davis
1
-2
/
+9
2025-07-25
cube-shadertoy: Do not setup VertexAttribPointer in init
Andrew Davis
1
-6
/
+0
2025-07-25
cube-shadertoy: Do not setup texture parameters each draw
Andrew Davis
1
-5
/
+0
2025-07-25
cube-shadertoy: Bind attribute location 2 to in_TexCoord not in_color
Andrew Davis
1
-1
/
+1
2025-07-25
cube-shadertoy: Bind attribute location for correct program
Andrew Davis
1
-1
/
+1
2025-07-25
cube-shadertoy: Do not re-enable face culling each draw loop
Andrew Davis
1
-1
/
+0
2025-07-25
kmscube: The clear color only needs set once
Andrew Davis
7
-12
/
+12
2025-07-25
kmscube: Do not recompute projection matrix each frame
Andrew Davis
5
-34
/
+25
2025-07-25
kmscube: Cast normal matrix from modelview matrix in shader
Andrew Davis
5
-75
/
+10
2025-07-25
perfcntrs: Move timer function out of common to perfcntrs
Andrew Davis
3
-14
/
+12
2025-07-25
esUtil: Remove unused definitions and function declarations
Andrew Davis
1
-169
/
+0
2025-06-23
kmscube: turn buf_to_fd() into a helper reused by cube-tex
Andrew Davis
4
-140
/
+69
2025-06-04
kmscube: factor out FPS reporting
Andrew Davis
5
-88
/
+69
2025-06-04
kmscube: factor out init_egl() from each cube init
Andrew Davis
12
-68
/
+73
2025-06-04
kmscube: refactor init_egl() to return a new egl instance
Andrew Davis
7
-67
/
+64
2025-06-04
kmscube: store width and height instead of gbm
Andrew Davis
2
-7
/
+8
2025-06-04
cube-gears: Remove unneeded extension checks
Andrew Davis
1
-5
/
+0
2024-11-06
kmscube: gears: use only GLES2
Erico Nunes
1
-3
/
+1
2024-09-26
common: fix cast type in init_egl()
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
-49
/
+85
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
[next]