OSDN Git Service

nv50/ir: support different unordered_set implementations
[android-x86/external-mesa.git] / src / gallium / drivers / nouveau / codegen / nv50_ir_lowering_nvc0.cpp
2015-07-16 Chih-Wei Huangnv50/ir: support different unordered_set implementations android-x86-4.4-r3
2015-06-18 Ilia Mirkinnvc0/ir: fix collection of first uses for texture barri...
2015-06-03 Ilia Mirkinnvc0/ir: LOAD's can't be used for shader inputs
2015-06-03 Ilia Mirkinnvc0/ir: set ftz when sources are floats, not just...
2015-05-05 Ilia Mirkinnvc0/ir: flush denorms to zero in non-compute shaders
2015-01-05 Ilia Mirkinnv50/ir: fix texture offsets in release builds
2014-09-26 Ilia Mirkingm107/ir: fix texture argument order
2014-09-09 Ilia Mirkinnvc0/ir: uses was always null at that point in the...
2014-09-09 Ilia Mirkinnvc0/ir: insn can never be null
2014-09-06 Christoph Bumillernvc0/ir: clarify recursion fix to finding first tex...
2014-09-01 Ilia Mirkinnvc0/ir: avoid infinite recursion when finding first...
2014-08-11 Ilia Mirkinnvc0/ir: describe the tex arguments for fermi/kepler
2014-08-11 Ilia Mirkinnvc0/ir: add kepler+ support for indirect texture refer...
2014-08-11 Ilia Mirkinnvc0/ir: add base tex offset for fermi indirect tex...
2014-07-24 Ilia Mirkinnvc0/ir: support 2d constbuf indexing
2014-07-10 Ilia Mirkinnvc0/ir: add support for interpolating with non-default...
2014-07-10 Ilia Mirkinnvc0/ir: account for indirect textures on fermi for txd
2014-07-10 Ilia Mirkinnvc0/ir: unset s/r indirect sources before moving every...
2014-07-08 Ilia Mirkinnvc0/ir: fill offset in properly for TXD
2014-07-08 Ilia Mirkinnvc0/ir: use manual TXD when offsets are involved
2014-07-08 Ilia Mirkinnvc0/ir: do quadops on the right texture coordinates...
2014-07-01 Ilia Mirkinnvc0/ir: only merge emit/restart for identical streams
2014-05-14 Ben Skeggsnvc0: replace immd 0 with $rLASTGPR for emit/restart...
2014-05-14 Ben Skeggsnvc0: move nvc0 lowering pass class definitions into...
2014-04-29 Ilia Mirkinnvc0/ir: offset appears to come before the Z ref
2014-04-28 Ilia Mirkinnv50/ir: change texture offsets to ValueRefs, allow...
2014-04-26 Ilia Mirkinnvc0/ir: add support for SAMPLEMASK sysval
2014-04-26 Ilia Mirkinnvc0: add support for PIPE_CAP_SAMPLE_SHADING
2014-04-07 Ilia Mirkinnvc0: add support for texture gather
2014-04-07 Ilia Mirkinnvc0: enable texture query lod
2014-03-21 Ilia Mirkinnvc0/ir: move sample id to second source arg to fix...
2014-01-27 Bryan Cainnv50/ir: delay calculation of indirect addresses
2013-09-15 Dave Airlienouveau: fix regression since float comparison instruct...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.