freedreno/a3xx: add support to emulate GL_CLAMP
[mesa.git] / src / gallium / drivers / freedreno / ir3 / ir3_compiler.c
2014-09-29 Rob Clarkfreedreno/a3xx: add support to emulate GL_CLAMP
2014-09-27 Rob Clarkfreedreno/a3xx: add flat interpolation mode
2014-09-23 Ilia Mirkinfreedreno/ir3: add TXB2 support
2014-09-23 Ilia Mirkinfreedreno/ir3: add TXQ support
2014-09-23 Ilia Mirkinfreedreno/ir3: fix TXB/TXL to actually pull the bias...
2014-09-23 Ilia Mirkinfreedreno/ir3: make texture instruction construction...
2014-09-21 Rob Clarkfreedreno/a3xx: more texture array fixes
2014-09-13 Rob Clarkfreedreno/a3xx: 3d/array textures
2014-09-12 Ilia Mirkinfreedreno/ir3: implement UMUL correctly
2014-09-12 Ilia Mirkinfreedreno/ir3: fix UCMP handling
2014-09-12 Ilia Mirkinfreedreno/ir3: add TXL support
2014-09-12 Rob Clarkfreedreno/ir3: add missing put_dst
2014-09-12 Rob Clarkfreedreno/ir3: catch incorrect usage of tmp-dst
2014-09-12 Ilia Mirkinfreedreno/ir3: use unsigned comparison for UIF
2014-09-12 Ilia Mirkinfreedreno/ir3: negate result of USLT/etc
2014-09-12 Ilia Mirkinfreedreno/ir3: add UARL support
2014-09-12 Ilia Mirkinfreedreno/ir3: INEG operates on src0, not src1
2014-09-12 Ilia Mirkinfreedreno/ir3: fix FSLT/etc handling to return 0/-1...
2014-09-12 Rob Clarkfreedreno/a3xx: alpha render-target shenanigans
2014-09-09 Rob Clarkfreedreno/ir3: add no-copy-propagate fallback step
2014-09-05 Rob Clarkfreedreno/ir3: fix constlen with relative addressing
2014-09-05 Rob Clarkfreedreno/ir3: bit of debug
2014-09-01 Rob Clarkfreedreno/ir3: add DDX/DDY
2014-08-30 Rob Clarkfreedreno/ir3: add TXB
2014-08-30 Rob Clarkfreedreno/ir3: detect scheduler fail
2014-07-25 Rob Clarkfreedreno/ir3: split out shader compiler from a3xx