FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/SFML/Window/EglContext.cpp - criptych/SFML · GitHub
criptych
/
SFML
Public
forked from
SFML/SFML
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SFML
src
SFML
Window
EglContext.cpp
on
master
User selector
Datepicker
Commit history
Commits on Oct 30, 2024
Improve const correctness
ChrisThrasher
committed
fa28722
View commit details
Copy full SHA for fa28722
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
Disallow C-style arrays
ChrisThrasher
committed
18eb48b
View commit details
Copy full SHA for 18eb48b
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
Upgrade to clang-format-17
ChrisThrasher
committed
c38b98c
View commit details
Copy full SHA for c38b98c
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
Use `eglCheck` macro as an expression instead of a statement
Show description for 04b1808
ZXShady
authored and
vittorioromeo
committed
04b1808
View commit details
Copy full SHA for 04b1808
View code at this point
Browse repository at this point
Commits on Sep 30, 2024
Remove unnecessary ternaries
Show description for ea08388
ChrisThrasher
committed
ea08388
View commit details
Copy full SHA for ea08388
View code at this point
Browse repository at this point
Commits on Sep 10, 2024
Change spelling of anti-aliasing
eXpl0it3r
authored and
ChrisThrasher
committed
9f52cfe
View commit details
Copy full SHA for 9f52cfe
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
Pass `sf::Vector2<T>`s by value
Show description for c8c8673
ChrisThrasher
committed
c8c8673
View commit details
Copy full SHA for c8c8673
View code at this point
Browse repository at this point
Commits on May 23, 2024
Remove redundant parentheses
ChrisThrasher
committed
6f459bb
View commit details
Copy full SHA for 6f459bb
View code at this point
Browse repository at this point
Commits on Apr 27, 2024
Improve const correctness
ChrisThrasher
committed
04c36fd
View commit details
Copy full SHA for 04c36fd
View code at this point
Browse repository at this point
Require that variables are initialized
ChrisThrasher
committed
249caa2
View commit details
Copy full SHA for 249caa2
View code at this point
Browse repository at this point
Commits on Dec 10, 2023
Apply const to more local variables
ChrisThrasher
committed
0e17f4d
View commit details
Copy full SHA for 0e17f4d
View code at this point
Browse repository at this point
Commits on Oct 27, 2023
Run clang-tidy on OpenGL ES codepaths
ChrisThrasher
committed
0512748
View commit details
Copy full SHA for 0512748
View code at this point
Browse repository at this point
Commits on Oct 5, 2023
Fixed compiling on Linux with SFML_OPENGL_ES
texus
authored and
ChrisThrasher
committed
46ba176
View commit details
Copy full SHA for 46ba176
View code at this point
Browse repository at this point
Commits on Aug 27, 2023
Consistently use `getNativeHandle` function name
ChrisThrasher
committed
1cca7cd
View commit details
Copy full SHA for 1cca7cd
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
Remove unnecessary parentheses
ChrisThrasher
committed
62c376f
View commit details
Copy full SHA for 62c376f
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
Add Android clang-tidy job
ChrisThrasher
committed
b99a4e3
View commit details
Copy full SHA for b99a4e3
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Add doc strings to remaining assertions
ChrisThrasher
committed
98df0fe
View commit details
Copy full SHA for 98df0fe
View code at this point
Browse repository at this point
Commits on Jun 28, 2023
Modernize memory management of X11 types
ChrisThrasher
committed
2754263
View commit details
Copy full SHA for 2754263
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
Reorder includes hierarchically
vittorioromeo
authored and
eXpl0it3r
committed
cbfa9cb
View commit details
Copy full SHA for cbfa9cb
View code at this point
Browse repository at this point
Commits on Apr 4, 2023
Make EGL pixel format selection follow the same procedure as the other context types and make OpenGL context version parsing more tolerant of garbage data. Fixes #2395
intjelic
authored and
ChrisThrasher
committed
6a3feda
View commit details
Copy full SHA for 6a3feda
View code at this point
Browse repository at this point
Commits on Jan 11, 2023
Changed from std::scoped_lock to std::lock_guard
Jim-Marsden
authored and
ChrisThrasher
committed
b2009e2
View commit details
Copy full SHA for b2009e2
View code at this point
Browse repository at this point
Commits on Jan 7, 2023
Use nested namespaces
ChrisThrasher
committed
cdce9f7
View commit details
Copy full SHA for cdce9f7
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
Use in-class member initializers
ChrisThrasher
authored
c0acaef
View commit details
Copy full SHA for c0acaef
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Run clang-format
ChrisThrasher
authored and
eXpl0it3r
committed
4f52793
View commit details
Copy full SHA for 4f52793
View code at this point
Browse repository at this point
Commits on Jun 1, 2022
Use `[[maybe_unused]]` for parameters that are sometimes not used
Show description for e0c4d14
ChrisThrasher
authored and
eXpl0it3r
committed
e0c4d14
View commit details
Copy full SHA for e0c4d14
View code at this point
Browse repository at this point
Commits on May 17, 2022
Use `sf::Vector2<T>` for numeric parameter pairs
ChrisThrasher
authored and
eXpl0it3r
committed
0785093
View commit details
Copy full SHA for 0785093
View code at this point
Browse repository at this point
Commits on Apr 27, 2022
Merge branch '2.6.x'
eXpl0it3r
committed
9a6142b
View commit details
Copy full SHA for 9a6142b
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
DRM Implementation
Show description for b6ca47e
authored and
eXpl0it3r
committed
b6ca47e
View commit details
Copy full SHA for b6ca47e
View code at this point
Browse repository at this point
Commits on Feb 16, 2022
Cleanup `sf::err` includes
vittorioromeo
authored and
eXpl0it3r
committed
32ad019
View commit details
Copy full SHA for 32ad019
View code at this point
Browse repository at this point
Commits on Dec 21, 2021
Use smart pointers to manage memory
vittorioromeo
committed
f6de7ec
View commit details
Copy full SHA for f6de7ec
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
Merge branch '2.6.x' into feature/backmerge
eXpl0it3r
committed
3cd45a2
View commit details
Copy full SHA for 3cd45a2
View code at this point
Browse repository at this point
Commits on Dec 19, 2021
Fix all macOS clang warnings
Show description for c824d3d
authored and
vittorioromeo
committed
c824d3d
View commit details
Copy full SHA for c824d3d
View code at this point
Browse repository at this point
Fix Clang warnings on Android
pparuzel
authored and
vittorioromeo
committed
4df16d1
View commit details
Copy full SHA for 4df16d1
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
Replace SFML multithreading primitives with standard C++ ones
vittorioromeo
committed
b33f4bb
View commit details
Copy full SHA for b33f4bb
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
Use 'nullptr' instead of 'NULL'
vittorioromeo
committed
c9f7cb3
View commit details
Copy full SHA for c9f7cb3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL