mesa/src/glx
Fredrik Höglund 3616e862f2 glx: Fix the GLXFBConfig attrib sort priorities
The sort priorites for GLX_SAMPLES and GLX_SAMPLE_BUFFERS are
not defined in GL_ARB_multisample, but they are defined in
the GLX 1.4 specification.

Cc: "9.2 10.0 10.1" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-02-26 02:17:12 +01:00
..
apple
tests glx/tests: Provide __glXGetCurrentContext() stub when needed 2013-11-19 15:28:22 +00:00
.gitignore
applegl_glx.c
clientattrib.c glx: Check malloc return value before accessing memory in glx/clientattrib.c 2013-12-03 14:35:41 -07:00
clientinfo.c glx: Add missing null check in __glX_send_client_info() 2014-02-07 08:14:05 -07:00
compsize.c
create_context.c
dri2.c glx: Add missing null check in DRI2WireToEvent 2013-12-11 18:18:43 -07:00
dri2.h glx: declare glx_screen struct to silence warning 2013-11-11 08:12:05 -07:00
dri2_glx.c glx/dri2: set the implemented version of __DRIdri2LoaderExtension 2014-02-23 16:42:16 +00:00
dri2_priv.h glx/dri2: Add DRI2 support for GLX_MESA_query_renderer 2013-11-07 18:12:33 -08:00
dri2_query_renderer.c glx/dri2: Add DRI2 support for GLX_MESA_query_renderer 2013-11-07 18:12:33 -08:00
dri3_glx.c glx/dri3: set the implemented version of __DRIimageLoaderExtension 2014-02-23 16:42:17 +00:00
dri3_priv.h dri3: Track current Present swap mode and adjust buffer counts 2014-01-30 17:29:33 -08:00
dri_common.c glx/dri_common: use the implemented version of __DRIsystemTimeExtension 2014-02-23 16:42:17 +00:00
dri_common.h dri: Reuse dri_message to implement our other message handlers. 2014-01-27 09:37:29 -08:00
dri_glx.c glx/dri: use the implemented version of __DRIdamageExtension 2014-02-23 16:42:17 +00:00
drisw_glx.c glx/drisw: use the implemented version of __DRIswrastLoaderExtension 2014-02-23 16:42:17 +00:00
eval.c
glx_error.c
glx_error.h
glx_pbuffer.c glx: Add some missing null checks in glx_pbuffer.c 2014-02-07 08:14:05 -07:00
glx_query.c
glxclient.h glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable 2013-12-20 16:43:08 -08:00
glxcmds.c glx: Fix the GLXFBConfig attrib sort priorities 2014-02-26 02:17:12 +01:00
glxconfig.c
glxconfig.h
glxcurrent.c
glxext.c glx: Add missing null check in __glXCloseDisplay 2014-02-07 08:14:04 -07:00
glxextensions.c
glxextensions.h
glxhash.c
glxhash.h
indirect_glx.c
indirect_init.h
indirect_texture_compression.c
indirect_transpose_matrix.c
indirect_vertex_array.c glx: check memory allocations in __glXInitVertexArrayState() 2014-01-06 10:23:26 -07:00
indirect_vertex_array.h
indirect_vertex_array_priv.h
indirect_vertex_program.c
indirect_window_pos.c
Makefile.am build: Share the all-local rule for linking libraries into the build dir 2014-01-29 12:58:13 -08:00
packrender.h
packsingle.h
pixel.c
pixelstore.c
query_renderer.c glx: change query_renderer_integer() value param to unsigned 2013-11-11 08:10:12 -07:00
render2.c
renderpix.c
SConscript glx: use the loader util lib 2014-01-18 18:47:48 +00:00
single2.c
singlepix.c
vertarr.c
XF86dri.c s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
xf86dri.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
xf86dristr.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
xfont.c