aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
...
* | dri: Drop an unused __DRIcontext fieldKristian Høgsberg2010-03-301-5/+0
* | drisw: fix use after free (bug 27370)George Sapountzis2010-03-301-2/+0
* | dri/common: add comment about DRISW wrt DRI1 / DRI2George Sapountzis2010-03-261-36/+47
* | drisw_util: add fields for gallium swrast_driGeorge Sapountzis2010-03-252-0/+16
* | dri: fix dri_test.c for non-TLS buildLuca Barbieri2010-03-231-2/+7
* | dri: add _glthread_GetID to dri_test.c dummy glapiLuca Barbieri2010-03-231-0/+6
* | dri: make unresolved symbol test link work even without a libGL.soLuca Barbieri2010-03-231-0/+68
* | dri: test whether the built drivers have unresolved symbolsLuca Barbieri2010-03-231-0/+10
* | rename dri_sw to drisw_util for consistencyGeorge Sapountzis2010-03-212-2/+2
* | dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis2010-03-155-31/+28
* | dri/swrast: drop mtypes.h from dri_swGeorge Sapountzis2010-03-151-1/+1
* | dri/swrast: port to dri_sw (drawable)George Sapountzis2010-03-151-4/+1
* | dri/swrast: port to dri_sw (context)George Sapountzis2010-03-152-2/+2
* | dri: add dri_sw.c helperGeorge Sapountzis2010-03-152-0/+382
|/
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* DRI: Put back missing break-statementIan Romanick2010-03-041-0/+1
* DRI: Remove support for color-index visualsIan Romanick2010-03-031-10/+5
* dri: Remove dead code.Vinson Lee2010-02-272-36/+10
* dri: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* dri: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+1
* remove hack for miniglx from dri/utils.cGeorge Sapountzis2010-02-261-3/+2
* dri: remove old assertion (see bug 26734)Brian Paul2010-02-241-8/+0
* intel: Implement DRI image extensionKristian Høgsberg2010-02-242-0/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-193-25/+25
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-172-0/+7
* dri2: Event driven buffer validation.Francisco Jerez2010-02-162-4/+15
* dri2: Allocate cliprect as part of the __DRIdrawableRecKristian Høgsberg2010-02-162-4/+8
* dri: Remove unnecessary headers.Vinson Lee2010-02-123-16/+0
* dri: Store the loader private passed in at dri context creationKristian Høgsberg2010-02-122-1/+7
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-102-3/+5
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+1
|\
| * Fix PowerPC related typo in spantmp2.hRuediger Oertel2010-01-221-1/+1
* | dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-1/+0
* | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-112-0/+3
|\ \
| * | DRI2: add SwapBuffers supportJesse Barnes2010-01-082-0/+3
| |/
* | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-042-9/+2
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-046-41/+36
|/
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-161-1/+1
|\
| * dri: Initialize variable in driBindContext.Vinson Lee2009-12-151-1/+1
| * dri: Fix potential null pointer dereference in driBindContext.Vinson Lee2009-12-061-1/+2
| * dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee2009-12-061-4/+4
* | spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REVIan Romanick2009-12-101-0/+57
* | dri: Fix potential null pointer dereference in driBindContext.Vinson Lee2009-11-281-1/+2
* | dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee2009-11-241-4/+4
* | Remove unconditional use of glibc specific bswap_16() macro.Michel Dänzer2009-11-171-2/+4
* | radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer2009-11-171-0/+152
* | Merge branch 'texformat-rework'Brian Paul2009-10-284-86/+74
|\ \
| * | dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-222-31/+33
| * | dri/common: updated #includesBrian Paul2009-10-151-6/+2
| * | dri/common: use _mesa_little_endian() and update commentsBrian Paul2009-10-151-7/+5