aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* 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
* glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be setMarek Olšák2012-12-071-2/+4
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-021-49/+92
* glx: move the glFlush call one layer downMarek Olšák2012-12-025-17/+35
* dri_glx: fix use after free reportDave Airlie2012-12-011-1/+4
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-1210-364/+364
* dispatch: Include glheader.h in dispatch-related files.Paul Berry2012-11-011-1/+1
* glx: Add the extension string for GLX_ARB_framebuffer_sRGBIan Romanick2012-10-292-0/+6
* glx: Set sRGBCapable to a default valueIan Romanick2012-10-291-0/+2
* glx: Add GLXBadProfileARB to the error string listAdam Jackson2012-10-171-0/+1
* glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()Owen W. Taylor2012-10-171-1/+1
* glx: Fix a regression in the new XCB codeFredrik Höglund2012-10-161-3/+15
* glx: Replace DRI2SwapBuffers() custom protocol with XCB.Eric Anholt2012-10-093-52/+31
* glx: Fix some indentation.Eric Anholt2012-10-091-5/+5