summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2013-11-23glx: don't fail out when no configs if we have visualsDave Airlie1-1/+1
2013-11-15dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg1-45/+11
2013-11-15glx: Back DRI3 enablement out of the stable branch.Eric Anholt2-4/+0
2013-11-15glx: change query_renderer_integer() value param to unsignedBrian Paul3-3/+4
2013-11-15glx: Fix scons build.José Fonseca1-0/+3
2013-11-15scons: Add dri2_query_renderer.c to sources.José Fonseca1-0/+1
2013-11-07dri3: Fix pixmap buf_id computation10.0-branchpointKeith Packard1-1/+1
2013-11-07glx: Add a more informative debug message in a DRI3 error path.Eric Anholt1-0/+7
2013-11-07Add DRI3+Present loaderKeith Packard6-1/+2195
2013-11-07glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_rendererIan Romanick3-6/+314
2013-11-07glx/tests: Add unit tests for the GLX part of GLX_MESA_query_rendererIan Romanick3-1/+449
2013-11-07glx/tests: Add GetGLXScreenConfigs_called flagIan Romanick1-0/+4
2013-11-07glx/dri2: Add DRI2 support for GLX_MESA_query_rendererIan Romanick5-1/+119
2013-11-07glx/dri2: Pull some internal structures out to a separate header fileIan Romanick2-20/+52
2013-11-07glx/tests: Silence warnings after adding fields to glx_screen_vtableIan Romanick1-2/+6
2013-11-07glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick4-1/+186
2013-11-07glx: Add extension tracking GLX_MESA_query_rendererIan Romanick2-0/+2
2013-10-30scons: Add missing dependencies to src/mapi/glapi/gen/*.xmlJosé Fonseca1-5/+6
2013-10-25glx: Fix return value from indirect_bind_contextAdam Jackson1-4/+4
2013-10-24dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2-12/+24
2013-10-24glx: Add an optional function call for getting the DRI driver interface.Eric Anholt5-8/+22
2013-10-24dri: Allow config options to be passed to the loader through extensions.Eric Anholt1-3/+14
2013-10-24glx: Move the driver extension-loading to a helper function.Eric Anholt3-4/+18
2013-10-08glx: Generate fewer errors in MakeContextCurrentAdam Jackson1-10/+0
2013-10-08glx: Propagate failures from SendMakeCurrentRequest where possibleAdam Jackson1-3/+4
2013-10-08glx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRequestAdam Jackson1-7/+9
2013-09-04glx: Initialize OpenGL version to 1.0Rico Schüller3-17/+17
2013-09-02glx: make the interval of LIBGL_SHOW_FPS adjustableChia-I Wu1-4/+8
2013-08-13glx: Generate GLXBadDrawable when drawable is zeroIan Romanick1-2/+12
2013-07-20Apple: glFlush() is not needed with CGLFlushDrawable()Jeremy Huddleston Sequoia1-2/+0
2013-07-18mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis1-2/+6
2013-07-18glx: Enable floating-point fbconfig extensionsTomasz Lis2-0/+4
2013-07-18dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis1-1/+7
2013-07-18glx: Require proper drawableType in init_fbconfig_for_chooserTomasz Lis1-1/+6
2013-07-18glx: Validate the GLX_RENDER_TYPE valueTomasz Lis6-0/+55
2013-07-18glx: Store the RENDER_TYPE in indirect renderingTomasz Lis6-25/+41
2013-07-18glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooserTomasz Lis1-4/+28
2013-07-18glx: Changes to visual configs initialization.Tomasz Lis1-4/+24
2013-07-18glx: Retrieve the value of RENDER_TYPE from GLX attribs arrayTomasz Lis4-13/+13
2013-07-18glx: Store the value of renderType while creating contextTomasz Lis4-2/+17
2013-06-27glx: return True/False instead of GL_TRUE/GL_FALSEBrian Paul1-11/+11
2013-06-27glx: move declarations before codeBrian Paul2-9/+9
2013-06-26glx: Fix another missed glMultiDrawElementsEXT const change.Eric Anholt1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-30integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]Alan Coopersmith1-3/+5
2013-05-30integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]Alan Coopersmith1-1/+6
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-15build: Rename sources.mak -> Makefile.sourcesMatt Turner1-1/+1