aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* use combined depth/stencil buffer when possibleBrian2007-10-201-6/+16
* Alternate CopyPixels path based on get/put_tile().Brian2007-10-181-0/+2
* accum buffer supportBrian2007-10-141-4/+10
* fix-up stencil buffersBrian2007-08-231-1/+7
* fix buffer clearing problemsBrian2007-08-171-5/+1
* asst changes to get softpipe rendering again (no zbuf support for now)Brian2007-08-091-7/+24
* call st_init_driver_functions()Brian2007-08-061-0/+2
* use new xmesa_create_softpipe()Brian2007-08-061-1/+2
* pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian2007-08-021-1/+4
* Checkpoint: glClear changes - working, bug very rough.Brian2007-08-011-0/+2
* remove debug printfBrian2007-07-101-2/+0
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...michal2007-07-061-13/+235
|\
| * remove #include "GL/glxtokens.h"Brian2007-05-251-1/+0
| * Fix xserver build after recent XMesa changes.Michel Dänzer2007-05-221-10/+10
| * Implement GLX_EXT_texture_from_pixmap.Brian2007-05-191-12/+235
* | Rename directories again?!Keith Whitwell2007-06-141-3/+3
* | Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell2007-05-241-0/+9
|/
* 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-201-13/+8
* xmesa: split FX functions to separate file, part 1.George Sapountzis2007-04-201-233/+6
* xmesa: spilt FX code to separate functions.George Sapountzis2007-04-201-20/+16
* Revert "xmesa: drop glide (FX) backend."George Sapountzis2007-04-201-2/+256
* xmesa: drop glide (FX) backend.George Sapountzis2007-04-191-256/+2
* xmesa: export xmesa functions used by xfree86.George Sapountzis2007-04-131-4/+15
* Fix some bugs/issues related to alpha channel support. See bug 10483.Brian2007-04-011-31/+23
* Clean and update XMesa/XFree86 interface.George Sapountzis2007-03-301-27/+12
* Implement alpha buffer copy for SwapBuffers().Brian2007-03-231-5/+7
* Assorted fixes for dealing with zero-size frame/renderbuffers.Brian2007-03-161-6/+8
* 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
* formatting fixBrian2007-03-061-4/+2
* Fix/improve framebuffer object reference counting.Brian2007-03-061-2/+2
* Rewrite code related to buffer destruction.Brian2007-02-261-74/+26
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-021-3/+3
|\
| * switch several dri drivers overKeith Whitwell2006-10-301-1/+1
| * switch over to vbo moduleKeith Whitwell2006-10-291-3/+3
* | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().George Sapountzis2007-01-261-0/+7
|/
* Remove get_buffer_size()Brian Paul2006-10-171-5/+3
* Big re-org of buffer size management.Brian Paul2006-10-141-354/+228
* assorted clean-upsBrian Paul2006-10-141-56/+38
* Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul2006-08-301-1/+15
* When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul2006-03-301-3/+2
* Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul2006-03-161-1/+6
* added a couple new assertions to help debug XGL problemBrian Paul2006-01-101-0/+2
* Fix two failures encountered when running out of memory during XImageBrian Paul2005-12-021-13/+15
* Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul2005-09-261-36/+50
* improve the test for using software alpha bufferBrian Paul2005-09-231-1/+16
* added a return upon out-of-memory, remove a needless assignmentBrian Paul2005-09-121-2/+2
* restore brace lost in previous check-inBrian Paul2005-09-121-0/+1