aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner2011-02-223-7/+7
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-1/+1
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-201-0/+3
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-2910-374/+9
* x11: remove test_proxy_teximage() functionBrian Paul2010-11-241-38/+1
* glapi: Do not use glapidispatch.h.Chia-I Wu2010-10-271-3/+2
* xlib: silence unused var warningBrian Paul2010-10-251-0/+1
* mesa: fix mesa version string constructionBrian Paul2010-10-191-1/+1
* x11: fix breakage from gl_config::visualType removalBrian Paul2010-10-133-5/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-137-68/+68
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-132-5/+5
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-132-4/+4
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-133-5/+6
* make: Use C++ compiler to link stdc++ library.Brian Paul2010-08-241-2/+3
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-30/+0
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-131-4/+4
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-1/+2
* drivers/x11: add PUBLIC qualifier to more API functionsBrian Paul2010-03-191-7/+8
* Grammar and spelling fixesJeff Smith2010-03-122-2/+2
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-34/+0
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-2/+1
* mesa/xlib: Remove support for color-index renderingIan Romanick2010-03-033-318/+153
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-193-57/+57
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-193-25/+25
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-192-6/+6
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-6/+6
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-6/+6
* Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-191-1/+1
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-211-1/+2
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-123-5/+8
|\
| * DRI2/GLX: add INTEL_swap_event supportJesse Barnes2010-01-081-0/+3
| * mesa: implement per-buffer color maskingBrian Paul2009-12-291-1/+1
| * Merge branch 'mesa_7_6_branch'Ian Romanick2009-11-061-4/+4
| |\
| | * xmesa: pass pixmap to clip_for_xgetimage()Brian Paul2009-11-051-4/+4
* | | mesa/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu2009-11-051-0/+30
|/ /
* | Merge branch 'texformat-rework'Brian Paul2009-10-282-10/+8
|\ \
| * | mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-082-7/+5
| * | mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-2/+2
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-3/+3
* | | mesa: Enable remap table in core.Chia-I Wu2009-10-231-73/+0
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-081-4/+6
|\ \ \ | | |/ | |/|
| * | mesa/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
* | | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-072-15/+33
|\| |
| * | mesa/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-072-12/+28
| * | mesa/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul2009-10-071-3/+5