aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* add some #includes to silence warningsBrian2007-05-032-1/+2
* 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
| * | | | | | | | | | | | | | ARB_occlusion_query supportZou Nan hai2006-12-134-1/+55
| * | | | | | | | | | | | | | if (tex width < 4), mipmap calculation will be out of rangeZou Nan hai2006-12-131-1/+1
| * | | | | | | | | | | | | | Avoid branch instructions while in single program flow mode.Eric Anholt2006-12-105-59/+125
| * | | | | | | | | | | | | | Connect INTEL_DEBUG=sync up to cmd/batch ioctls.Eric Anholt2006-12-101-2/+30
| * | | | | | | | | | | | | | adding pci id of CrestlineWang Zhenyu2006-12-102-0/+4
* | | | | | | | | | | | | | | Fix compile errorZou Nan hai2007-03-271-1/+1
* | | | | | | | | | | | | | | merge of glsl-compiler-1 branchBrian2007-03-2617-107/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | merge from masterBrian2007-03-212-19/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'origin' into glsl-compiler-1Brian2007-03-092-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Update DRI drivers for new glsl compiler.Brian2007-02-2317-106/+80
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | i965: The given urb layout(maximal size of urb entries and theXiang, Haihao2007-03-251-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | fix for bug#10339Xiang, Haihao2007-03-222-3/+3
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | fix copy and paste bug from last commit in fog generation code for GL_LINEAR fogRoland Scheidegger2007-03-211-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | fix for bug#10347Xiang, Haihao2007-03-201-9/+3
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | i965: fix for FXT1 & S3TC texture formatXiang, Haihao2007-03-181-4/+11
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | sync up t_vp_build.c brw_vs_tnl.c a bitRoland Scheidegger2007-03-131-15/+12
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | fix for bug#10196Xiang, Haihao2007-03-111-1/+8
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Fix/improve framebuffer object reference counting.Brian2007-03-061-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | fix for bug#10182Xiang, Haihao2007-03-061-1/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | fix for bug#9971Xiang, Haihao2007-03-051-0/+1
|/ / / / /
* | | | | I965: fix a failure on waiting irq.Xiang, Haihao2007-02-121-1/+2
* | | | | Merge branch 'vbo-0.2'Keith Whitwell2007-02-0229-4845/+213
|\ \ \ \ \
| * | | | | Modify assert to reflect rebase criteriaKeith Whitwell2007-02-021-1/+9
| * | | | | Correct usage/meaning of max_index parameter.Keith Whitwell2007-02-012-2/+4
| * | | | | Cope with internally-generated null inputs.Keith Whitwell2007-02-011-3/+6
| * | | | | Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-302-90/+68
| * | | | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-1633-174/+596
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | merge current trunk into vbo branchAlan Hourihane2006-11-023-44/+25
| * | | | | cleanup code, compiles with vbo changesKeith Whitwell2006-10-3115-612/+98