index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
/
apple
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: Fix up glXQueryGLXPbufferSGIX on macOS.
Vinson Lee
2019-08-23
1
-1
/
+0
*
glx: Sync <GL/glxext.h> with Khronos
Adam Jackson
2019-08-22
1
-1
/
+1
*
Delete autotools
Dylan Baker
2019-04-15
1
-46
/
+0
*
apple/glx/log: added missing va_end() after va_copy()
Andrii Simiklit
2018-09-06
1
-0
/
+1
*
meson: fix warnings about comparing unlike types
Dylan Baker
2018-04-06
1
-1
/
+1
*
glx: remove empty GLX_SGIX_swap_group stubs
Emil Velikov
2018-03-12
1
-12
/
+0
*
glx: remove empty GLX_SGIX_swap_barrier stubs
Emil Velikov
2018-03-12
1
-21
/
+0
*
glx/apple: Ship meson build file in tarball
Thierry Reding
2018-03-08
1
-1
/
+3
*
meson: build src/glx/apple
Jon Turney
2018-02-05
1
-0
/
+61
*
glx/apple: locate dispatch table functions to wrap by name
Jon Turney
2018-02-01
1
-7
/
+5
*
glx/apple: include util/debug.h for env_var_as_boolean prototype
Jon Turney
2018-02-01
1
-0
/
+1
*
glx: turn LIBGL_PROFILE_CORE into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+1
*
glx: turn LIBGL_ALLOW_SOFTWARE into a boolean
Eric Engestrom
2017-09-12
1
-2
/
+2
*
egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+1
*
glx: turn LIBGL_DIAGNOSTIC into a boolean
Eric Engestrom
2017-09-12
3
-4
/
+9
*
glx/apple: remove empty variable SHARED_GLAPI_CFLAGS
Emil Velikov
2017-05-04
1
-1
/
+0
*
glx/apple: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-2
/
+2
*
glx: unify GLX_SGIX_pbuffer aliased declarations
Emil Velikov
2017-01-18
1
-16
/
+0
*
glx: apple specific occurences of dummyContext check
Tapani Pälli
2016-08-15
2
-3
/
+3
*
Fix a few typos
Zoë Blade
2015-04-27
3
-4
/
+4
*
glx: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-2
/
+2
*
darwin: build fix
Jeremy Huddleston Sequoia
2015-02-10
1
-0
/
+1
*
mesa: Add notes/readme files to distribution.
Matt Turner
2014-12-12
1
-0
/
+2
*
glx/apple: Add headers to distribution.
Matt Turner
2014-12-12
1
-1
/
+10
*
darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...
Jeremy Huddleston Sequoia
2014-05-31
1
-2
/
+0
*
darwin: Guard Core Profile usage behind a testing envvar
Jeremy Huddleston Sequoia
2014-05-24
1
-10
/
+20
*
darwin: Write errors in choosing the pixel format to the crash log
Jeremy Huddleston Sequoia
2014-05-24
1
-2
/
+16
*
appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any m...
Jon TURNEY
2014-05-23
1
-0
/
+5
*
Fix build of appleglx
Jon TURNEY
2014-05-23
9
-271
/
+40
*
darwin: Fix test for kCGLPFAOpenGLProfile support at runtime
Jeremy Huddleston Sequoia
2014-05-20
1
-5
/
+9
*
configure: use LIB_EXT rather than hardcoded .so
Emil Velikov
2014-03-11
1
-4
/
+4
*
configure: remove old makefile variables
Emil Velikov
2014-03-11
1
-5
/
+4
*
glx/apple: Fixed glx context memory leak in case of failure.
Siavash Eliasi
2014-02-28
1
-0
/
+1
*
Apple: glFlush() is not needed with CGLFlushDrawable()
Jeremy Huddleston Sequoia
2013-07-20
1
-2
/
+0
*
build: Rename sources.mak -> Makefile.sources
Matt Turner
2013-04-15
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
3
-3
/
+3
*
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Matt Turner
2012-10-01
1
-1
/
+1
*
darwin: do not create double-buffered offscreen pixel formats
Jonas Maebe
2012-09-24
1
-1
/
+1
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-2
/
+2
*
build: fix location of generated files in src/mesa (v4)
Christopher James Halse Rogers
2012-08-13
1
-0
/
+4
*
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
2012-06-11
1
-1
/
+1
*
darwin: Address a build failure on Leopard and earlier OS versions
Jeremy Huddleston
2012-05-18
1
-0
/
+10
*
darwin: Eliminate a possible race condition while destroying a surface
Jeremy Huddleston
2012-05-16
1
-4
/
+4
*
darwin: Unlock our mutex before destroying it
Jeremy Huddleston
2012-05-16
1
-0
/
+3
*
darwin: Use ASL for logging
Jeremy Huddleston
2012-05-03
5
-21
/
+183
*
darwin: Make reported errors more user-friendly
Jeremy Huddleston
2012-05-03
1
-9
/
+10
*
darwin: Fix an error message
Jeremy Huddleston
2012-05-03
1
-1
/
+1
*
darwin: Eliminate a pthread mutex leak
Jeremy Huddleston
2012-04-24
1
-0
/
+7
*
apple: Fix a use after free
Jonas Maebe
2012-04-23
1
-2
/
+4
*
darwin: Build create_context.c
Jeremy Huddleston
2012-03-16
1
-0
/
+1
[next]