summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_api.c
AgeCommit message (Expand)Author
2011-02-22xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2010-11-29drivers/x11: unifdef XFree86ServerAdam Jackson
2010-10-13x11: fix breakage from gl_config::visualType removalBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-03-03mesa/xlib: Remove support for color-index renderingIan Romanick
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-09-20xlib: always call _mesa_meta_init/free()Brian Paul
2009-09-20Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul
2009-09-19mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-08mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.Eric Anholt
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-09-03Add ARB_sync to the xorg sw dri driver.Eric Anholt
2009-08-31xlib: option to enable/test meta functions (disabled)Brian Paul
2009-03-03xlib: code to force fixed function -> shader translation (for debug, disabled)Brian Paul
2009-03-02mesa: remove unused AUX buffersBrian Paul
2009-02-21mesa: use an array for current texture objectsBrian Paul
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick
2009-01-10xmesa: deprecate the "XMesa" interfaceBrian Paul
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2008-06-05prefix some includes with mesa/ or glapi/Brian Paul
2008-04-23glcore: tree sharing for DRI and XMesaGeorge Sapountzis
2008-04-01added some missing calls to _mesa_enable_x_y_extensions()Brian
2007-05-25remove #include "GL/glxtokens.h"Brian
2007-05-22Fix xserver build after recent XMesa changes.Michel Dänzer
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian
2007-04-20xmesa: call _glapi_set_dispatch() for all xserver DDXes.George Sapountzis
2007-04-20xmesa: minor cosmeticGeorge Sapountzis
2007-04-20xmesa: split FX functions to separate file, part 2.George Sapountzis
2007-04-20xmesa: split FX functions to separate file, part 1.George Sapountzis
2007-04-20xmesa: spilt FX code to separate functions.George Sapountzis
2007-04-20Revert "xmesa: drop glide (FX) backend."George Sapountzis
2007-04-19xmesa: drop glide (FX) backend.George Sapountzis
2007-04-13xmesa: export xmesa functions used by xfree86.George Sapountzis
2007-04-01Fix some bugs/issues related to alpha channel support. See bug 10483.Brian
2007-03-30Clean and update XMesa/XFree86 interface.George Sapountzis
2007-03-23Implement alpha buffer copy for SwapBuffers().Brian
2007-03-16Assorted fixes for dealing with zero-size frame/renderbuffers.Brian
2007-03-16added null xmctx check to XMesaResizeBuffers(), bug 7205Mathias Hopf
2007-03-14clear the b->frontxrb->drawable field in xmesa_free_buffer(), see bug 7205Brian