aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_tris.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
|
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-1/+1
| | | | Makefile.template
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-7/+7
| | | | This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a.
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-7/+7
| | | | | | | | This reverts commit 53675e5c05c0598b7ea206d5c27dbcae786a2c03. Conflicts: src/mesa/drivers/dri/i965/brw_wm_surface_state.c
* i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt2008-06-231-1/+2
| | | | This lets GEM use pwrite, for an additional 4% or so speedup.
* i915: Convert to using VBs instead of inline prims.Eric Anholt2008-06-231-7/+6
|
* [i915] Move meta_draw_quad into the vtbl with other meta operations.Eric Anholt2007-12-201-15/+0
|
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+69
|
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-46/+0
|
* add missing license textsKeith Whitwell2004-06-181-0/+20
|
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+26