index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
/
glxcmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: make xf86vidmode mandatory for direct rendering
Emil Velikov
2018-11-20
1
-6
/
+1
*
Make glXChooseFBConfig handle unspecified sRGB correctly
Jon Turney
2018-07-31
1
-0
/
+1
*
glx: Fix number of property values to read in glXImportContextEXT
Michel Dänzer
2018-06-05
1
-1
/
+1
*
glx: remove empty GLX_SGIX_swap_group stubs
Emil Velikov
2018-03-12
1
-16
/
+0
*
glx: remove empty GLX_SGIX_swap_barrier stubs
Emil Velikov
2018-03-12
1
-25
/
+0
*
glx/apple: include util/debug.h for env_var_as_boolean prototype
Jon Turney
2018-02-01
1
-0
/
+1
*
glx: Use __glXSendError instead of open-coding it
Adam Jackson
2017-12-01
1
-9
/
+1
*
glx: Simplify some dummy vtable interactions
Adam Jackson
2017-12-01
1
-5
/
+5
*
glx: Relax validate_renderType_against_config for EXT_no_config_context
Adam Jackson
2017-11-09
1
-13
/
+17
*
glx: Be more tolerant in glXImportContext (v2)
Adam Jackson
2017-09-27
1
-42
/
+30
*
glx: turn LIBGL_DUMP_VISUALID into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+1
*
glxcmds: Fix a typo in the __APPLE__ codepath
Jeremy Huddleston Sequoia
2017-08-17
1
-1
/
+1
*
glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERING
Emil Velikov
2017-05-04
1
-1
/
+1
*
glx: add missing sRGB attribute check in fbconfigs_compatible()
Neha Bhende
2017-04-28
1
-0
/
+1
*
glx: guard swap-interval functions against destroyed drawables
Nicolai Hähnle
2017-02-06
1
-3
/
+15
*
glx: use GLX_ALIAS for glXGetProcAddress
Emil Velikov
2017-01-18
1
-13
/
+4
*
mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro
Emil Velikov
2017-01-18
1
-2
/
+2
*
glx: make interop ABI visible again
Marek Olšák
2016-11-04
1
-2
/
+2
*
glx: Perform check for valid fbconfig against proper X-Screen.
Mario Kleiner
2016-10-14
1
-2
/
+1
*
glx: rename choose_visual(), drop const argument
Emil Velikov
2016-10-06
1
-15
/
+11
*
glx: apple specific occurences of dummyContext check
Tapani Pälli
2016-08-15
1
-1
/
+1
*
glx: fix error code when there is no context bound
Bernard Kilarski
2016-08-15
1
-15
/
+15
*
glx: fix crash with bad fbconfig
Daniel Czarnowski
2016-06-09
1
-0
/
+23
*
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
2016-05-30
1
-3
/
+3
*
glx: Implement the libglvnd interface.
Kyle Brenneman
2016-05-30
1
-39
/
+39
*
mesa_glinterop: make GL interop version field bidirectional
Emil Velikov
2016-05-24
1
-1
/
+1
*
mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols
Emil Velikov
2016-05-24
1
-2
/
+2
*
glxcmds: glXGetFBConfigs, fix screen bounds
Jiri Slaby
2016-05-23
1
-1
/
+1
*
glx: implement GLX part of interop interface (v2)
Marek Olšák
2016-04-20
1
-0
/
+54
*
glx: Fix build errors with --enable-mangling (v2)
Kyle Brenneman
2015-10-02
1
-0
/
+4
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
glx: remove __glXstrdup()
Juha-Pekka Heikkila
2014-12-16
1
-17
/
+0
*
glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case
Jon TURNEY
2014-06-10
1
-1
/
+1
*
Fix build of appleglx
Jon TURNEY
2014-05-23
1
-2
/
+2
*
glx: remove unused __glXClientInfo()
Juha-Pekka Heikkila
2014-04-02
1
-13
/
+0
*
glx: cleanup unneeded headers
Emil Velikov
2014-03-11
1
-2
/
+0
*
glx: Fix the GLXFBConfig attrib sort priorities
Fredrik Höglund
2014-02-26
1
-7
/
+4
*
glx: Fix the default values for GLXFBConfig attributes
Fredrik Höglund
2014-02-26
1
-7
/
+2
*
glx: Add missing null checks in glxcmds.c
Juha-Pekka Heikkila
2014-02-07
1
-8
/
+20
*
glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Lauri Kasanen
2013-12-20
1
-4
/
+2
*
glx: don't fail out when no configs if we have visuals
Dave Airlie
2013-11-21
1
-1
/
+1
*
glx: Add functions and GLX plumbing for GLX_MESA_query_renderer
Ian Romanick
2013-11-07
1
-0
/
+6
*
glx: Require proper drawableType in init_fbconfig_for_chooser
Tomasz Lis
2013-07-18
1
-1
/
+6
*
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
2013-07-18
1
-0
/
+27
*
glx: Store the RENDER_TYPE in indirect rendering
Tomasz Lis
2013-07-18
1
-1
/
+0
*
glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooser
Tomasz Lis
2013-07-18
1
-4
/
+28
*
glx: Store the value of renderType while creating context
Tomasz Lis
2013-07-18
1
-2
/
+2
*
glx: return True/False instead of GL_TRUE/GL_FALSE
Brian Paul
2013-06-27
1
-11
/
+11
*
glx: move declarations before code
Brian Paul
2013-06-27
1
-8
/
+7
*
Honor GLX_DONT_CARE in MATCH_MASK
Alexander Monakov
2013-04-05
1
-1
/
+3
[next]