summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Clean up stale NDC comment.Eric Anholt2008-11-031-2/+1
* i965: Avoid vs header computation for negative rhw on G4X.Eric Anholt2008-11-031-3/+3
* i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-031-1/+1
* i965: support for sin() and cos() in vertex shaders.Sam Hocevar2008-09-251-0/+6
* i965: more meaningful message for unsupported opcodes.Sam Hocevar2008-09-251-1/+4
* 965: Fix color clamping issuesKrzysztof Czurylo2008-08-211-0/+21
* Formatting changes to ease application of patchesIan Romanick2008-08-211-4/+5
* Revert "965: Fix color clamping issues"Ian Romanick2008-07-241-23/+3
* 965: Fix color clamping issuesPawel Pieczul2008-07-211-3/+23
* i965: official name for GM45 chipsetXiang, Haihao2008-07-081-1/+1
* Revert "[i965] renable regative rhw test"Xiang, Haihao2008-04-171-1/+1
* [i965] renable regative rhw testZou Nan hai2008-01-311-1/+1
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-1/+1
* [965] Fix inversion of SLT/SGE results in vertex programs.Eric Anholt2008-01-161-5/+2
* fix fd.o bug #13847Zou Nan hai2007-12-291-2/+2
* Merge branch '965-glsl'Zou Nan hai2007-10-261-59/+196
|\
| * fix double free in 965-glsl branchZou Nan hai2007-09-181-0/+2
| * fix issue with output as src register.Zou Nan hai2007-07-041-1/+1
| * Fix a nasty bug...Zou Nan hai2007-07-031-6/+14
| * support branch and loop in pixel shaderZou Nan hai2007-06-211-29/+55
| * Support loop, conditional update fixZou Nan hai2007-05-091-10/+17
| * support nested function callZou Nan hai2007-04-301-14/+16
| * Initial 965 GLSL supportZou Nan hai2007-04-121-46/+138
* | Fix-up #includes to remove some -I options.Brian2007-09-111-2/+2
* | Fix typo in logic for unalias2()Keith Whitwell2007-08-021-1/+1
|/
* Update DRI drivers for new glsl compiler.Brian2007-02-231-2/+3
* cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-2/+2
* eliminate rhw divide under some circumstancesKeith Whitwell2006-10-051-16/+24
* Disassemble active program when DEBUG_VS is set.Keith Whitwell2006-09-121-0/+7
* Catch a few more cases of using a message reg as an instruction sourceKeith Whitwell2006-09-011-17/+37
* fix a couple of cases where a message reg is used as an instruction source.Keith Whitwell2006-09-011-6/+22
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+989