summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell816-33579/+66657
2009-12-21ws/i965: respect DEBUG_WINSYS flagKeith Whitwell1-29/+40
2009-12-21i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFERKeith Whitwell4-5/+10
2009-12-21i965g: keep refcounts to bound vertex buffersKeith Whitwell1-4/+19
2009-12-21i965g: add DEBUG_WINSYS flagKeith Whitwell2-2/+2
2009-12-21i965g: remove duplicate set_viewport_state, fixes samples/depthKeith Whitwell1-9/+0
2009-12-01i965g: nasty hack for clearing y-tiled surfacesKeith Whitwell1-1/+5
2009-12-01i965g: add missing headerKeith Whitwell1-0/+34
2009-12-01i965g: don't reference unused vars in RSQKeith Whitwell1-2/+3
2009-12-01mesa/st: avoid quadstrips if its easy to do soKeith Whitwell1-3/+26
2009-12-01tgsi: fix ureg emit after version token changeKeith Whitwell1-1/+1
2009-12-01st/xorg: fix merge droppingsKeith Whitwell2-68/+0
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell104-2500/+1718
2009-12-01Merge commit 'origin/mesa_7_7_branch'Keith Whitwell50-957/+1445
2009-12-01mesa: Update vertex texture code after gallium changes.Michal Krol8-5/+29
2009-12-01r300g: simplify allocations of VS output registersMarek Olšák1-56/+26
2009-12-01r300g: simplify allocations of FS input registersMarek Olšák1-28/+15
2009-12-01r300g: clean up derived statesMarek Olšák6-229/+311
2009-12-01r300g: VS->FS attribute routing reworkMarek Olšák1-170/+392
2009-12-01r300g: add R300 prefix in reg definitionsMarek Olšák1-41/+41
2009-12-01cso: Fix function prototype.Michal Krol1-1/+1
2009-12-01trace: Implement separate vertex sampler state.Michal Krol2-8/+71
2009-12-01fo: Implement separate vertex sampler state.Michal Krol3-7/+82
2009-12-01id: Implement separate vertex sampler state.Michal Krol1-9/+49
2009-12-01trace: Reduce double semicolons to single ones.Michal Krol1-30/+30
2009-12-01sp: Do not falsely advertise support for some SNORM formats.Michal Krol1-0/+4
2009-12-01sp: Implement separate vertex sampler state.Michal Krol7-11/+116
2009-12-01python: Update for renamed sampler/texture state setters.Michal Krol2-5/+5
2009-12-01st: Update for renamed sampler/texture state setters.Michal Krol1-2/+2
2009-12-01trace: Update for renamed sampler/texture state setters.Michal Krol1-6/+6
2009-12-01svga: Update for renamed sampler/texture state setters.Michal Krol1-2/+2
2009-12-01r300: Update for renamed sampler/texture state setters.Michal Krol1-2/+2
2009-12-01nv: Update for renamed sampler/texture state setters.Michal Krol6-12/+12
2009-12-01lp: Update for renamed sampler/texture state setters.Michal Krol1-2/+2
2009-12-01id: Update for renamed sampler/texture state setters.Michal Krol1-8/+8
2009-12-01i915: Update for renamed sampler/texture state setters.Michal Krol1-2/+2
2009-12-01fo: Update for renamed sampler/texture state setters.Michal Krol2-12/+12
2009-12-01cell: Update for renamed sampler/texture state setters.Michal Krol1-2/+2
2009-12-01vl: Update for renamed sampler/texture state setters.Michal Krol2-16/+16
2009-12-01draw: Update for renamed sampler/texture state setters.Michal Krol2-8/+8
2009-12-01cso: Add support for separate vertex sampler state.Michal Krol2-4/+192
2009-12-01gallium: Introduce separate vertex texture/sampler state.Michal Krol3-4/+16
2009-12-01tgsi/sanity: Up MAX_REGISTERS to 1024.Michal Krol1-1/+1
2009-11-30mesa: set version string to 7.7-rc1Ian Romanick1-1/+1
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick7-53/+77
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick1-0/+1
2009-11-30i965g: turn on texture tiling by defaultKeith Whitwell3-7/+8
2009-11-30st/mesa: handle front/back-face +1/-1 vs. 1/0 conversionBrian Paul1-0/+29
2009-11-30i965g: pass backbuffer tiling information to driverKeith Whitwell6-22/+21
2009-11-30ws/i965: more debug outputKeith Whitwell2-12/+44