summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
...
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-2/+1
* remove old commentsBrian Paul2008-06-211-2/+0
* assorted glide driver fixesWilfried Holzke2008-06-171-1/+2
* fix Xlib libGL.so build problem.Brian Paul2008-06-091-1/+1
* remove realglx.[ch] from buildBrian2008-06-081-2/+0
* added dependenciesBrian Paul2008-06-051-0/+22
* new Makefile for building "stand-alone", Xlib-based libGLBrian Paul2008-06-051-0/+59
* prefix some includes with mesa/ or glapi/Brian Paul2008-06-052-10/+10
* allow GLX_SAMPLES_ARB==0 (bug 16073)Brian Paul2008-05-271-4/+5
* glcore: drop outdated sources files intented for xorgGeorge Sapountzis2008-04-231-8/+0
* glcore: tree sharing for DRI and XMesaGeorge Sapountzis2008-04-231-1/+70
* glcore: build from mesaGeorge Sapountzis2008-04-231-0/+1
* added some missing calls to _mesa_enable_x_y_extensions()Brian2008-04-011-0/+1
* Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)Brian2008-02-161-99/+166
* Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian2008-01-221-7/+20
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-062-5/+5
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-063-8/+8
* Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj2007-11-301-1/+1
|\
| * fix typoBrian2007-11-031-1/+1
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-10-311-7/+6
|\ \ | |/
| * don't apply ColorMask to main gcBrian2007-10-221-7/+6
* | Update of OpenVMS makefiles for the use of "new" include file conventionJouk2007-10-031-1/+4
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-07-252-3/+8
|\ \ | |/
| * fix GLX_STEREO handling (bug 11705)Brian2007-07-231-1/+6
| * fix GLX_USE_TLS breakage, fix a warningBrian2007-06-121-2/+2
* | Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesaJouk2007-06-087-37/+458
|\ \ | |/
| * remove #include "GL/glxtokens.h"Brian2007-05-251-1/+0
| * Fix xserver build after recent XMesa changes.Michel Dänzer2007-05-222-17/+10
| * return True for GLX_Y_INVERTED_EXT queryBrian2007-05-211-1/+1
| * Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-4/+4
| * Implement GLX_EXT_texture_from_pixmap.Brian2007-05-195-25/+454
* | Updated OpenVMS makefilesJ.Jansen2007-05-101-3/+4
|/
* fix some renderbuffer/wrapper bugsBrian2007-05-021-6/+6
* xmesa: call _glapi_set_dispatch() for all xserver DDXes.George Sapountzis2007-04-201-2/+0
* xmesa: minor cosmeticGeorge Sapountzis2007-04-201-29/+25
* xmesa: split FX functions to separate file, part 2.George Sapountzis2007-04-204-15/+32
* xmesa: split FX functions to separate file, part 1.George Sapountzis2007-04-204-240/+300
* xmesa: spilt FX code to separate functions.George Sapountzis2007-04-203-27/+34
* Revert "xmesa: drop glide (FX) backend."George Sapountzis2007-04-203-6/+284
* xmesa: drop glide (FX) backend.George Sapountzis2007-04-193-284/+6
* use b->display instead of b->xm_visual->display to fix some problems detected...Brian2007-04-161-7/+7
* xmesa: drop unused XMesaPutImageHelper.George Sapountzis2007-04-132-24/+0
* xmesa: export xmesa functions used by xfree86.George Sapountzis2007-04-132-14/+15
* xmesa: use newly added xm_image.[hc]George Sapountzis2007-04-064-29/+13
* xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc]George Sapountzis2007-04-062-0/+254
* remove debug printfBrian2007-04-041-1/+0
* Fix some bugs/issues related to alpha channel support. See bug 10483.Brian2007-04-011-31/+23
* If using PF_8A8B8G8R, be sure alpha is correctly handled.Brian2007-04-012-23/+40
* re-order tokens, fix commentsBrian2007-04-011-4/+4
* Clean and update XMesa/XFree86 interface.George Sapountzis2007-03-305-46/+24