summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)AuthorFilesLines
2009-11-05xmesa: pass pixmap to clip_for_xgetimage()Brian Paul1-4/+4
2009-10-07mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul1-4/+6
2009-10-07mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2-12/+28
2009-10-07mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul1-3/+5
2009-10-02xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul1-2/+2
2009-09-29mesa/xlib: fix GLX_RENDER_TYPE queryBrian Paul1-2/+2
2009-09-03Add ARB_sync to the xorg sw dri driver.Eric Anholt1-0/+2
2009-08-31xlib: plug in more meta functions, if TEST_META_FUNCS is setBrian Paul1-13/+15
2009-08-31xlib: option to enable/test meta functions (disabled)Brian Paul3-4/+22
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul1-1/+1
2009-06-17mesa: added null ptr check in Fake_glXCreatePixmap()Brian Paul1-1/+1
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul1-1/+2
2009-03-18Use the specified X11 headers for xlib mesaDan Nicholson1-1/+2
2009-03-09xmesa: set back-buffer's drawable fieldBrian Paul1-0/+1
2009-03-03xlib: code to force fixed function -> shader translation (for debug, disabled)Brian Paul1-0/+8
2009-03-02mesa: comments and code documenting a bug with depth 32 TrueColor drawing/rea...Brian Paul1-0/+18
2009-03-02mesa: remove unused AUX buffersBrian Paul1-3/+0
2009-02-23mesa: fix _glxapi_get_proc_address() for mangled namesTom Fogal1-0/+5
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-0/+1
2009-02-21mesa: use an array for current texture objectsBrian Paul1-3/+3
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul1-1/+1
2009-02-04mesa: make Xlib glXIsDirect() always return TrueBrian Paul1-3/+3
2009-02-03xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return TrueBrian Paul1-20/+25
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick1-2/+0
2009-01-10mesa: deprecate the GL/fxmesa.h headerBrian Paul2-1/+104
2009-01-10xmesa: deprecate the "XMesa" interfaceBrian Paul7-4/+709
2008-09-21mesa: improved driver query interfaceKeith Whitwell1-4/+4
2008-09-18mesa: prefix more #includes with "main/"Brian Paul10-48/+48
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston1-0/+1
2008-07-15mesa: extra bracesBlair Sadewitz1-96/+96
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson1-2/+2
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-2/+1
2008-06-21remove old commentsBrian Paul1-2/+0
2008-06-17assorted glide driver fixesWilfried Holzke1-1/+2
2008-06-09fix Xlib libGL.so build problem.Brian Paul1-1/+1
2008-06-08remove realglx.[ch] from buildBrian1-2/+0
2008-06-05added dependenciesBrian Paul1-0/+22
2008-06-05new Makefile for building "stand-alone", Xlib-based libGLBrian Paul1-0/+59
2008-06-05prefix some includes with mesa/ or glapi/Brian Paul2-10/+10
2008-05-27allow GLX_SAMPLES_ARB==0 (bug 16073)Brian Paul1-4/+5
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis1-8/+0
2008-04-23glcore: tree sharing for DRI and XMesaGeorge Sapountzis1-1/+70
2008-04-23glcore: build from mesaGeorge Sapountzis1-0/+1
2008-04-01added some missing calls to _mesa_enable_x_y_extensions()Brian1-0/+1
2008-02-16Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)Brian1-99/+166
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian1-7/+20
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2-5/+5
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian3-8/+8
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj1-1/+1
2007-11-03fix typoBrian1-1/+1