summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* dri/common: allow BGRX sRGB visualsMarek Olšák2015-07-031-0/+1
* dri: don't touch the shader compilerErik Faye-Lund2015-06-291-3/+0
* mesa: build xmlconfig to a separate static libraryErik Faye-Lund2015-06-124-4/+12
* android: export more dirs from libmesa_dri_commonChih-Wei Huang2015-06-091-1/+3
* dri_util: make version var unsigned to silence warningsBrian Paul2015-05-291-1/+1
* mesa: Allow overriding the version of ES2+ contextsIan Romanick2015-05-281-0/+4
* dri_util: Use _mesa_override_gl_version_contextlessIan Romanick2015-05-281-7/+11
* android: xmlpool: cleanup the generation rulesEmil Velikov2015-04-221-3/+2
* android: xmlpool: Get rid of the last use of intermediates-dir-forChih-Wei Huang2015-04-221-7/+7
* android: export the path of the generated headersChih-Wei Huang2015-04-221-0/+2
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-221-2/+1
* android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_HEmil Velikov2015-04-221-0/+14
* drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).Kenneth Graunke2015-04-211-0/+4
* adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren2015-04-171-1/+1
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* xmlpool: remove the clean targetEmil Velikov2015-04-011-6/+4
* xmlpool: don't forget to ship the MOSEmil Velikov2015-04-011-1/+8
* dri: add _glapi_set_nop_handler(), _glapi_new_nop_table() to dri_test.cBrian Paul2015-03-181-0/+11
* xmlpool: make sure we ship options.hEmil Velikov2015-03-051-1/+1
* dri/common: include stdio.h where neededBrian Paul2015-03-052-0/+2
* mesa: don't include math.h in compiler.hBrian Paul2015-02-261-0/+1
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-261-0/+1
* dri/common: Update comment about driQueryRendererIntegerCommonAndreas Boll2015-02-251-0/+1
* driconf: Update Catalan translationAlex Henrie2015-02-241-18/+34
* driconf: Update Spanish translationAlex Henrie2015-02-241-5/+21
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* drirc: set allow_glsl_extension_directive_midshader for Dead Island.Sven Arvidsson2015-01-281-0/+4
* mesa: Add scons files to distribution.Matt Turner2014-12-122-2/+2
* xmlpool: Add $(MOS) and options.h to CLEANFILES.Matt Turner2014-12-121-0/+1
* dri/common: Add files to distribution.Matt Turner2014-12-123-1/+7
* dri/common: Drop unused mmio.h.Matt Turner2014-12-121-62/+0
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-2/+1
* nine: Implement threadpoolAxel Davy2014-11-181-0/+5
* nine: Add drirc options (v2)Axel Davy2014-11-181-0/+13
* st/dri: Support EGL_CONTEXT_OPENGL_DEBUG_BIT_KHR/GLX_CONTEXT_DEBUG_BIT_ARB on...José Fonseca2014-11-141-8/+6
* Releasing a surfaceless EGL context doesn't release underlying DRI context.Alexandros Frantzis2014-11-061-2/+6
* driconf: Correct and update Catalan translationAlex Henrie2014-09-291-8/+8
* driconf: Update Spanish translationAlex Henrie2014-09-291-5/+5
* driconf: Synchronize po filesAlex Henrie2014-09-296-319/+390
* xmlconfig: suppress libGL warnings when LIBGL_DEBUG == "quiet"Stefan Dirsch2014-09-091-1/+3
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-031-1/+1
* dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRender...Emil Velikov2014-08-151-0/+4
* android: megadriver_stub: prefix static libraries with libmesa_Emil Velikov2014-08-131-2/+2
* dri/xmlconfig: s/uint/unsigned int/Vinson Lee2014-08-051-2/+2
* util: Gather some common macrosJason Ekstrand2014-08-041-0/+1
* xmlconfig: Use program_invocation_short_name when building for cygwinYaakov Selkowitz2014-07-291-0/+2
* st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák2014-07-182-3/+22
* scons: build and use a single dri_common libraryEmil Velikov2014-07-101-45/+10
* st/dri/drm: remove __driDriverExtensions and driDriverAPIEmil Velikov2014-07-101-0/+27
* xmlconfig/dri: bool -> unsigned charDave Airlie2014-07-023-10/+8