| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i965: Add support for control register | Jose Maria Casanova Crespo | 2017-12-06 | 1 | -0/+6 |
* | i965/fs: Handle 32-bit to 16-bit conversions | Alejandro Piñeiro | 2017-12-06 | 1 | -0/+25 |
* | i965/fs: Remove BRW_REGISTER_TYPE_HF assert at get_exec_type | Alejandro Piñeiro | 2017-12-06 | 1 | -3/+0 |
* | i965: Support for 16-bit base types in helper functions | Jose Maria Casanova Crespo | 2017-12-06 | 3 | -0/+25 |
* | i965/vec4: Handle 16-bit types at type_size_xvec4 | Alejandro Piñeiro | 2017-12-06 | 1 | -0/+3 |
* | spirv/nir: Add support for SPV_KHR_16bit_storage | Eduardo Lima Mitev | 2017-12-06 | 2 | -0/+8 |
* | spirv: Enable FPRoundingMode decorator to nir operations | Jose Maria Casanova Crespo | 2017-12-06 | 1 | -0/+33 |
* | spirv/nir: Handle 16-bit types | Eduardo Lima Mitev | 2017-12-06 | 2 | -19/+114 |
* | nir: Handle fp16 rounding modes at nir_type_conversion_op | Jose Maria Casanova Crespo | 2017-12-06 | 5 | -6/+28 |
* | nir: Populate conversion opcodes to 16-bit types | Eduardo Lima Mitev | 2017-12-06 | 1 | -1/+1 |
* | nir: Add rounding modes enum | Jose Maria Casanova Crespo | 2017-12-06 | 1 | -0/+10 |
* | nir: Add support for 16-bit types (half float, int16 and uint16) | Eduardo Lima Mitev | 2017-12-06 | 5 | -0/+47 |
* | mesa/st: Handle 16-bit types at st_glsl_storage_type_size() | Eduardo Lima Mitev | 2017-12-06 | 1 | -0/+3 |
* | glsl: Add 16-bit types | Eduardo Lima Mitev | 2017-12-06 | 9 | -8/+145 |
* | anv: Add support for the variablePointers feature | Jason Ekstrand | 2017-12-05 | 2 | -4/+3 |
* | spirv: Allow OpPtrAccessChain for block indices | Jason Ekstrand | 2017-12-05 | 1 | -46/+102 |
* | anv: Handle nir_intrinsic_vulkan_resource_reindex | Jason Ekstrand | 2017-12-05 | 1 | -1/+27 |
* | nir: Add a vulkan_resource_reindex intrinsic | Jason Ekstrand | 2017-12-05 | 1 | -1/+8 |
* | spirv: Add support for lowering workgroup access to offsets | Jason Ekstrand | 2017-12-05 | 4 | -19/+190 |
* | spirv: Rename get_shared_nir_atomic_op to get_var_nir_atomic_op | Jason Ekstrand | 2017-12-05 | 1 | -2/+2 |
* | spirv: Add theoretical support for single component pointers | Jason Ekstrand | 2017-12-05 | 1 | -6/+24 |
* | spirv: Use offset_pointer_dereference to instead of get_vulkan_resource_index | Jason Ekstrand | 2017-12-05 | 1 | -35/+19 |
* | spirv: Refactor a couple of pointer query helpers | Jason Ekstrand | 2017-12-05 | 2 | -21/+21 |
* | spirv: Refactor the base case of offset_pointer_dereference | Jason Ekstrand | 2017-12-05 | 1 | -15/+23 |
* | spirv: Add a switch statement for the block store opcode | Jason Ekstrand | 2017-12-05 | 1 | -1/+10 |
* | spirv: Use a dereference instead of vtn_variable_resource_index | Jason Ekstrand | 2017-12-05 | 1 | -7/+10 |
* | mesa: add const qualifier on _mesa_is_renderable_texture_format() | Brian Paul | 2017-12-05 | 2 | -2/+4 |
* | mesa: add const qualifier on _mesa_base_fbo_format() | Brian Paul | 2017-12-05 | 2 | -2/+2 |
* | mesa: s/%u/%d/ in _mesa_error() call in check_layer() | Brian Paul | 2017-12-05 | 1 | -2/+1 |
* | mesa: simplify/improve some _mesa_error() calls in teximage.c | Brian Paul | 2017-12-05 | 1 | -9/+5 |
* | mesa: trivial whitespace fixes in transformfeedback.c | Brian Paul | 2017-12-05 | 1 | -9/+9 |
* | mesa: add const qualifier in test_attachment_completeness() | Brian Paul | 2017-12-05 | 1 | -1/+1 |
* | st/mesa: remove unneeded #include in st_format.h | Brian Paul | 2017-12-05 | 1 | -1/+0 |
* | st/mesa: rename a few vars to 'bindings' | Brian Paul | 2017-12-05 | 1 | -10/+10 |
* | st/mesa: whitespace fixes in st_format.c | Brian Paul | 2017-12-05 | 1 | -5/+13 |
* | freedreno/a5xx: hide ARB_base_instance | Rob Clark | 2017-12-05 | 1 | -1/+8 |
* | freedreno/ir3: handle input/output component | Rob Clark | 2017-12-05 | 1 | -4/+6 |
* | mesa/st: move cloning of NIR shader for compute | Rob Clark | 2017-12-05 | 2 | -2/+5 |
* | r600: refactor and export some shader selector code for compute | Dave Airlie | 2017-12-05 | 2 | -7/+27 |
* | r600: add compute support to compressed resource handling. | Dave Airlie | 2017-12-05 | 2 | -6/+26 |
* | r600: update max threads per block for evergreen compute | Dave Airlie | 2017-12-05 | 1 | -0/+4 |
* | r600/shader: add local memory support to shader assembler. | Dave Airlie | 2017-12-05 | 1 | -0/+165 |
* | r600/cs: add support for compute to image/buffers/atomics state | Dave Airlie | 2017-12-05 | 4 | -19/+79 |
* | r600: handle compute null key shader state | Dave Airlie | 2017-12-05 | 1 | -0/+2 |
* | r600: add some missing cayman register defines | Dave Airlie | 2017-12-05 | 1 | -0/+4 |
* | r600: don't set EOP on pop or loop end | Dave Airlie | 2017-12-05 | 1 | -1/+1 |
* | r600/ssbo: refactor out buffer coord calcs and use for atomic path. | Dave Airlie | 2017-12-05 | 1 | -34/+37 |
* | r600/ssbo: fix multi-dword buffer loads. | Dave Airlie | 2017-12-05 | 1 | -5/+7 |
* | r600/ssbo: use r32ui format for ssbo resources. | Dave Airlie | 2017-12-05 | 1 | -3/+3 |
* | r600: refactor out the immediate setup code. | Dave Airlie | 2017-12-05 | 1 | -38/+28 |