summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/nir
Commit message (Expand)AuthorAgeFilesLines
* gallium/ttn: fix cursor handling vs builderRob Clark2015-09-091-8/+6
* nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-271-17/+17
* gallium/ttn: Use nir_builder_insert() rather than poking at cf_list.Kenneth Graunke2015-08-251-16/+16
* nir: Store gl_shader_stage in nir_shader.Kenneth Graunke2015-08-251-4/+21
* nir: move control flow modification to its own fileConnor Abbott2015-08-241-0/+1
* ttn: add buffer texture typeRob Clark2015-08-121-0/+3
* gallium/ttn: mark location specially in nir for color0-writes-allIlia Mirkin2015-07-031-1/+6
* gallium/ttn: IN/OUT are only array if ArrayID != 0Rob Clark2015-07-031-62/+81
* gallium/ttn: don't upset nir_validate w/ BRK'sRob Clark2015-06-301-1/+1
* gallium/ttn: add TXB2Rob Clark2015-06-301-0/+11
* gallium/ttn: partial fix for output arraysRob Clark2015-06-301-2/+4
* tgsi_to_nir: Fix translation of TXF on MSAA targets.Eric Anholt2015-06-231-2/+10
* gallium/ttn: add missing SNERob Clark2015-06-211-0/+1
* gallium/ttn: add texture-type supportRob Clark2015-06-211-1/+43
* nir: Get rid of the array elements parameter on load/store intrinsicsJason Ekstrand2015-05-201-2/+0
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-1/+0
* gallium/ttn: fix TXFRob Clark2015-04-171-1/+7
* gallium/ttn: add UBO supportRob Clark2015-04-171-9/+60
* gallium/ttn: minor cleanupRob Clark2015-04-171-23/+17
* gallium/ttn: add support for TXL2Rob Clark2015-04-171-0/+11
* gallium/ttn: add support for texture offsetsRob Clark2015-04-171-1/+28
* gallium/ttn: add support for system valuesRob Clark2015-04-111-0/+34
* gallium/ttn: fix TXDRob Clark2015-04-111-3/+17
* gallium/ttn: add TXQ support (v2)Rob Clark2015-04-111-8/+51
* gallium/ttn: split out helper to get texture infoRob Clark2015-04-111-53/+59
* gallium/ttn: add support for temp arraysRob Clark2015-04-111-15/+145
* gallium/ttn: minor cleanupRob Clark2015-04-111-5/+6
* gallium/ttn: MOD is an integer instructionRob Clark2015-04-051-1/+1
* gallium/ttn: add UMADRob Clark2015-04-051-1/+11
* gallium: Add tgsi_to_nir to get a nir_shader for a TGSI shader.Eric Anholt2015-04-012-0/+1453