summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-02dri/util: add a bunch of commentsBrian Paul1-0/+24
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-1/+1
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-7/+7
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg1-3/+0
2010-09-27mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick1-0/+2
2010-03-15dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis1-4/+24
2010-03-04DRI: Put back missing break-statementIan Romanick1-0/+1
2010-03-03DRI: Remove support for color-index visualsIan Romanick1-10/+5
2010-02-26remove hack for miniglx from dri/utils.cGeorge Sapountzis1-3/+2
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-6/+6
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick1-2/+3
2010-01-21dri: Remove unnecessary glapi headers.Chia-I Wu1-1/+0
2009-10-23mesa: Enable remap table in core.Chia-I Wu1-75/+19
2009-03-25Convert u_int*_t to C99 standard uint*_tAlan Coopersmith1-1/+1
2009-03-04mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER stringBrian Paul1-66/+8
2009-02-10intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt1-3/+3
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-62/+72
2009-01-30intel: Expose more FBconfigs in the 3D driver.Eric Anholt1-1/+2
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-0/+2
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick1-0/+4
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick1-0/+2
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-0/+2
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-12/+12
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell1-9/+9
2008-09-19bug fix to MSAA visualsAlan Hourihane1-3/+1
2008-09-19re-add MSAA supportAlan Hourihane1-65/+68
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-3/+3
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-0/+9
2008-08-09dri: fix crash in driGetConfigAttribIndexDave Miller1-0/+4
2008-07-09mesa: disable fprintf() errorBrian Paul1-0/+2
2008-06-27gallium: handle msaaRoland Scheidegger1-45/+52
2008-06-24mesa/dri: User standard integer types.José Fonseca1-9/+9
2008-06-12revert the DRI2 commitsAlan Hourihane1-235/+74
2008-06-11Bring in DRI2 changesAlan Hourihane1-74/+235
2008-05-23dri: add support for generating 3_3_2 configsGeorge Sapountzis1-42/+61
2008-05-20Make utils.h self-contained.George Sapountzis1-15/+111
2008-04-02Initialize GLX_EXT_texture_from_pixmap attributes correctly.Kristian Høgsberg1-0/+9
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-19/+56
2006-09-28Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer1-0/+13
2006-08-11Fix long standing bug that prevented newer drivers from working withIan Romanick1-8/+10
2006-04-03if DDX is -1 don't do DDX checkDave Airlie1-2/+3
2006-04-01These messages really should be printed all the time, users want toDave Airlie1-5/+5
2005-08-10Mesa uses the glVertexAttrib*NV functions to implement fixed-functionIan Romanick1-2/+5
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick1-1/+11
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick1-5/+49
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-56/+5
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick1-4/+83
2005-03-22Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer inKeith Whitwell1-0/+7
2005-01-26new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger1-6/+29