summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-02-28r600g: Process TRUNC with tgis_op2Fabian Bieler1-2/+2
2011-02-28r600g: Don't negate result of ABS instructionFabian Bieler1-0/+2
2011-02-27i915g: implement cache flushingDaniel Vetter6-8/+62
2011-02-27i915g: buffer validation for blitterDaniel Vetter1-0/+11
2011-02-27i915g: buffer validation for render stateDaniel Vetter3-0/+87
2011-02-27i915g/winsys: buffer validation supportDaniel Vetter3-0/+42
2011-02-27i915g: add raw batchbuffer dumping in drm winsysDaniel Vetter3-0/+11
2011-02-27i915g: cleanup static state calculation, part 2Daniel Vetter3-48/+48
2011-02-27i915g: cleanup static state calculation, part 1Daniel Vetter3-89/+103
2011-02-26i915g: make dynamic state emission actually lazyDaniel Vetter1-1/+1
2011-02-26gallivm: Initialize stack valuesJakob Bornecrantz1-8/+8
2011-02-26i915g: Handle null constants properlyJakob Bornecrantz1-3/+6
2011-02-26i915g: fix null deref in draw_rect emissionDaniel Vetter1-4/+8
2011-02-26i915g: simplify math in constants emissionDaniel Vetter1-1/+1
2011-02-26i915g: Use the same debug env vars in drm and sw winsysJakob Bornecrantz1-1/+1
2011-02-26i915g: Use unchecked writes in sw winsys batchbufferJakob Bornecrantz1-3/+3
2011-02-26Check for out of memory when creating fenceAlan Hourihane1-0/+3
2011-02-26util: Don't destroy shaders null shadersJakob Bornecrantz1-2/+4
2011-02-26util: Don't create array texture shaders if the driver doesn't support itJakob Bornecrantz1-4/+6
2011-02-25gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issueJerome Glisse1-14/+14
2011-02-25gallium/util: add 1d/2d mipmap generation supportDave Airlie1-6/+37
2011-02-24scons: Reduce all Cygwin platform names to 'cygwin'.Vinson Lee1-1/+1
2011-02-25r600g: explicity set sign bits for RGTCDave Airlie1-2/+4
2011-02-25r600g: bc 4/5 or rgtc textures need to be tiled as well.Dave Airlie2-10/+10
2011-02-25r300g: explicit sign bits on RGTC texturesDave Airlie1-2/+4
2011-02-24nvc0: fix PointCoord enable in FP headerChristoph Bumiller1-2/+5
2011-02-24nvc0: change TGSI CMP translation to use slctChristoph Bumiller3-8/+15
2011-02-24nvc0: sprite coord enable is per GENERIC, not overall indexChristoph Bumiller1-5/+3
2011-02-24nvc0: fix new_value calls using type instead of sizeChristoph Bumiller1-3/+3
2011-02-24nvc0: set local memory usage info in shader headerChristoph Bumiller6-3/+34
2011-02-24nvc0: don't fold loads from local memoryChristoph Bumiller1-0/+5
2011-02-24nvc0: presin and preex2 can load from const spaceChristoph Bumiller1-2/+2
2011-02-24nvc0: kick out empty live rangesChristoph Bumiller1-0/+3
2011-02-24nvc0: preemptively insert branch at ENDIFChristoph Bumiller2-1/+9
2011-02-24nvc0: correct allocation of constrained registersChristoph Bumiller1-67/+154
2011-02-24nvc0: sync textures with render targets ourselvesChristoph Bumiller6-6/+35
2011-02-24nvc0: improve userspace fencingChristoph Bumiller6-26/+46
2011-02-24nvc0: values for undefined outputs must have file GPRChristoph Bumiller1-7/+4
2011-02-24nvc0: multiply polygon offset units by 2Christoph Bumiller1-1/+1
2011-02-24nvc0: fix SSGChristoph Bumiller1-5/+5
2011-02-24nvc0: don't visit target blocks of a loop break multiple timesChristoph Bumiller1-1/+4
2011-02-24nvc0: don't overwrite phi sources at the end of a loopChristoph Bumiller1-1/+5
2011-02-24gallium/utils: Fix vertex element setupFabian Bieler1-2/+3
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca4-9/+138
2011-02-24r600g: EXT_texture_array support.Dave Airlie6-9/+39
2011-02-23scons: Fix Cygwin platform names.Vinson Lee1-1/+1
2011-02-24i915g: Lazy emit dynamic stateJakob Bornecrantz5-40/+36
2011-02-24i915g: Lazy emit immediate stateJakob Bornecrantz5-55/+59
2011-02-24i915g: Disable LIS7 state updates for nowJakob Bornecrantz2-1/+5
2011-02-24i915g: Clean up in i915_state_immediateJakob Bornecrantz1-5/+1