summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: Add missing null check in gxl/dri2_glx.cJuha-Pekka Heikkila2013-12-031-0/+4
* glx: Check malloc return value before accessing memory in glx/clientattrib.cJuha-Pekka Heikkila2013-12-031-0/+4
* glx: don't fail out when no configs if we have visualsDave Airlie2013-11-211-1/+1
* glx/tests: Provide __glXGetCurrentContext() stub when neededJon TURNEY2013-11-191-0/+8
* dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg2013-11-121-45/+11
* glx: declare glx_screen struct to silence warningBrian Paul2013-11-111-0/+2
* glx: change query_renderer_integer() value param to unsignedBrian Paul2013-11-113-3/+4
* glx: Fix scons build.José Fonseca2013-11-111-0/+3
* glx: conditionaly build dri3 and present loader (v3)Armin K2013-11-092-2/+10
* scons: Add dri2_query_renderer.c to sources.José Fonseca2013-11-081-0/+1
* dri3: Fix pixmap buf_id computationKeith Packard2013-11-071-1/+1
* glx: Add a more informative debug message in a DRI3 error path.Eric Anholt2013-11-071-0/+7
* Add DRI3+Present loaderKeith Packard2013-11-076-1/+2195
* glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_rendererIan Romanick2013-11-073-6/+314
* glx/tests: Add unit tests for the GLX part of GLX_MESA_query_rendererIan Romanick2013-11-073-1/+449
* glx/tests: Add GetGLXScreenConfigs_called flagIan Romanick2013-11-071-0/+4
* glx/dri2: Add DRI2 support for GLX_MESA_query_rendererIan Romanick2013-11-075-1/+119
* glx/dri2: Pull some internal structures out to a separate header fileIan Romanick2013-11-072-20/+52
* glx/tests: Silence warnings after adding fields to glx_screen_vtableIan Romanick2013-11-071-2/+6
* glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick2013-11-074-1/+186
* glx: Add extension tracking GLX_MESA_query_rendererIan Romanick2013-11-072-0/+2
* scons: Add missing dependencies to src/mapi/glapi/gen/*.xmlJosé Fonseca2013-10-301-5/+6
* glx: Fix return value from indirect_bind_contextAdam Jackson2013-10-251-4/+4
* dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2013-10-242-12/+24
* glx: Add an optional function call for getting the DRI driver interface.Eric Anholt2013-10-245-8/+22
* dri: Allow config options to be passed to the loader through extensions.Eric Anholt2013-10-241-3/+14
* glx: Move the driver extension-loading to a helper function.Eric Anholt2013-10-243-4/+18
* glx: Generate fewer errors in MakeContextCurrentAdam Jackson2013-10-081-10/+0
* glx: Propagate failures from SendMakeCurrentRequest where possibleAdam Jackson2013-10-081-3/+4
* glx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRequestAdam Jackson2013-10-081-7/+9
* glx: Initialize OpenGL version to 1.0Rico Schüller2013-09-043-17/+17
* glx: make the interval of LIBGL_SHOW_FPS adjustableChia-I Wu2013-09-021-4/+8
* glx: Generate GLXBadDrawable when drawable is zeroIan Romanick2013-08-131-2/+12
* Apple: glFlush() is not needed with CGLFlushDrawable()Jeremy Huddleston Sequoia2013-07-201-2/+0
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differentlyTomasz Lis2013-07-181-2/+6
* glx: Enable floating-point fbconfig extensionsTomasz Lis2013-07-182-0/+4
* dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis2013-07-181-1/+7
* glx: Require proper drawableType in init_fbconfig_for_chooserTomasz Lis2013-07-181-1/+6
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-186-0/+55
* glx: Store the RENDER_TYPE in indirect renderingTomasz Lis2013-07-186-25/+41
* glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooserTomasz Lis2013-07-181-4/+28
* glx: Changes to visual configs initialization.Tomasz Lis2013-07-181-4/+24
* glx: Retrieve the value of RENDER_TYPE from GLX attribs arrayTomasz Lis2013-07-184-13/+13
* glx: Store the value of renderType while creating contextTomasz Lis2013-07-184-2/+17
* glx: return True/False instead of GL_TRUE/GL_FALSEBrian Paul2013-06-271-11/+11
* glx: move declarations before codeBrian Paul2013-06-272-9/+9
* glx: Fix another missed glMultiDrawElementsEXT const change.Eric Anholt2013-06-261-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]Alan Coopersmith2013-05-301-3/+5
* integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]Alan Coopersmith2013-05-301-1/+6