aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_glsl.c
Commit message (Expand)AuthorAgeFilesLines
* [965] Bug #9151: make fragment.position return window coords not screen coords.Eric Anholt2008-02-281-8/+10
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-4/+4
* [intel] warnings cleanupEric Anholt2007-12-141-1/+1
* i965: if source depth to render target is set,Xiang, Haihao2007-11-301-0/+14
* fix for prev commitZou Nan hai2007-10-091-2/+2
* INT supportZou Nan hai2007-10-091-3/+3
* shadow sampler fix.Zou Nan hai2007-10-091-1/+11
* fragment shader function call fix, gl_FragCoord fixZou Nan hai2007-09-301-3/+3
* support continue, fix conditionalZou Nan hai2007-09-291-2/+51
* fixZou Nan hai2007-09-281-2/+0
* support nested function call in pixel shaderZou Nan hai2007-09-281-10/+25
* handle INT op, still require high level handle of integer to be correctZou Nan hai2007-09-271-0/+22
* fix double free in 965-glsl branchZou Nan hai2007-09-181-0/+2
* DDX DDY support, not very accurateZou Nan hai2007-07-241-1/+65
* Fix SOP in fragment shader, brick is ok now.Zou Nan hai2007-07-171-2/+4
* support "discard";Zou Nan hai2007-07-051-0/+15
* support branch and loop in pixel shaderZou Nan hai2007-06-211-0/+1177