aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-19/+56
|/
* Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer2006-09-281-0/+13
* Fix long standing bug that prevented newer drivers from working withIan Romanick2006-08-111-8/+10
* if DDX is -1 don't do DDX checkDave Airlie2006-04-031-2/+3
* These messages really should be printed all the time, users want toDave Airlie2006-04-011-5/+5
* Mesa uses the glVertexAttrib*NV functions to implement fixed-functionIan Romanick2005-08-101-2/+5
* Fix recent problems with display lists and other parts of the code.Ian Romanick2005-08-051-1/+11
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-5/+49
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-56/+5
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-4/+83
* Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer inKeith Whitwell2005-03-221-0/+7
* new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger2005-01-261-6/+29
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-11/+11
* Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick2004-10-131-3/+27
* Refactor the code in driGetRendererString a bit to make it easier toIan Romanick2004-10-131-15/+40
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-5/+1
* Fix a couple typeos in the tables for driFillInModes.Ian Romanick2004-06-151-4/+4
* Add a new function, driFillInModes, that is to be used by drivers toIan Romanick2004-06-031-1/+237
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-3/+82
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+2
* extend SOLO code so the DDX version isn't checkedDave Airlie2004-03-151-5/+5
* add driClipRectToFramebuffer helper functionKeith Whitwell2003-12-111-0/+33
* build fixAlan Hourihane2003-12-041-1/+1
* Shared dri driver resourcesKeith Whitwell2003-08-061-0/+186