summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* xlib: implement renderbuffer mapping/unmappingBrian Paul2011-11-071-2/+2
* Remove remnants of legacy glide supportGuillem Jover2011-10-041-20/+0
* xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner2011-02-221-2/+2
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-1/+1
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-291-172/+4
* x11: fix breakage from gl_config::visualType removalBrian Paul2010-10-131-4/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-2/+2
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-131-4/+4
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-131-4/+4
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-2/+1
* mesa/xlib: Remove support for color-index renderingIan Romanick2010-03-031-64/+48
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-6/+6
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-13/+13
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-6/+6
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* mesa: Enable remap table in core.Chia-I Wu2009-10-231-73/+0
* xlib: always call _mesa_meta_init/free()Brian Paul2009-09-201-4/+2
* Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul2009-09-201-0/+7
* mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul2009-09-191-7/+0
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-0/+2
* mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.Eric Anholt2009-09-081-0/+1
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-0/+1
* Add ARB_sync to the xorg sw dri driver.Eric Anholt2009-09-031-0/+2
* xlib: option to enable/test meta functions (disabled)Brian Paul2009-08-311-0/+7
* 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