aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/trident/trident_vb.c
Commit message (Collapse)AuthorAgeFilesLines
* trident: Fix signedness warning.Eric Anholt2009-02-101-1/+1
|
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-4/+4
| | | | Makefile.template
* Get trident building and -Werror clean.Adam Jackson2004-12-241-15/+14
| | | | | | | | | | | | | - Added Makefile - Deleted references to old headers - Added prototypes all over the place - Lots of type updates (drmHandle -> drm_handle_t etc.) - Added __driCreateNewScreen(), deleted __driCreateScreen() - Fixed context creation to match other drivers - Fixed various bitfield names - Bumped driver date Still nowhere close to usable, the DDX isn't DRI-aware and there's no DRM.
* Import s3virge and trident drivers. Not functional yet; no Makefile, no ↵Adam Jackson2004-12-161-0/+435
DRI-aware DDX.