aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* xlib: code to force fixed function -> shader translation (for debug, disabled)Brian Paul2009-03-031-0/+8
* mesa: remove unused AUX buffersBrian Paul2009-03-021-3/+0
* mesa: use an array for current texture objectsBrian Paul2009-02-211-3/+3
* mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul2009-02-091-1/+1
* Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
* xmesa: deprecate the "XMesa" interfaceBrian Paul2009-01-101-1/+0
* mesa: prefix more #includes with "main/"Brian Paul2008-09-181-1/+1
* 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
* 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
* some clean-up and re-org for renderbuffersBrian Paul2005-09-071-65/+52
* Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul2005-09-021-1/+4
* _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t...Brian Paul2005-08-091-4/+0
* include driverfuncs.hBrian Paul2005-07-191-2/+0