| Commit message (Expand) | Author | Age | Files | Lines |
* | tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function | Brian Paul | 2013-06-07 | 4 | -13/+25 |
* | gallium/tgsi: add missing string for layer semantic | Roland Scheidegger | 2013-06-06 | 3 | -1/+8 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 3 | -1/+9 |
* | tgsi: add buffer texture to tgsi_util_get_texture_coord_dim() | Chia-I Wu | 2013-05-27 | 2 | -0/+3 |
* | tgsi: fix operand type of TGSI_OPCODE_NOT | Chia-I Wu | 2013-05-08 | 1 | -0/+1 |
* | tgsi: refactor tgsi_opcode_infer_src_type() | Chia-I Wu | 2013-05-08 | 1 | -35/+9 |
* | tgsi: refactor tgsi_opcode_infer_dst_type() | Chia-I Wu | 2013-05-08 | 1 | -25/+35 |
* | tgsi: reorder opcodes in opcode type inference | Chia-I Wu | 2013-05-08 | 1 | -24/+24 |
* | tgsi: clean up exec_tex() | Chia-I Wu | 2013-05-08 | 1 | -168/+52 |
* | tgsi: add tgsi_util_get_texture_coord_dim() | Chia-I Wu | 2013-05-08 | 2 | -0/+94 |
* | tgsi/ureg: make the dst register match the src indirection | Zack Rusin | 2013-05-03 | 2 | -4/+11 |
* | tgsi: allow negation of all integer types | Zack Rusin | 2013-05-02 | 1 | -2/+1 |
* | tgsi/ureg: Add a function to return the number of outputs | Zack Rusin | 2013-04-26 | 2 | -0/+15 |
* | tgsi/scan: set correct input limits for geometry shader | Zack Rusin | 2013-04-22 | 1 | -0/+17 |
* | gallivm/tgsi: fix up breakc | Roland Scheidegger | 2013-04-20 | 2 | -1/+5 |
* | tgsi/exec: geometry shaders are executed on a single primitive | Zack Rusin | 2013-04-16 | 1 | -13/+17 |
* | tgsi/exec: fix the udiv and umod instructions | Zack Rusin | 2013-04-16 | 1 | -8/+8 |
* | gallium: Disambiguate TGSI_OPCODE_IF. | José Fonseca | 2013-04-17 | 4 | -1/+27 |
* | gallium: Eliminate TGSI_OPCODE_IFC. | José Fonseca | 2013-04-17 | 2 | -2/+1 |
* | gallivm/tgsi: handle untyped moves | Zack Rusin | 2013-04-10 | 1 | -0/+1 |
* | tgsi: Ensure struct tgsi_ind_register field Index is initialized. | Vinson Lee | 2013-04-08 | 1 | -0/+1 |
* | draw: Implement support for primitive id | Zack Rusin | 2013-04-03 | 2 | -0/+3 |
* | gallium/tgsi: fix valgrind warning | Marek Olšák | 2013-03-26 | 1 | -1/+1 |
* | gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3 | Christoph Bumiller | 2013-03-20 | 2 | -1/+4 |
* | tgsi: fix uninitialized declaration array fields | Brian Paul | 2013-03-19 | 1 | -0/+13 |
* | tgsi: add initializer data to fix MSVC compile error | Brian Paul | 2013-03-19 | 1 | -1/+1 |
* | tgsi: use separate structure for indirect address v2 | Christian König | 2013-03-19 | 10 | -118/+161 |
* | tgsi: add ArrayID to declarations | Christian König | 2013-03-19 | 5 | -3/+59 |
* | tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY | Christian König | 2013-03-19 | 9 | -164/+0 |
* | tgsi/ureg: implement support for array temporaries | Christian König | 2013-03-19 | 2 | -24/+69 |
* | tgsi/ureg: cleanup local temporary emission v2 | Christian König | 2013-03-19 | 1 | -17/+13 |
* | tgsi: fix sample_d emit for arrays | Roland Scheidegger | 2013-03-14 | 1 | -19/+11 |
* | tgsi/exec: Correctly reset NumOutputs before parsing the shader | Zack Rusin | 2013-03-07 | 1 | -3/+7 |
* | tgsi: emit code for SVIEWINFO and SAMPLE_I | Roland Scheidegger | 2013-03-11 | 1 | -3/+10 |
* | tgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF | Roland Scheidegger | 2013-03-11 | 1 | -2/+2 |
* | tgsi: handle projection modifier for array textures. | Roland Scheidegger | 2013-03-05 | 1 | -3/+11 |
* | tgsi: add texel offsets and derivatives to sampler interface | Roland Scheidegger | 2013-03-02 | 2 | -79/+185 |
* | softpipe/draw/tgsi: simplify driver/tgsi sampler interface | Roland Scheidegger | 2013-02-28 | 2 | -52/+51 |
* | tgsi: Improve execution debugging. | José Fonseca | 2013-02-22 | 1 | -5/+24 |
* | gallivm/tgsi: fix issues with sample opcodes | Roland Scheidegger | 2013-02-16 | 4 | -10/+160 |
* | gallivm/tgsi: fix src modifier fetching with non-float types. | Roland Scheidegger | 2013-02-16 | 2 | -3/+5 |
* | gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lod | Roland Scheidegger | 2013-02-12 | 3 | -3/+3 |
* | softpipe: clean up lod computation | Roland Scheidegger | 2013-02-08 | 2 | -54/+50 |
* | softpipe: try to beat new dx10-style sample opcodes into shape | Roland Scheidegger | 2013-02-08 | 1 | -67/+89 |
* | gallivm: fix up size queries for dx10 sviewinfo opcode | Roland Scheidegger | 2013-02-08 | 1 | -0/+4 |
* | tgsi: add support for new SQRT opcode | Brian Paul | 2013-02-04 | 4 | -1/+18 |
* | gallium: Remove ppc asm backend | Adam Jackson | 2013-01-20 | 2 | -1410/+0 |
* | tgsi: Allow TXF from buffers. | José Fonseca | 2012-12-04 | 1 | -0/+1 |
* | tgsi: Increase maximum number of temps to 4096. | José Fonseca | 2012-12-04 | 1 | -1/+1 |
* | gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets | Roland Scheidegger | 2012-11-27 | 1 | -0/+1 |