summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-05Honor GLX_DONT_CARE in MATCH_MASKAlexander Monakov1-1/+3
2013-03-21glx: Build with VISIBILITY_CFLAGS in automakeAdam Jackson1-0/+1
2013-03-18DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwapRob Clark1-6/+15
2013-03-14glx: init screen = 0 to fix optimized build warningBrian Paul1-1/+1
2013-02-27glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefinedJon TURNEY1-1/+1
2013-02-19DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin1-3/+12
2013-02-07glx: Centralize the code for context flushing.Eric Anholt1-45/+37
2013-02-07glx: Add a little comment about what dri2FlushFrontBuffer() does.Eric Anholt1-0/+4
2013-01-29glx: Check that swap_buffers_reply is non-NULL before using itStéphane Marchesin1-3/+5
2013-01-24glx: only advertise GLX_INTEL_swap_event if it's supportedZack Rusin1-2/+3
2013-01-21scons: Fix dependencies of generated headers.José Fonseca1-7/+2
2013-01-13tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr1-5/+5