summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* xlib: fix memory leak on Display closeJohn Sheu2016-04-121-0/+1
* Fix a few typosZoë Blade2015-04-271-1/+1
* xlib: include stdio.hBrian Paul2015-03-051-0/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-4/+4
* Don't cast the return value of malloc/reallocMatt Turner2014-12-081-1/+1
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-4/+4
* xlib: s/FREE/free/Brian Paul2014-04-101-1/+1
* xlib: simplify context handlingBrian Paul2014-03-031-0/+1
* xlib: switch to c11 mutex functionsBrian Paul2014-03-031-11/+10
* x11: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-10/+1
* mesa: Remove the Initialized field from framebuffers.Eric Anholt2013-06-251-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* xlib: stop use _mesa_enable_extension(), just set the boolean flagsBrian Paul2013-01-291-5/+4
* xlib: fix incorrect GL_ANGLE_texture_compression_dxt enableBrian Paul2013-01-291-1/+2
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* xlib: handle _mesa_initialize_visual()'s return valueBrian Paul2012-12-311-9/+12
* xlib: include headers to fix errors/warningsBrian Paul2012-12-171-0/+2
* mesa osmesa/x11: fix build error introduced in 4bea4cb9Jordan Justen2012-12-171-3/+3
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+7
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-2/+2
* xlib: remove texture compression hackeryBrian Paul2012-08-241-2/+0
* xlib: derive xmesa_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-4/+6
* xlib: remove xm_span.c and related codeBrian Paul2012-01-241-15/+0
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-241-2/+2
* xlib: stop calling XShmQueryVersion()Brian Paul2012-01-111-8/+8
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-081-7/+8
* xlib: remove a ton of old xlib driver cruftBrian Paul2011-11-151-489/+0
* xlib: remove software alpha buffer supportBrian Paul2011-11-151-19/+1
* 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