| Commit message (Expand) | Author | Age | Files | Lines |
* | tgsi/ureg: Add missing some missing opcodes opcode_tmp.h | Eric Anholt | 2015-02-06 | 1 | -0/+4 |
* | tgsi/ureg: Move ureg_dst_register() to the header. | Eric Anholt | 2015-02-06 | 2 | -28/+25 |
* | tgsi: add tgsi_get_processor_type helper from radeon | Marek Olšák | 2015-02-04 | 2 | -0/+14 |
* | tgsi: track max array per file | Rob Clark | 2015-01-07 | 2 | -0/+4 |
* | tgsi: keep track of read vs written indirects | Rob Clark | 2015-01-07 | 2 | -0/+8 |
* | tgsi: add uses_centroid into tgsi_shader_info | Marek Olšák | 2015-01-07 | 2 | -0/+4 |
* | gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX | Roland Scheidegger | 2014-12-16 | 3 | -0/+10 |
* | tgsi: add tgsi_shader_info::writes_clipvertex | Marek Olšák | 2014-12-10 | 2 | -0/+4 |
* | tgsi: add clip and cull distance writemasks into tgsi_shader_info | Marek Olšák | 2014-12-10 | 2 | -0/+6 |
* | tgsi: add tgsi_shader_info::writes_psize | Marek Olšák | 2014-12-10 | 2 | -0/+4 |
* | tgsi/lowering: add support to lower TXP (v2) | Rob Clark | 2014-12-09 | 2 | -15/+34 |
* | gallium: Drop the unused CND opcode. | Eric Anholt | 2014-11-24 | 4 | -19/+1 |
* | gallium: Drop unused BRA opcode. | Eric Anholt | 2014-11-24 | 3 | -6/+1 |
* | gallium: Drop the unused SFL/STR opcodes. | Eric Anholt | 2014-11-24 | 3 | -51/+2 |
* | gallium: Drop the unused RFL opcode. | Eric Anholt | 2014-11-24 | 3 | -58/+1 |
* | gallium: Drop unused X2D opcode. | Eric Anholt | 2014-11-24 | 3 | -47/+1 |
* | gallium: Drop the unused ARA opcode. | Eric Anholt | 2014-11-24 | 3 | -6/+1 |
* | gallium: Drop the unused RCC opcode. | Eric Anholt | 2014-11-24 | 4 | -23/+1 |
* | gallium: Drop the NRM and NRM4 opcodes. | Eric Anholt | 2014-11-24 | 3 | -76/+2 |
* | draw: fixes for vertex shaders outputting layer or viewport index | Roland Scheidegger | 2014-11-19 | 1 | -9/+6 |
* | tgsi/ureg: add ureg_UARL shortcut (v2) | Christoph Bumiller | 2014-11-18 | 1 | -0/+1 |
* | tgsi/ureg: simplify code for declaring properties | Marek Olšák | 2014-11-16 | 2 | -176/+12 |
* | tgsi: fixup the string of VS_WINDOW_SPACE_POSITION | Marek Olšák | 2014-11-16 | 1 | -1/+1 |
* | tgsi: add a tgsi_free_tokens() function | Brian Paul | 2014-10-31 | 2 | -0/+13 |
* | gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa | Marek Olšák | 2014-10-21 | 1 | -0/+2 |
* | gallium: Rename freedreno parts of tgsi_lowering.[ch]. | Eric Anholt | 2014-10-08 | 2 | -31/+31 |
* | gallium: Reformat tgsi_lowering.c for the normal style. | Eric Anholt | 2014-10-08 | 2 | -1204/+1201 |
* | gallium: Copy fd_lowering.[ch] to tgsi_lowering.[ch] for code sharing. | Eric Anholt | 2014-10-08 | 2 | -0/+1662 |
* | tgsi: change tgsi_shader_info::properties to a one-dimensional array | Marek Olšák | 2014-10-04 | 2 | -4/+3 |
* | tgsi: remove some not so useful variables from tgsi_shader_info | Marek Olšák | 2014-10-04 | 2 | -11/+0 |
* | tgsi: simplify shader properties in tgsi_shader_info | Marek Olšák | 2014-10-04 | 2 | -40/+25 |
* | tgsi: fix Semantic.Name assignment in tgsi_transform_input_decl() | Brian Paul | 2014-09-30 | 1 | -1/+1 |
* | gallium: replace pipe_type enum with tgsi_return_type enum | Brian Paul | 2014-09-22 | 5 | -15/+16 |
* | tgsi: add inst/decl helpers for tgsi_transform utility | Brian Paul | 2014-09-22 | 1 | -0/+333 |
* | tgsi: fix tgsi transform's epilog callback | Brian Paul | 2014-09-22 | 1 | -7/+15 |
* | tgsi: add prolog() method to tgsi_transform_context | Brian Paul | 2014-09-22 | 2 | -0/+13 |
* | gallivm,tgsi: fix idiv by zero crash | rconde | 2014-09-17 | 1 | -4/+4 |
* | tgsi: accept offsets for sample opcodes too in the text parser | Roland Scheidegger | 2014-09-16 | 1 | -3/+2 |
* | tgsi: don't print texture target for sample opcodes | Roland Scheidegger | 2014-09-16 | 1 | -2/+5 |
* | tgsi: (trivial) fix handling msaa resources on TXF | Roland Scheidegger | 2014-08-30 | 1 | -1/+4 |
* | gallium: add opcodes/cap for fine derivative support | Ilia Mirkin | 2014-08-14 | 2 | -2/+4 |
* | mesa/st: add support for dynamic sampler offsets | Ilia Mirkin | 2014-08-12 | 1 | -1/+1 |
* | gallium: remove PIPE_SHADER_CAP_MAX_ADDRS | Marek Olšák | 2014-08-11 | 1 | -3/+0 |
* | draw: hack around weird primitive id input in gs | Roland Scheidegger | 2014-08-08 | 1 | -3/+3 |
* | gallium: Fix compiler warning. | Jan Vesely | 2014-08-04 | 2 | -2/+2 |
* | gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE | Marek Olšák | 2014-07-28 | 1 | -4/+4 |
* | util/tgsi: Fix ureg_EMIT/ENDPRIM prototype. | José Fonseca | 2014-07-15 | 1 | -2/+2 |
* | gallium: add INTERP_* opcodes to support interpolateAt* | Ilia Mirkin | 2014-07-09 | 1 | -0/+4 |
* | tgsi: add interpolation location modifier support to text parser | Ilia Mirkin | 2014-07-09 | 1 | -0/+17 |
* | gallium: switch dedicated centroid field to interpolation location | Ilia Mirkin | 2014-07-09 | 8 | -15/+25 |