aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
...
* 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 differently9.2-branchpointTomasz 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
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* build: Rename sources.mak -> Makefile.sourcesMatt Turner2013-04-151-1/+1
* Honor GLX_DONT_CARE in MATCH_MASKAlexander Monakov2013-04-051-1/+3
* glx: Build with VISIBILITY_CFLAGS in automakeAdam Jackson2013-03-211-0/+1
* DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwapRob Clark2013-03-181-6/+15
* glx: init screen = 0 to fix optimized build warningBrian Paul2013-03-141-1/+1
* glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefinedJon TURNEY2013-02-271-1/+1
* DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin2013-02-191-3/+12
* glx: Centralize the code for context flushing.Eric Anholt2013-02-071-45/+37
* glx: Add a little comment about what dri2FlushFrontBuffer() does.Eric Anholt2013-02-071-0/+4
* glx: Check that swap_buffers_reply is non-NULL before using itStéphane Marchesin2013-01-291-3/+5
* glx: only advertise GLX_INTEL_swap_event if it's supportedZack Rusin2013-01-241-2/+3
* scons: Fix dependencies of generated headers.José Fonseca2013-01-211-7/+2
* tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).Johannes Obermayr2013-01-131-5/+5
* Clean up .gitignore filesMatt Turner2013-01-101-5/+0