| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flag | Marek Olšák | 2016-07-19 | 5 | -16/+4 |
* | nir/algebraic: Optimize fabs(u2f(x)) | Ian Romanick | 2016-07-19 | 1 | -0/+1 |
* | st/mesa: Enable MESA_shader_integer_functions on all GLSL 1.30 platforms | Ian Romanick | 2016-07-19 | 2 | -1/+16 |
* | i965: Enable MESA_shader_integer_functions on all GLSL 1.30 platforms | Ian Romanick | 2016-07-19 | 2 | -6/+15 |
* | i965: Don't lower uaddCarry and usubBorrow in both GLSL IR and NIR | Ian Romanick | 2016-07-19 | 1 | -3/+1 |
* | i965: Update assertion to account for Gen < 7 | Ian Romanick | 2016-07-19 | 1 | -1/+4 |
* | i965: Use LZD to implement nir_op_find_lsb on Gen < 7 | Ian Romanick | 2016-07-19 | 2 | -3/+45 |
* | i965: Use LZD to implement nir_op_ifind_msb on Gen < 7 | Ian Romanick | 2016-07-19 | 2 | -21/+90 |
* | i965: Use LZD to implement nir_op_ufind_msb | Ian Romanick | 2016-07-19 | 4 | -1/+54 |
* | i965: Always enable GL_ARB_shading_language_packing | Ian Romanick | 2016-07-19 | 1 | -1/+1 |
* | i965: Move enable of EXT_shader_integer_mix | Ian Romanick | 2016-07-19 | 1 | -1/+2 |
* | glsl: Add lowering pass for ir_bin_imul_high | Ian Romanick | 2016-07-19 | 2 | -0/+150 |
* | glsl: Add lowering pass for ir_unop_find_msb | Ian Romanick | 2016-07-19 | 2 | -0/+107 |
* | glsl: Add lowering pass for ir_unop_find_lsb | Ian Romanick | 2016-07-19 | 2 | -0/+87 |
* | glsl: Add lowering pass for ir_unop_bitfield_reverse | Ian Romanick | 2016-07-19 | 2 | -0/+92 |
* | glsl: Add lowering pass for ir_quadop_bitfield_insert | Ian Romanick | 2016-07-19 | 2 | -0/+74 |
* | glsl: Add lowering pass for ir_triop_bitfield_extract | Ian Romanick | 2016-07-19 | 2 | -0/+81 |
* | glsl: Add lowering pass for ir_unop_bit_count | Ian Romanick | 2016-07-19 | 2 | -0/+54 |
* | MESA_shader_integer_functions: Allow new function overload matching rules | Ian Romanick | 2016-07-19 | 1 | -5/+7 |
* | MESA_shader_integer_functions: Allow implicit int->uint conversions | Ian Romanick | 2016-07-19 | 2 | -6/+10 |
* | MESA_shader_integer_functions: Expose new built-in functions | Ian Romanick | 2016-07-19 | 1 | -11/+20 |
* | MESA_shader_integer_functions: Boiler plate extension tracking | Ian Romanick | 2016-07-19 | 6 | -0/+10 |
* | gm107/ir: make use of ADD32I for all immediates | Samuel Pitoiset | 2016-07-19 | 1 | -1/+1 |
* | gm107/ir: add missing NEG modifier for IADD32I | Samuel Pitoiset | 2016-07-19 | 1 | -0/+1 |
* | ddebug: Fix trivial typo in stderr message | Andreas Boll | 2016-07-19 | 1 | -1/+1 |
* | vl: fix memory leak | Eric Engestrom | 2016-07-19 | 1 | -7/+1 |
* | vl: add entry point | Boyuan Zhang | 2016-07-19 | 1 | -0/+1 |
* | nv50,nvc0: srgb rendering is only available for rgba/bgra | Ilia Mirkin | 2016-07-18 | 1 | -2/+2 |
* | nvc0: add support for BGRA8 images | Ilia Mirkin | 2016-07-18 | 7 | -1/+16 |
* | i965: Skip update_texture_surface when the plane doesn't exist | Jason Ekstrand | 2016-07-18 | 1 | -8/+10 |
* | glsl: use linked shaders rather than compiled shaders | Timothy Arceri | 2016-07-19 | 1 | -4/+4 |
* | i965/gen9: Enable KHR_texture_compression_astc_sliced_3d | Anuj Phogat | 2016-07-18 | 1 | -0/+1 |
* | mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3d | Anuj Phogat | 2016-07-18 | 3 | -3/+6 |
* | radeon/uvd: add session context buffer for polaris 10/11 v2 | Christian König | 2016-07-18 | 2 | -0/+21 |
* | vl/dri3: fix a memory leak from front buffer | Leo Liu | 2016-07-18 | 1 | -0/+1 |
* | i965/tes/scalar: fix 64-bit indirect input loads | Iago Toral Quiroga | 2016-07-18 | 1 | -22/+64 |
* | i965/tcs/scalar: only update imm_offset for second message in 64bit input loads | Iago Toral Quiroga | 2016-07-18 | 1 | -7/+1 |
* | i965: Move pulls_bary setting to emit_pixel_interpolator_send(). | Kenneth Graunke | 2016-07-17 | 1 | -4/+4 |
* | i965: Write gl_FragCoord directly to the destination. | Kenneth Graunke | 2016-07-17 | 3 | -10/+4 |
* | i965: Drop has_pln checks in unlit centroid workaround. | Kenneth Graunke | 2016-07-17 | 1 | -5/+2 |
* | i965: Drop VARYING_SLOT_FACE special case in barycentric setup. | Kenneth Graunke | 2016-07-17 | 1 | -3/+2 |
* | compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*. | Kenneth Graunke | 2016-07-17 | 37 | -131/+131 |
* | virgl: drop pointless leftover init of virgl_transfer_inline_write. | Dave Airlie | 2016-07-17 | 1 | -1/+0 |
* | nv50: fix alphatest for non-blendable formats | Ilia Mirkin | 2016-07-16 | 14 | -11/+118 |
* | mesa/st: reduce size of state->st bitmask | Rob Clark | 2016-07-16 | 1 | -1/+1 |
* | gallium/u_queue: add optional cleanup callback | Rob Clark | 2016-07-16 | 5 | -5/+14 |
* | radeonsi: remove the DRAW_PREAMBLE packet | Nicolai Hähnle | 2016-07-16 | 3 | -12/+1 |
* | mesa: handle numSamples=0 in _mesa_test_proxy_teximage() | Brian Paul | 2016-07-15 | 1 | -3/+1 |
* | nir: Use dest.ssa.num_components rather than intrin->num_components. | Kenneth Graunke | 2016-07-15 | 1 | -1/+1 |
* | nir: Update outdated intrinsic const_index comments. | Kenneth Graunke | 2016-07-15 | 1 | -7/+9 |