summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | mesa: disable fprintf() errorBrian Paul2008-07-091-0/+2
| | * | gallium: handle msaaRoland Scheidegger2008-06-271-45/+52
| | * | mesa/dri: User standard integer types.José Fonseca2008-06-241-9/+9
| | * | revert the DRI2 commitsAlan Hourihane2008-06-121-235/+74
| | * | Bring in DRI2 changesAlan Hourihane2008-06-111-74/+235
* | | | intel: Expose more FBconfigs in the 3D driver.Eric Anholt2009-01-301-1/+2
* | | | Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* | | | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-0/+4
* | | | Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-0/+2
* | | | Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-0/+2
| |_|/ |/| |
* | | mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-9/+9
* | | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
|/ /
* | dri: fix crash in driGetConfigAttribIndexDave Miller2008-08-091-0/+4
* | dri: add support for generating 3_3_2 configsGeorge Sapountzis2008-05-231-42/+61
* | Make utils.h self-contained.George Sapountzis2008-05-201-15/+111
* | Initialize GLX_EXT_texture_from_pixmap attributes correctly.Kristian Høgsberg2008-04-021-0/+9