summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-031-8/+8
* Fix for 58dc8b7: dest regions must not use HorzStride 0 in ExecSize 1Keith Packard2008-11-011-0/+4
* i965: support destination horiz strides in align1 access mode.Gary Wong2008-10-311-2/+2
* i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882.Xiang, Haihao2008-08-291-0/+5
* i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882Xiang, Haihao2008-08-291-4/+4
* i965: official name for GM45 chipsetXiang, Haihao2008-07-081-8/+8
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-10/+21
* i965: The jump instruction count is addedXiang, Haihao2007-11-271-1/+1
* support continue, fix conditionalZou Nan hai2007-09-291-0/+14
* support branch and loop in pixel shaderZou Nan hai2007-06-211-5/+23
* Initial 965 GLSL supportZou Nan hai2007-04-121-1/+1
* i965: Avoid branch instructions while in single program flow mode.Eric Anholt2007-01-061-55/+100
* fix a couple of cases where a message reg is used as an instruction source.Keith Whitwell2006-09-011-0/+4
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+999