summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* INT supportZou Nan hai2007-10-091-3/+3
* shadow sampler fix.Zou Nan hai2007-10-092-1/+13
* Only vertex program fix, bypass tnl vertex programZou Nan hai2007-10-081-1/+1
* fragment shader function call fix, gl_FragCoord fixZou Nan hai2007-09-302-3/+8
* support continue, fix conditionalZou Nan hai2007-09-293-2/+66
* fixZou Nan hai2007-09-281-2/+0
* support nested function call in pixel shaderZou Nan hai2007-09-282-11/+26
* handle INT op, still require high level handle of integer to be correctZou Nan hai2007-09-271-0/+22
* fix issue when only fragment shader or vertex shader is usedZou Nan hai2007-09-271-5/+12
* ARB_shader_object ARB_vertex_shader ARB_fragment_shader in 965-glsl branchZou Nan hai2007-09-181-0/+6
* fix double free in 965-glsl branchZou Nan hai2007-09-183-0/+6
* DDX DDY support, not very accurateZou Nan hai2007-07-243-1/+103
* Fix SOP in fragment shader, brick is ok now.Zou Nan hai2007-07-171-2/+4
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa into...Zou Nan hai2007-07-173-5/+12
|\
| * fix LogicOp/bitmap problem, bug 11133Eric Anholt2007-07-043-5/+12
* | Use ProgramStringNotifyZou Nan hai2007-07-171-27/+0
* | support "discard";Zou Nan hai2007-07-052-0/+16
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa into...Zou Nan hai2007-07-047-112/+27
|\|
| * Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian2007-06-111-1/+1
| * i965: Add pci info for 965GME/GLE chip.Wang Zhenyu2007-05-312-5/+9
| * Replace initInitState() with _mesa_init_driver_state().Brian2007-05-222-97/+0
| * include swrast_setup/swrast_setup.h to silence warningBrian2007-05-221-0/+1
| * fog: fix potential issues with generated vp using fogRoland Scheidegger2007-05-221-8/+14
| * add some #includes to silence warningsBrian2007-05-032-1/+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-2112-100/+1346
* | Support loop, conditional update fixZou Nan hai2007-05-091-10/+17
* | support nested function callZou Nan hai2007-04-302-15/+17
* | Initial 965 GLSL supportZou Nan hai2007-04-1214-75/+275
|/
* Merge branch 'crestline-qa', adding support for the 965GM chipset.Eric Anholt2007-03-302-0/+4
|\
| * Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-261-1/+1
| |\
| * \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-223-5/+5
| |\ \
| * \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-211-9/+3
| |\ \ \
| * \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-191-4/+11
| |\ \ \ \
| * \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-141-15/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-121-1/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-071-2/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-061-1/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-03-061-0/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2007-02-2536-4860/+250
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add Intel 965GM chipset infoWang Zhenyu2007-02-022-0/+4
| * | | | | | | | | | | Revert origin crestline pci id patchWang Zhenyu2007-02-022-4/+0
| * | | | | | | | | | | 1. Fix bug #155Zou Nan hai2007-01-183-16/+19
| * | | | | | | | | | | Merge branch 'master' into crestlineKeith Packard2007-01-066-10/+15
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into crestlineWang Zhenyu2007-01-063-53/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Support linear format in i965.Haihao Xiang2006-12-263-4/+9
| * | | | | | | | | | | | | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu2006-12-134-25/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix bug #93, i965 driver not thread safe.Zou Nan hai2006-12-133-4/+18
| * | | | | | | | | | | | | | fix bug #99.Zou Nan hai2006-12-131-1/+11