aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "egl: Fixes transparency with EGL and X11."Hal Gentz2019-10-181-2/+0
* egl: Fixes transparency with EGL and X11.Hal Gentz2019-10-111-0/+2
* mesa: Eliminate gl_config::rgbModeAdam Jackson2019-09-091-1/+0
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-091-8/+0
* dri: Add fp16 formatsKevin Strasser2019-08-211-0/+14
* dri: Handle configs with floating point pixel dataKevin Strasser2019-08-211-0/+5
* dri: Add config attributes for color channel shiftKevin Strasser2019-08-211-19/+49
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-161-1/+1
* dri/common: move the required GLX_* token definitions locallyEmil Velikov2018-10-031-0/+14
* dri/common: use __DRI_ATTRIB_SWAP* instances when describing db_modesEmil Velikov2018-10-031-5/+6
* dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace2018-08-071-2/+7
* dri: Define DRI_MutableRenderBuffer extensionsChad Versace2018-08-071-0/+1
* dri: Add __DRI_IMAGE_FORMAT_SABGR8Tapani Pälli2018-04-241-0/+1
* mesa: add xbgr support adjacent to xrgbIlia Mirkin2018-02-191-0/+10
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-2/+2
* dri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHODThomas Hellstrom2017-08-101-5/+1
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-231-3/+18
* dri/common: add MESA_FORMAT_R8G8B8{A8, X8}_UNORM formats as supported configsRob Herring2016-04-211-0/+10
* util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen2015-10-081-30/+0
* dri/common: Tokenize driParseDebugString() argument before matching debug flags.Francisco Jerez2015-09-041-4/+13
* dri/common: Fix codestyle of driParseDebugString().Francisco Jerez2015-09-041-8/+6
* 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