summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/utils.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: move common/dri into galliumDylan Baker1-615/+0
2021-04-08dri: Don't tie the accum buffer's alpha-ness to the color buffer'sAdam Jackson1-1/+1
2021-04-06mesa: Remove unused gl_config::mutableRenderBufferAdam Jackson1-7/+4
2021-03-30mesa: Remove redundant gl_config::sampleBuffersAdam Jackson1-2/+3
2021-03-30mesa: Stop tracking visual rating in gl_configAdam Jackson1-4/+1
2021-03-30mesa: Remove the pretense of aux buffer supportAdam Jackson1-1/+1
2021-03-30mesa: Remove unused gl_config::levelAdam Jackson1-1/+1
2021-03-30mesa: Remove transparency state from struct gl_configAdam Jackson1-13/+10
2021-03-30mesa: Remove the texture-from-pixmap state from struct gl_configAdam Jackson1-14/+13
2021-03-30mesa: Remove misc pbuffer attributes from struct gl_configAdam Jackson1-6/+5
2021-03-30dri: Fold attribMap into the codeAdam Jackson1-80/+59
2021-03-30dri: Explicitly handle all the config attributesAdam Jackson1-4/+29
2021-01-14frontend/dri: Expose RGB[AX]_SRGB as wellRob Clark1-0/+1
2019-10-18Revert "egl: Fixes transparency with EGL and X11."Hal Gentz1-2/+0
2019-10-11egl: Fixes transparency with EGL and X11.Hal Gentz1-0/+2
2019-09-09mesa: Eliminate gl_config::rgbModeAdam Jackson1-1/+0
2019-09-09mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson1-8/+0
2019-08-21dri: Add fp16 formatsKevin Strasser1-0/+14
2019-08-21dri: Handle configs with floating point pixel dataKevin Strasser1-0/+5
2019-08-21dri: Add config attributes for color channel shiftKevin Strasser1-19/+49
2019-07-16mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt1-1/+1
2018-10-03dri/common: move the required GLX_* token definitions locallyEmil Velikov1-0/+14
2018-10-03dri/common: use __DRI_ATTRIB_SWAP* instances when describing db_modesEmil Velikov1-5/+6
2018-08-07dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace1-2/+7
2018-08-07dri: Define DRI_MutableRenderBuffer extensionsChad Versace1-0/+1
2018-04-24dri: Add __DRI_IMAGE_FORMAT_SABGR8Tapani Pälli1-0/+1
2018-02-19mesa: add xbgr support adjacent to xrgbIlia Mirkin1-0/+10
2017-08-10dri: Introduce SWAP_METHOD tokensThomas Hellstrom1-2/+2
2017-08-10dri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHODThomas Hellstrom1-5/+1
2016-08-23dri: add a way to request that modes have matching color/zs depthsIlia Mirkin1-3/+18
2016-04-21dri/common: add MESA_FORMAT_R8G8B8{A8, X8}_UNORM formats as supported configsRob Herring1-0/+10
2015-10-08util: Move DRI parse_debug_string() to utilKristian Høgsberg Kristensen1-30/+0
2015-09-04dri/common: Tokenize driParseDebugString() argument before matching debug flags.Francisco Jerez1-4/+13
2015-09-04dri/common: Fix codestyle of driParseDebugString().Francisco Jerez1-8/+6
2015-08-18mesa: Resolve GCC sign-compare warning.Rhys Kidd1-1/+1
2015-07-03dri/common: allow BGRX sRGB visualsMarek Olšák1-0/+1
2015-04-14i965: replace __FUNCTION__ with __func__Marius Predut1-1/+1
2015-03-05dri/common: include stdio.h where neededBrian Paul1-0/+1
2015-02-25dri/common: Update comment about driQueryRendererIntegerCommonAndreas Boll1-0/+1
2014-09-03Eliminate several cases of multiplication in arguments to callocCarl Worth1-1/+1
2014-08-15dri/common: Move __DRI2_RENDERER_PREFFERED_PROFILE handling to driQueryRender...Emil Velikov1-0/+4
2014-04-15dri: Expand driParseDebugString return value to uint64_t.Matt Turner1-4/+3
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-7/+7
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-4/+4
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2014-01-13dri: set yInverted default to GL_TRUETapani Pälli1-0/+1
2013-11-13dri: Change value param to unsignedIan Romanick1-1/+1
2013-11-07dri: Add function to implement queries common to all Mesa driversIan Romanick1-0/+64
2013-10-15dri/common: Add support for creating ARGB2101010 configsKristian Høgsberg1-0/+10
2013-07-18dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis1-6/+0