summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-11/+87
|\
| * Code reorganization: update build.José Fonseca2008-02-151-1/+1
| * fix some breakage from lifting vbo/tnl codeBrian2007-10-311-4/+10
| * Lift VBO/tnl stuff up out of driversBrian2007-10-311-0/+11
| * Replace supported_formats with is_format_supported interface.Michal Krol2007-10-281-1/+1
| * surface_alloc() is now a winsys function.Brian2007-10-261-0/+7
| * 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
| |\
| * | 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
* | | prefix some includes with mesa/ or glapi/Brian Paul2008-06-051-8/+8
* | | glcore: tree sharing for DRI and XMesaGeorge Sapountzis2008-04-231-1/+70
* | | added some missing calls to _mesa_enable_x_y_extensions()Brian2008-04-011-0/+1
| |/ |/|
* | 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
|/
* 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