aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
...
| * dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-282-5/+61
* | dri_util: Assume error checking is done properly in glXMakeCurrentJakob Bornecrantz2010-04-271-14/+17
* | dri: Remove unnecessary header.Vinson Lee2010-04-241-1/+0
* | DRI2/GLX: check for vblank_mode in DRI2 GLX codeJesse Barnes2010-04-221-0/+11
* | DRI2: add config query extensionJesse Barnes2010-04-222-0/+50
|/
* Merge branch '7.8'Jesse Barnes2010-04-191-1/+1
|\
| * mesa: Use __OpenBSD__ to check for OpenBSD.Matthieu Herrb2010-04-191-1/+1
* | dri: Drop another unused __DRIscreen fieldKristian Høgsberg2010-03-301-5/+0
* | dri: Drop the unused dummyContextKristian Høgsberg2010-03-302-36/+0
* | 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