| Commit message (Expand) | Author | Age | Files | Lines |
* | nir: implement lowering for fsin and fcos | Vasily Khoruzhick | 2019-05-07 | 4 | -0/+142 |
* | nir/algebraic: Reassociate open-coded flrp(1, b, c) | Ian Romanick | 2019-05-06 | 1 | -0/+3 |
* | nir/flrp: Lower flrp(a, b, #c) differently | Ian Romanick | 2019-05-06 | 1 | -0/+17 |
* | nir/flrp: Lower flrp(a, b, c) differently if another flrp(_, b, c) exists | Ian Romanick | 2019-05-06 | 1 | -1/+56 |
* | nir/flrp: Lower flrp(a, b, c) differently if another flrp(a, _, c) exists | Ian Romanick | 2019-05-06 | 1 | -0/+89 |
* | nir/flrp: Lower flrp(±1, b, c) and flrp(a, ±1, c) differently | Ian Romanick | 2019-05-06 | 1 | -0/+134 |
* | nir/flrp: Lower flrp(#a, #b, c) differently | Ian Romanick | 2019-05-06 | 1 | -0/+68 |
* | nir: Use the flrp lowering pass instead of nir_opt_algebraic | Ian Romanick | 2019-05-06 | 1 | -3/+0 |
* | nir/flrp: Add new lowering pass for flrp instructions | Ian Romanick | 2019-05-06 | 4 | -0/+293 |
* | nir/algebraic: Pull common multiplication out of flrp arguments | Ian Romanick | 2019-05-06 | 1 | -0/+5 |
* | nir/algebraic: Pull common addition out of flrp arguments | Ian Romanick | 2019-05-06 | 1 | -0/+16 |
* | glsl_to_nir: drop supports_ints | Christian Gmeiner | 2019-05-07 | 1 | -23/+8 |
* | nir: nir_shader_compiler_options: drop native_integers | Christian Gmeiner | 2019-05-07 | 2 | -7/+1 |
* | nir: add int_to_float lowering pass | Vasily Khoruzhick | 2019-05-07 | 4 | -0/+215 |
* | mesa: Makefile.sources: Add nir_lower_fb_read.c to Makefile.sources list | John Stultz | 2019-05-06 | 1 | -0/+1 |
* | mesa: android: Remove unnecessary dependency tracking rules | Alistair Strachan | 2019-05-06 | 2 | -4/+0 |
* | spirv/cl: support vload/vstore | Karol Herbst | 2019-05-04 | 1 | -0/+55 |
* | nir: Add nir_op_vec helper | Karol Herbst | 2019-05-04 | 3 | -22/+14 |
* | nir: Add a nir_builder_alu variant which takes an array of components | Karol Herbst | 2019-05-04 | 1 | -14/+36 |
* | vtn: handle bitcast with pointer src/dest | Karol Herbst | 2019-05-04 | 3 | -29/+45 |
* | nir: Add a SSA type gathering pass | Jason Ekstrand | 2019-05-04 | 4 | -0/+223 |
* | nir/algebraic: Don't emit empty initializers for MSVC | Connor Abbott | 2019-05-04 | 1 | -0/+4 |
* | meson: Don't build glsl cache_test when shader cache is disabled | Dylan Baker | 2019-05-03 | 1 | -12/+13 |
* | glsl/tests: define ssize_t on windows | Dylan Baker | 2019-05-03 | 1 | -0/+4 |
* | glsl: fix general_ir_test with mingw | Dylan Baker | 2019-05-03 | 1 | -7/+7 |
* | nir: fix lower vars to ssa for larger vector sizes. | Dave Airlie | 2019-05-03 | 1 | -4/+4 |
* | spirv: fix SpvOpBitSize return value. | Dave Airlie | 2019-05-03 | 1 | -3/+1 |
* | nir: fix nir tex print harder | Rob Clark | 2019-05-02 | 1 | -6/+5 |
* | glsl: fix and clean up NV_compute_shader_derivatives support | Marek Olšák | 2019-05-02 | 1 | -54/+24 |
* | nir: add pass to lower fb reads | Rob Clark | 2019-05-02 | 5 | -6/+141 |
* | nir: fix lower_wpos_ytransform in load_frag_coord case | Rob Clark | 2019-05-02 | 1 | -10/+11 |
* | nir: rework tex instruction printing | Rob Clark | 2019-05-02 | 1 | -8/+10 |
* | nir/search: Add debugging code to dump the pattern matched | Connor Abbott | 2019-05-02 | 1 | -0/+75 |
* | nir/search: Add automaton-based pre-searching | Connor Abbott | 2019-05-02 | 3 | -19/+425 |
* | glsl: fix typo in #warning message | Brian Paul | 2019-05-02 | 1 | -1/+1 |
* | glsl: work around MinGW 7.x compiler bug | Brian Paul | 2019-05-01 | 1 | -0/+15 |
* | nir: Saturating integer arithmetic is not associative | Ian Romanick | 2019-05-01 | 1 | -1/+1 |
* | nir: improve convert_yuv_to_rgb | Jonathan Marek | 2019-05-01 | 1 | -15/+14 |
* | spirv: add missing SPV_EXT_descriptor_indexing capabilities | Juan A. Suarez Romero | 2019-04-30 | 2 | -0/+16 |
* | spirv: Properly handle SpvOpAtomicCompareExchangeWeak | Caio Marcelo de Oliveira Filho | 2019-04-29 | 1 | -75/+82 |
* | delete autotools .gitignore files | Eric Engestrom | 2019-04-29 | 9 | -45/+0 |
* | glsl/linker: check for xfb_offset aliasing | Andres Gomez | 2019-04-29 | 2 | -31/+84 |
* | nir: Add a new nir_cf_list_is_empty_block() helper. | Kenneth Graunke | 2019-04-28 | 1 | -0/+15 |
* | glsl/list: Add an exec_list_is_singular() helper. | Kenneth Graunke | 2019-04-28 | 1 | -0/+7 |
* | nir: add rcp(w) lowering for gl_FragCoord | Andreas Baierl | 2019-04-29 | 4 | -0/+84 |
* | glsl: use empty brace initializer | Tapani Pälli | 2019-04-26 | 1 | -2/+2 |
* | nir: use braces around subobject in initializer | Tapani Pälli | 2019-04-26 | 2 | -6/+6 |
* | nir/algebraic: Optimize integer cast-of-cast | Jason Ekstrand | 2019-04-26 | 1 | -0/+42 |
* | nir: fix bit_size in lower indirect derefs. | Dave Airlie | 2019-04-26 | 1 | -1/+1 |
* | glsl: fix shader_storage_blocks_write_access for SSBO block arrays (v2) | Marek Olšák | 2019-04-25 | 1 | -3/+19 |