summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/utils.c
AgeCommit message (Expand)Author
2009-09-14dri/common: Protect driDispatchRemapTable with IN_DRIVER_DRIVER.Chia-I Wu
2009-03-25Convert u_int*_t to C99 standard uint*_tAlan Coopersmith
2009-03-04mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER stringBrian Paul
2009-02-10intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-01-30intel: Expose more FBconfigs in the 3D driver.Eric Anholt
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-19bug fix to MSAA visualsAlan Hourihane
2008-09-19re-add MSAA supportAlan Hourihane
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-09dri: fix crash in driGetConfigAttribIndexDave Miller
2008-07-09mesa: disable fprintf() errorBrian Paul
2008-06-27gallium: handle msaaRoland Scheidegger
2008-06-24mesa/dri: User standard integer types.José Fonseca
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-05-23dri: add support for generating 3_3_2 configsGeorge Sapountzis
2008-05-20Make utils.h self-contained.George Sapountzis
2008-04-02Initialize GLX_EXT_texture_from_pixmap attributes correctly.Kristian Høgsberg
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2006-09-28Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer
2006-08-11Fix long standing bug that prevented newer drivers from working withIan Romanick
2006-04-03if DDX is -1 don't do DDX checkDave Airlie
2006-04-01These messages really should be printed all the time, users want toDave Airlie
2005-08-10Mesa uses the glVertexAttrib*NV functions to implement fixed-functionIan Romanick
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-03-22Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer inKeith Whitwell
2005-01-26new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick
2004-10-13Refactor the code in driGetRendererString a bit to make it easier toIan Romanick
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-06-15Fix a couple typeos in the tables for driFillInModes.Ian Romanick
2004-06-03Add a new function, driFillInModes, that is to be used by drivers toIan Romanick
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-03-15extend SOLO code so the DDX version isn't checkedDave Airlie
2003-12-11add driClipRectToFramebuffer helper functionKeith Whitwell
2003-12-04build fixAlan Hourihane
2003-08-06Shared dri driver resourcesKeith Whitwell