summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)Author
2010-03-23dri: fix dri_test.c for non-TLS buildLuca Barbieri
2010-03-23dri: add _glthread_GetID to dri_test.c dummy glapiLuca Barbieri
2010-03-23dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri
2010-03-23dri: test whether the built drivers have unresolved symbolsLuca Barbieri
2010-03-21rename dri_sw to drisw_util for consistencyGeorge Sapountzis
2010-03-15dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis
2010-03-15dri/swrast: drop mtypes.h from dri_swGeorge Sapountzis
2010-03-15dri/swrast: port to dri_sw (drawable)George Sapountzis
2010-03-15dri/swrast: port to dri_sw (context)George Sapountzis
2010-03-15dri: add dri_sw.c helperGeorge Sapountzis
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-04DRI: Put back missing break-statementIan Romanick
2010-03-03DRI: Remove support for color-index visualsIan Romanick
2010-02-27dri: Remove dead code.Vinson Lee
2010-02-27dri: Add assert to check for null pointer dereference.Vinson Lee
2010-02-27dri: Assert pointer is not null before dereferencing.Vinson Lee
2010-02-26remove hack for miniglx from dri/utils.cGeorge Sapountzis
2010-02-24dri: remove old assertion (see bug 26734)Brian Paul
2010-02-24intel: Implement DRI image extensionKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-02-16dri2: Event driven buffer validation.Francisco Jerez
2010-02-16dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg
2010-02-12dri: Remove unnecessary headers.Vinson Lee
2010-02-12dri: Store the loader private passed in at dri context creationKristian Høgsberg
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22Fix PowerPC related typo in spantmp2.hRuediger Oertel
2010-01-21dri: Remove unnecessary glapi headers.Chia-I Wu
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes
2010-01-08DRI2: add SwapBuffers supportJesse Barnes
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-16Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-15dri: Initialize variable in driBindContext.Vinson Lee
2009-12-10spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REVIan Romanick
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee
2009-11-28dri: Fix potential null pointer dereference in driBindContext.Vinson Lee
2009-11-24dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee
2009-11-17Remove unconditional use of glibc specific bswap_16() macro.Michel Dänzer
2009-11-17radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-23mesa/dri: Remove extension_helper.h.Chia-I Wu
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul
2009-10-22Nuke s3v.Corbin Simpson
2009-10-15dri/common: updated #includesBrian Paul
2009-10-15dri/common: use _mesa_little_endian() and update commentsBrian Paul
2009-10-15dri/common: fix broken _dri_texformat_* initializationsBrian Paul