summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/utils.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-1/+1
* dri/common: allow BGRX sRGB visualsMarek Olšák2015-07-031-0/+1
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* dri/common: include stdio.h where neededBrian Paul2015-03-051-0/+1
* dri/common: Update comment about driQueryRendererIntegerCommonAndreas Boll2015-02-251-0/+1
* 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
* dri: Expand driParseDebugString return value to uint64_t.Matt Turner2014-04-151-4/+3
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-7/+7
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-4/+4
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* dri: set yInverted default to GL_TRUETapani Pälli2014-01-131-0/+1
* dri: Change value param to unsignedIan Romanick2013-11-131-1/+1
* dri: Add function to implement queries common to all Mesa driversIan Romanick2013-11-071-0/+64
* dri/common: Add support for creating ARGB2101010 configsKristian Høgsberg2013-10-151-0/+10
* dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis2013-07-181-6/+0
* Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry2013-02-081-2/+1
* dri_util: Fix prologue comment for driCreateConfigsIan Romanick2012-11-091-17/+5
* dri: Support MESA_FORMAT_SARGB8 in driCreateConfigsIan Romanick2012-10-291-1/+2
* dri: Convert driCreateConfigs to use a gl_format enumIan Romanick2012-10-291-100/+40
* dri_util: Elminiate the bytes_per_pixel tableIan Romanick2012-10-291-9/+3
* dri_util: Remove support for RGB332 framebuffersIan Romanick2012-10-291-27/+7
* dri: Simplify use of driConcatConfigsChad Versace2012-08-071-0/+5
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-041-23/+0
* dri: Remove a few unused dri helper functionsKristian Høgsberg2011-11-021-118/+0
* dri: Remove all extension enabling utility functionsIan Romanick2011-09-091-114/+0
* dri: Remove driver date from renderer stringIan Romanick2011-04-051-3/+2
* glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB.Dave Airlie2011-03-061-0/+3
* dri/util: add a bunch of commentsBrian Paul2010-11-021-0/+24
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-7/+7
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-131-3/+0
* mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick2010-09-271-0/+2
* dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis2010-03-151-4/+24
* DRI: Put back missing break-statementIan Romanick2010-03-041-0/+1
* DRI: Remove support for color-index visualsIan Romanick2010-03-031-10/+5
* remove hack for miniglx from dri/utils.cGeorge Sapountzis2010-02-261-3/+2
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-6/+6
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-2/+3
* dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-1/+0
* mesa: Enable remap table in core.Chia-I Wu2009-10-231-75/+19
* Convert u_int*_t to C99 standard uint*_tAlan Coopersmith2009-03-251-1/+1
* mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER stringBrian Paul2009-03-041-66/+8
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-101-3/+3
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-62/+72
|\
| * Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-12/+12
| |\
| * | bug fix to MSAA visualsAlan Hourihane2008-09-191-3/+1
| * | re-add MSAA supportAlan Hourihane2008-09-191-65/+68
| * | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+9
| |\ \