summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | st/xorg: Touch up xorg_crtc.cJakob Bornecrantz2009-11-241-0/+6
| | * | | st/xorg: Rename driver functionsJakob Bornecrantz2009-11-241-76/+84
| | * | | st/xorg: Rename output functionsJakob Bornecrantz2009-11-241-18/+18
| | * | | st/xorg: Rename dri2 functionsJakob Bornecrantz2009-11-241-17/+17
| | * | | st/xorg: Standardise all function names defined in xorg_tracker.hJakob Bornecrantz2009-11-246-20/+19
| | * | | svga: try harder to make the cachable flag workKeith Whitwell2009-11-252-6/+19
| | * | | st/xorg: accelerate src luminanceZack Rusin2009-11-253-21/+38
| | * | | util: also print out memory statisticsZack Rusin2009-11-251-0/+7
| | * | | svga: revert packing of surface keyKeith Whitwell2009-11-251-3/+3
| | * | | radeon: fix context destroy needing lock for flushing.Dave Airlie2009-11-251-5/+4
| | * | | glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore.Vinson Lee2009-11-251-0/+1
| | * | | glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore.Vinson Lee2009-11-251-0/+1
| | * | | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-11-251-0/+1
| | * | | svga: cache textures as well as buffersKeith Whitwell2009-11-245-117/+167
| | * | | st/xorg: use surface_copy for blits if availableKeith Whitwell2009-11-242-3/+36
| | * | | svga: Filter out pendantic and ansi flagsJakob Bornecrantz2009-11-241-0/+3
| | * | | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore.Vinson Lee2009-11-241-0/+1
| | * | | dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee2009-11-241-4/+4
| * | | | mesa: Update vertex texture code after gallium changes.Michal Krol2009-12-018-5/+29
| * | | | r300g: simplify allocations of VS output registersMarek Olšák2009-12-011-56/+26
| * | | | r300g: simplify allocations of FS input registersMarek Olšák2009-12-011-28/+15
| * | | | r300g: clean up derived statesMarek Olšák2009-12-016-229/+311
| * | | | r300g: VS->FS attribute routing reworkMarek Olšák2009-12-011-170/+392
| * | | | r300g: add R300 prefix in reg definitionsMarek Olšák2009-12-011-41/+41
| * | | | cso: Fix function prototype.Michal Krol2009-12-011-1/+1
| * | | | trace: Implement separate vertex sampler state.Michal Krol2009-12-012-8/+71
| * | | | fo: Implement separate vertex sampler state.Michal Krol2009-12-013-7/+82
| * | | | id: Implement separate vertex sampler state.Michal Krol2009-12-011-9/+49
| * | | | trace: Reduce double semicolons to single ones.Michal Krol2009-12-011-30/+30
| * | | | sp: Do not falsely advertise support for some SNORM formats.Michal Krol2009-12-011-0/+4
| * | | | sp: Implement separate vertex sampler state.Michal Krol2009-12-017-11/+116
| * | | | python: Update for renamed sampler/texture state setters.Michal Krol2009-12-012-5/+5
| * | | | st: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| * | | | trace: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-6/+6
| * | | | svga: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| * | | | r300: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| * | | | nv: Update for renamed sampler/texture state setters.Michal Krol2009-12-016-12/+12
| * | | | lp: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| * | | | id: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-8/+8
| * | | | i915: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| * | | | fo: Update for renamed sampler/texture state setters.Michal Krol2009-12-012-12/+12
| * | | | cell: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| * | | | vl: Update for renamed sampler/texture state setters.Michal Krol2009-12-012-16/+16
| * | | | draw: Update for renamed sampler/texture state setters.Michal Krol2009-12-012-8/+8
| * | | | cso: Add support for separate vertex sampler state.Michal Krol2009-12-012-4/+192
| * | | | gallium: Introduce separate vertex texture/sampler state.Michal Krol2009-12-013-4/+16
| * | | | tgsi/sanity: Up MAX_REGISTERS to 1024.Michal Krol2009-12-011-1/+1
| * | | | st/mesa: handle front/back-face +1/-1 vs. 1/0 conversionBrian Paul2009-11-301-0/+29
| * | | | r600 : clena up a bit for last commit.Richard Li2009-11-292-8/+6
| * | | | r600 : add read port allocation for uniform;Richard Li2009-11-294-62/+101