Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
zaucy
/
SDL
Public
forked from
libsdl-org/SDL
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SDL
src
video
kmsdrm
on
SDL2
User selector
All users
All time
Commit history
Commits on Apr 17, 2024
Fixed compilation with C89 (thanks @d-s-a!)
Show description for 4e29be8
slouken
committed
4e29be8
View commit details
Copy full SHA for 4e29be8
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
SDL_ShowMessageBox: Remove `#ifdef`s and respect SDL_VIDEO_DRIVER hint.
Show description for c5c0b2c
icculus
committed
c5c0b2c
View commit details
Copy full SHA for c5c0b2c
View code at this point
Browse repository at this point
Commits on Jan 1, 2024
Updated copyright for 2024
slouken
committed
0fc3574
View commit details
Copy full SHA for 0fc3574
View code at this point
Browse repository at this point
Commits on Dec 27, 2023
Fix static build with libdrm 2.4.116
ReillyBrogan
authored and
slouken
committed
5dfb0c1
View commit details
Copy full SHA for 5dfb0c1
View code at this point
Browse repository at this point
Commits on Nov 22, 2023
Removed some function declarations that don't actually exist.
Show description for 87875a4
icculus
committed
87875a4
View commit details
Copy full SHA for 87875a4
View code at this point
Browse repository at this point
kmsdrm: restrict KMSDRM_ReleaseVT/KMSDRM_AcquireVT to SDL_INPUT_LINUXEV
sezero
committed
59b0a2d
View commit details
Copy full SHA for 59b0a2d
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
cmake: fix uses of undefined macro identifiers (-Wundef)
madebr
authored
d81d986
View commit details
Copy full SHA for d81d986
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
[SDL2] pointer boolean (#8523)
1bsyl
authored
a14b948
View commit details
Copy full SHA for a14b948
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
Implemented VT switching for KMSDRM on Linux
Show description for dfc38ef
slouken
committed
dfc38ef
View commit details
Copy full SHA for dfc38ef
View code at this point
Browse repository at this point
Commits on May 23, 2023
Updated source to match SDL function prototype style
slouken
committed
3f1fd5a
View commit details
Copy full SHA for 3f1fd5a
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
Show description for 0d76380
slouken
committed
0d76380
View commit details
Copy full SHA for 0d76380
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Updated copyright for 2023
slouken
committed
0479df5
View commit details
Copy full SHA for 0479df5
View code at this point
Browse repository at this point
Commits on Dec 23, 2022
kmsdrm: Fix wrong check on KMSDRM_CreateWindow.
Show description for af54c82
JohnnyonFlame
authored and
slouken
committed
af54c82
View commit details
Copy full SHA for af54c82
View code at this point
Browse repository at this point
Commits on Dec 1, 2022
Clang-Tidy fixes (#6725)
Show description for d0bbfdb
FtZPetruska
authored and
slouken
committed
d0bbfdb
View commit details
Copy full SHA for d0bbfdb
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Update for SDL3 coding style (#6717)
Show description for b8d85c6
slouken
committed
b8d85c6
View commit details
Copy full SHA for b8d85c6
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
Cleanup add brace (#6545)
Show description for fb0ce37
1bsyl
authored and
slouken
committed
fb0ce37
View commit details
Copy full SHA for fb0ce37
View code at this point
Browse repository at this point
Commits on Nov 18, 2022
Fixed KMSDRM window creation failing if OpenGL libraries are not available, but GLES 2.0 libraries are
slouken
committed
ff99e56
View commit details
Copy full SHA for ff99e56
View code at this point
Browse repository at this point
If a CRTC doesn't have a mode configured, use the preferred or largest mode as the default mode
Show description for da9ba3a
slouken
committed
da9ba3a
View commit details
Copy full SHA for da9ba3a
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
Remove un-needed check for NULL pointer. They were previously checked just before.
1bsyl
committed
1d7966d
View commit details
Copy full SHA for 1d7966d
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
SDL_KMSDRMOPENGLES.H: Correct spelling mistakes
Show description for 678ef79
raziel-
authored and
icculus
committed
678ef79
View commit details
Copy full SHA for 678ef79
View code at this point
Browse repository at this point
Commits on Sep 28, 2022
kmsdrm: only negative devindex's are not allowed
Show description for 57b5c91
ericcurtin
authored and
icculus
committed
57b5c91
View commit details
Copy full SHA for 57b5c91
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
Fixed spacing
pac85
authored and
slouken
committed
5f79cd1
View commit details
Copy full SHA for 5f79cd1
View code at this point
Browse repository at this point
free drm prop before returning
pac85
authored and
slouken
committed
dd68eb5
View commit details
Copy full SHA for dd68eb5
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
Use SDL_bool
pac85
authored and
slouken
committed
aae566e
View commit details
Copy full SHA for aae566e
View code at this point
Browse repository at this point
restore vrr state on exit
pac85
authored and
slouken
committed
e3ea9b5
View commit details
Copy full SHA for e3ea9b5
View code at this point
Browse repository at this point
Use SDL_TRUE and SDL_FALSE
pac85
authored and
slouken
committed
450e985
View commit details
Copy full SHA for 450e985
View code at this point
Browse repository at this point
kmsdrm: added missing checks
pac85
authored and
slouken
committed
605b50f
View commit details
Copy full SHA for 605b50f
View code at this point
Browse repository at this point
Fixed build errors
slouken
committed
20715fa
View commit details
Copy full SHA for 20715fa
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
kmsdrm: enable vrr on displays that support it
pac85
authored and
slouken
committed
ad87453
View commit details
Copy full SHA for ad87453
View code at this point
Browse repository at this point
Commits on Jul 27, 2022
kmsdrm: slightly better device index hint parsing.
icculus
committed
42165fe
View commit details
Copy full SHA for 42165fe
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
Fixed interpreting SDL_KMSDRM_DEVICE_INDEX="" as index 0
slouken
committed
613ce78
View commit details
Copy full SHA for 613ce78
View code at this point
Browse repository at this point
kmsdrm: let device indexes be > 2 digits.
icculus
committed
cc982ea
View commit details
Copy full SHA for cc982ea
View code at this point
Browse repository at this point
kmsdrm: check SDL_HINT_KMSDRM_DEVICE_INDEX hint in dri_getindex().
Show description for 542a4da
icculus
committed
542a4da
View commit details
Copy full SHA for 542a4da
View code at this point
Browse repository at this point
kmsdrm: Added a hint to specify device index.
Show description for 5d85c7d
icculus
committed
5d85c7d
View commit details
Copy full SHA for 5d85c7d
View code at this point
Browse repository at this point
video: removed unused devindex argument from bootstrap's create method.
icculus
committed
20a76b0
View commit details
Copy full SHA for 20a76b0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.