summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
...
* rearrange things in xmesa_clear() a bitBrian2007-08-011-3/+6
* Checkpoint: glClear changes - working, bug very rough.Brian2007-08-013-1/+33
* Redesign pipe_surface in terms of pipe_region.Brian2007-07-313-35/+22
* Lots of improvements to the surface-related code.Brian2007-07-303-256/+54
* added map/unmap() stubsBrian2007-07-301-0/+17
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...michal2007-07-271-1/+6
|\
| * fix GLX_STEREO handling (bug 11705)Brian2007-07-231-1/+6
* | minor renameBrian2007-07-131-1/+1
* | need to clamp floats to [0,1] in write functionsBrian2007-07-111-2/+2
* | Checkpoint: stencil roughly working, some bugs to fix...Brian2007-07-101-1/+64
* | remove debug printfBrian2007-07-101-2/+0
* | Do depth testing with integer values.Brian2007-07-101-4/+8
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...michal2007-07-067-38/+459
|\|
| * fix GLX_USE_TLS breakage, fix a warningBrian2007-06-121-2/+2
| * 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
* | code for functional Z buffer surfaceBrian2007-06-252-5/+76
* | checkpoint: implement z/depth testingBrian2007-06-203-4/+25
* | actually use new glClear codeBrian2007-06-201-0/+12
* | plug in write_mono_row_ubBrian2007-06-201-0/+12
* | Re-org of surface/framebuffer state.Brian2007-06-192-0/+238
* | Rename directories again?!Keith Whitwell2007-06-142-5/+5
* | Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell2007-05-246-0/+76
|/
* 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
* Fix some renderbuffer reference counting issues. Also fixes a mem leak.Brian2007-03-251-12/+0
* Implement alpha buffer copy for SwapBuffers().Brian2007-03-232-5/+8
* Assorted fixes for dealing with zero-size frame/renderbuffers.Brian2007-03-162-22/+31
* added null xmctx check to XMesaResizeBuffers(), bug 7205Mathias Hopf2007-03-161-0/+2
* clear the b->frontxrb->drawable field in xmesa_free_buffer(), see bug 7205Brian2007-03-141-0/+6
* move CLIENT_ID code in xmesa_delete_framebuffer(), see bug 7205Brian2007-03-141-6/+3