aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_reg.h
Commit message (Collapse)AuthorAgeFilesLines
* i965: Drop i915 register/instruction definitions.Eric Anholt2013-06-281-170/+0
| | | | | | v2: Remove unused DV_PF_* macros, too. (change by Ken) Reviewed-by: Kenneth Graunke <[email protected]>
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+300
| | | | | | | | | Now that i915's forked off, they don't need to live in a shared directory. Acked-by: Kenneth Graunke <[email protected]> Acked-by: Chad Versace <[email protected]> Acked-by: Adam Jackson <[email protected]> (and I hear second hand that idr is OK with it, too)
* Replace duplicated intel_reg.h with a shared header.Eric Anholt2007-10-041-95/+0
|
* Replace some structure-based batch preparation with plain OUT_BATCH.Eric Anholt2007-10-041-1/+5
| | | | | OUT_BATCH is far more amenable to the upcoming relocations being done for TTM support.
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+91
This driver comes from Tungsten Graphics, with a few further modifications by Intel.