summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-10Clean up .gitignore filesMatt Turner1-5/+0
2012-12-07glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be setMarek Olšák1-2/+4
2012-12-02glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák1-49/+92
2012-12-02glx: move the glFlush call one layer downMarek Olšák5-17/+35
2012-12-01dri_glx: fix use after free reportDave Airlie1-1/+4
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry10-364/+364
2012-11-01dispatch: Include glheader.h in dispatch-related files.Paul Berry1-1/+1
2012-10-29glx: Add the extension string for GLX_ARB_framebuffer_sRGBIan Romanick2-0/+6
2012-10-29glx: Set sRGBCapable to a default valueIan Romanick1-0/+2
2012-10-17glx: Add GLXBadProfileARB to the error string listAdam Jackson1-0/+1
2012-10-17glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()Owen W. Taylor1-1/+1
2012-10-16glx: Fix a regression in the new XCB codeFredrik Höglund1-3/+15
2012-10-09glx: Replace DRI2SwapBuffers() custom protocol with XCB.Eric Anholt3-52/+31
2012-10-09glx: Fix some indentation.Eric Anholt1-5/+5
2012-10-09glx: Replace DRI2SwapInterval custom protocol with XCB.Eric Anholt3-29/+2
2012-10-09glx: Reuse setSwapInterval for setting initial swap interval.Eric Anholt1-5/+2