summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip_tri.c
Commit message (Collapse)AuthorAgeFilesLines
...
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-4/+4
| | | | Makefile.template
* 965: Fix incorrect backface cullingKrzysztof Czurylo2008-08-211-10/+0
| | | | | Fix incorrect backface culling for OGL tunnel in wireframe and point mode.
* i965: official name for GM45 chipsetXiang, Haihao2008-07-081-1/+1
|
* Revert "[i965] renable regative rhw test"Xiang, Haihao2008-04-171-7/+9
| | | | | This reverts commit 3158e981f5f37768e9b04765704b9eaece8b899b. rhw issue has gone away on IGD.
* [i965] renable regative rhw testZou Nan hai2008-01-311-9/+7
|
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-8/+9
|
* i965: re-define the type of reg.loopcount.Xiang, Haihao2008-01-251-1/+1
| | | | | avoid some issues such that 1 + (-2) gets a big positive value.
* fix ppracer and bzflag issue with clip optimizationZou Nan hai2007-09-271-1/+0
|
* optimize 965 clipZou Nan hai2007-08-311-4/+103
| | | | | 1. increase clip thread number to 2 2. do cliptest for -rhw
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+467
This driver comes from Tungsten Graphics, with a few further modifications by Intel.