Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa into... | Zou Nan hai | 2007-07-17 | 3 | -5/+12 |
|\ | |||||
| * | fix LogicOp/bitmap problem, bug 11133 | Eric Anholt | 2007-07-04 | 3 | -5/+12 |
* | | Use ProgramStringNotify | Zou Nan hai | 2007-07-17 | 1 | -27/+0 |
* | | support "discard"; | Zou Nan hai | 2007-07-05 | 2 | -0/+16 |
* | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa into... | Zou Nan hai | 2007-07-04 | 7 | -112/+27 |
|\| | |||||
| * | Replace texobj->Complete with texobj->_Complete since it's a derived field. | Brian | 2007-06-11 | 1 | -1/+1 |
| * | i965: Add pci info for 965GME/GLE chip. | Wang Zhenyu | 2007-05-31 | 2 | -5/+9 |
| * | Replace initInitState() with _mesa_init_driver_state(). | Brian | 2007-05-22 | 2 | -97/+0 |
| * | include swrast_setup/swrast_setup.h to silence warning | Brian | 2007-05-22 | 1 | -0/+1 |
| * | fog: fix potential issues with generated vp using fog | Roland Scheidegger | 2007-05-22 | 1 | -8/+14 |
| * | add some #includes to silence warnings | Brian | 2007-05-03 | 2 | -1/+2 |
* | | fix issue with output as src register. | Zou Nan hai | 2007-07-04 | 1 | -1/+1 |
* | | Fix a nasty bug... | Zou Nan hai | 2007-07-03 | 1 | -6/+14 |
* | | support branch and loop in pixel shader | Zou Nan hai | 2007-06-21 | 12 | -100/+1346 |
* | | Support loop, conditional update fix | Zou Nan hai | 2007-05-09 | 1 | -10/+17 |
* | | support nested function call | Zou Nan hai | 2007-04-30 | 2 | -15/+17 |
* | | Initial 965 GLSL support | Zou Nan hai | 2007-04-12 | 14 | -75/+275 |
|/ | |||||
* | Merge branch 'crestline-qa', adding support for the 965GM chipset. | Eric Anholt | 2007-03-30 | 2 | -0/+4 |
|\ | |||||
| * | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-26 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-22 | 3 | -5/+5 |
| |\ \ | |||||
| * \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-21 | 1 | -9/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-19 | 1 | -4/+11 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-14 | 1 | -15/+12 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-12 | 1 | -1/+8 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-07 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-06 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-06 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-02-25 | 36 | -4860/+250 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Add Intel 965GM chipset info | Wang Zhenyu | 2007-02-02 | 2 | -0/+4 |
| * | | | | | | | | | | | Revert origin crestline pci id patch | Wang Zhenyu | 2007-02-02 | 2 | -4/+0 |
| * | | | | | | | | | | | 1. Fix bug #155 | Zou Nan hai | 2007-01-18 | 3 | -16/+19 |
| * | | | | | | | | | | | Merge branch 'master' into crestline | Keith Packard | 2007-01-06 | 6 | -10/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into crestline | Wang Zhenyu | 2007-01-06 | 3 | -53/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Support linear format in i965. | Haihao Xiang | 2006-12-26 | 3 | -4/+9 |
| * | | | | | | | | | | | | | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2006-12-13 | 4 | -25/+38 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Fix bug #93, i965 driver not thread safe. | Zou Nan hai | 2006-12-13 | 3 | -4/+18 |
| * | | | | | | | | | | | | | | fix bug #99. | Zou Nan hai | 2006-12-13 | 1 | -1/+11 |
| * | | | | | | | | | | | | | | ARB_occlusion_query support | Zou Nan hai | 2006-12-13 | 4 | -1/+55 |
| * | | | | | | | | | | | | | | if (tex width < 4), mipmap calculation will be out of range | Zou Nan hai | 2006-12-13 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | Avoid branch instructions while in single program flow mode. | Eric Anholt | 2006-12-10 | 5 | -59/+125 |
| * | | | | | | | | | | | | | | Connect INTEL_DEBUG=sync up to cmd/batch ioctls. | Eric Anholt | 2006-12-10 | 1 | -2/+30 |
| * | | | | | | | | | | | | | | adding pci id of Crestline | Wang Zhenyu | 2006-12-10 | 2 | -0/+4 |
* | | | | | | | | | | | | | | | Fix compile error | Zou Nan hai | 2007-03-27 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | merge of glsl-compiler-1 branch | Brian | 2007-03-26 | 17 | -107/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | merge from master | Brian | 2007-03-21 | 2 | -19/+24 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-03-09 | 2 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Update DRI drivers for new glsl compiler. | Brian | 2007-02-23 | 17 | -106/+80 |
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | i965: The given urb layout(maximal size of urb entries and the | Xiang, Haihao | 2007-03-25 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | fix for bug#10339 | Xiang, Haihao | 2007-03-22 | 2 | -3/+3 |
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | fix copy and paste bug from last commit in fog generation code for GL_LINEAR fog | Roland Scheidegger | 2007-03-21 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |