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
/
dri_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "glx: Implement GLX_EXT_no_config_context"
Adam Jackson
2019-09-26
1
-4
/
+0
*
glx: Implement GLX_EXT_no_config_context
Adam Jackson
2019-09-23
1
-0
/
+4
*
glx: Add fields for color shifts
Kevin Strasser
2019-08-21
1
-0
/
+4
*
glx: drop unnecessary pointer deref for function calls
Eric Engestrom
2019-08-04
1
-2
/
+2
*
glx: add support for GLX_ARB_create_context_no_error (v3)
Grigori Goronzy
2019-03-12
1
-1
/
+51
*
loader: Factor out the common driver opening logic from each loader.
Eric Anholt
2018-11-16
1
-86
/
+8
*
glx: Move DRI extensions pointer loading to driOpenDriver().
Eric Anholt
2018-11-16
1
-5
/
+18
*
glx: Remove an old DEFAULT_DRIVER_DIR default.
Eric Anholt
2018-11-16
1
-5
/
+0
*
glx: Prepare driFetchDrawable for no-config contexts
Adam Jackson
2017-12-01
1
-2
/
+20
*
glx: Implement GLX_ARB_context_flush_control
Neil Roberts
2017-11-06
1
-1
/
+15
*
dri: Introduce SWAP_METHOD tokens
Thomas Hellstrom
2017-08-10
1
-0
/
+13
*
glx: Fix swap method config matching
Thomas Hellstrom
2017-08-10
1
-3
/
+1
*
dri: make use of loader_get_extensions_name(..) helper
Christian Gmeiner
2016-11-15
1
-3
/
+2
*
Revert "dri: make use of dri_get_extensions_name(..) helper"
Emil Velikov
2016-11-15
1
-2
/
+3
*
dri: make use of dri_get_extensions_name(..) helper
Christian Gmeiner
2016-11-15
1
-3
/
+2
*
glx: update to updated version of EXT_create_context_es2_profile
Ilia Mirkin
2016-02-03
1
-16
/
+12
*
glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3)
Kyle Brenneman
2015-10-02
1
-1
/
+5
*
mesa/glx: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-2
/
+1
*
Revert "Match swrast modes more loosely."
Marek Olšák
2015-07-23
1
-58
/
+1
*
Match swrast modes more loosely.
Tom Hughes
2015-07-23
1
-1
/
+58
*
mesa: glx: Reduce error log level
Courtney Goeltzenleuchter
2014-06-12
1
-1
/
+1
*
Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload"
Marek Olšák
2014-06-02
1
-5
/
+5
*
glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload
Jerome Glisse
2014-05-29
1
-5
/
+5
*
glx/dri_common: use the implemented version of __DRIsystemTimeExtension
Emil Velikov
2014-02-23
1
-3
/
+4
*
glx: Pass NULL DRI drawables into the DRI driver for None GLX drawables
Kristian Høgsberg
2014-02-06
1
-0
/
+3
*
dri: Reuse dri_message to implement our other message handlers.
Eric Anholt
2014-01-27
1
-60
/
+0
*
dri: Fix the logger error message handling.
Eric Anholt
2014-01-27
1
-0
/
+25
*
glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable
Lauri Kasanen
2013-12-20
1
-1
/
+1
*
glx: Add an optional function call for getting the DRI driver interface.
Eric Anholt
2013-10-24
1
-1
/
+16
*
glx: Move the driver extension-loading to a helper function.
Eric Anholt
2013-10-24
1
-0
/
+14
*
glx: Initialize OpenGL version to 1.0
Rico Schüller
2013-09-04
1
-7
/
+7
*
dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
Tomasz Lis
2013-07-18
1
-1
/
+7
*
glx: Retrieve the value of RENDER_TYPE from GLX attribs array
Tomasz Lis
2013-07-18
1
-6
/
+6
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-1
/
+1
*
glx/dri2: Add support for GLX_ARB_create_context_robustness
Ian Romanick
2012-07-11
1
-2
/
+18
*
glx:dri_common.c: check psc->driScreen->createDrawable return value
Wang YanQing
2012-03-28
1
-0
/
+6
*
dri: Add a CriticalErrorMessageF macro.
Carl Worth
2012-02-08
1
-0
/
+24
*
dri: Clarify comments on InfoMessageF and ErrorMessageF macros.
Carl Worth
2012-02-08
1
-1
/
+6
*
glx/dri: Initialize api even if num_attribs == 0.
Kenneth Graunke
2012-01-11
1
-1
/
+3
*
glx: Enable GLX_EXT_create_context_es2_profile
Ian Romanick
2012-01-02
1
-0
/
+16
*
glx/dri: Add utility function dri2_convert_glx_attribs
Ian Romanick
2012-01-02
1
-0
/
+102
*
glx: Fix indirect fallback when a non-Mesa GLX extension is present.
Aaron Plattner
2011-12-07
1
-2
/
+0
*
dri: Remove all DRI1 drivers
Ian Romanick
2011-08-26
1
-1
/
+1
*
glx: Avoid calling __glXInitialize() in driReleaseDrawables().
Henri Verbeet
2011-07-19
1
-1
/
+1
*
glx: implement drawable refcounting.
Stéphane Marchesin
2011-06-17
1
-7
/
+19
*
glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.
Dave Airlie
2011-03-06
1
-1
/
+3
*
glx: Only remove drawables from the hash when we actually delete them
Kristian Høgsberg
2010-09-29
1
-4
/
+6
*
glx: Drop broken drawable garbage collection
Kristian Høgsberg
2010-09-08
1
-0
/
+25
*
glx: Move bind and unbind to context vtable
Kristian Høgsberg
2010-07-28
1
-0
/
+27
*
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Kristian Høgsberg
2010-07-28
1
-1
/
+0
[next]