i965/nir/vec4: Implement linear interpolation
[mesa.git] / src / mesa / drivers / dri / i965 /
2015-08-03 Antia Puentesi965/nir/vec4: Implement linear interpolation
2015-08-03 Antia Puentesi965/vec4: Return the emitted instruction in emit_lrp()
2015-08-03 Antia Puentesi965/nir/vec4: Implement floating-point fused multiply-add
2015-08-03 Antia Puentesi965/nir/vec4: Implement "shift" operations
2015-08-03 Antia Puentesi965/nir/vec4: Implement the "sign" operation
2015-08-03 Antia Puentesi965/nir/vec4: Implement bit operations
2015-08-03 Antia Puentesi965/nir/vec4: Implement pack/unpack operations
2015-08-03 Antia Puentesi965/nir/vec4: "noise" ops should already be lowered
2015-08-03 Antia Puentesi965/nir/vec4: Implement "bool<->int,float" format...
2015-08-03 Antia Puentesi965/nir/vec4: Implement logical operators
2015-08-03 Antia Puentesi965/nir/vec4: Implement non-equality ops on vectors
2015-08-03 Antia Puentesi965/nir/vec4: Implement equality ops on vectors
2015-08-03 Antia Puentesi965/nir/vec4: Implement non-vector comparison ops
2015-08-03 Antia Puentesi965/nir: Add utility method for comparisons
2015-08-03 Antia Puentesi965/nir/vec4: Derivatives are not allowed in VS
2015-08-03 Antia Puentesi965/nir/vec4: Implement min/max operations
2015-08-03 Antia Puentesi965/vec4: Return the emitted instruction in emit_minmax()
2015-08-03 Antia Puentesi965/nir/vec4: Implement various rounding functions
2015-08-03 Antia Puentesi965/nir/vec4: Implement carry/borrow for addition...
2015-08-03 Antia Puentesi965/nir/vec4: Implement more math operations
2015-08-03 Antia Puentesi965/vec4: Return the last emitted instruction in emit_...
2015-08-03 Antia Puentesi965/nir/vec4: Implement multiplication
2015-08-03 Antia Puentesi965/nir/vec4: Implement the addition operation
2015-08-03 Antia Puentesi965/nir/vec4: Implement int<->float format conversion ops
2015-08-03 Antia Puentesi965/nir/vec4: Lower "vecN" instructions and mark them...
2015-08-03 Antia Puentesi965/nir/vec4: Implement single-element "mov" operations
2015-08-03 Alejandro Piñeiroi965/nir: Disable alu_to_scalar pass on non-scalar...
2015-08-03 Antia Puentesi965/nir/vec4: Prepare source and destination registers...
2015-08-03 Antia Puentesi965/nir/vec4: Implement loading values from an UBO
2015-08-03 Alejandro Piñeiroi965/nir/vec4: Implement atomic counter intrinsics...
2015-08-03 Iago Toral Quirogai965/nir/vec4: Implement load_uniform intrinsic
2015-08-03 Alejandro Piñeiroi965/nir/vec4: Implement intrinsics that load system...
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Implement store_output intrinsic
2015-08-03 Eduardo Lima Mitevi965/vec4: Make sure that register types always match...
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Implement load_input intrinsic
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Implement loop statements (nir_cf_node_loop)
2015-08-03 Iago Toral Quirogai965/nir/vec4: Implement conditional statements (nir_cf...
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Add get_nir_dst() and get_nir_src()...
2015-08-03 Eduardo Lima Mitevi965/nir: Move brw_type_for_nir_type() to brw_nir to...
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Implement load_const intrinsic
2015-08-03 Eduardo Lima Mitevi965/vec4: Add auxiliary func to build a writemask...
2015-08-03 Iago Toral Quirogai965/nir: Dot not assign direct uniform locations first...
2015-08-03 Iago Toral Quiroganir/nir_lower_io: Add vec4 support
2015-08-03 Eduardo Lima Mitevi965/nir: Pass a is_scalar boolean to brw_create_nir()
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Add shader function implementation
2015-08-03 Alejandro Piñeiroi965/nir/vec4: Add setup for system values
2015-08-03 Alejandro Piñeiroi965/vec4: Redefine make_reg_for_system_value() to...
2015-08-03 Iago Toral Quirogai965/nir/vec4: Add setup of uniform variables
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Add setup of input variables in NIR...
2015-08-03 Eduardo Lima Mitevi965/vec4: Move type_size() method to brw_vec4_visitor...
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Select between new nir_vec4 or current...
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Add implementation placeholders for...
2015-07-31 Francisco Jerezi965/fs: Fix regression with SIMD8 VS since b5f1a48e234...
2015-07-31 Ben Widawskyi965/gen9: Add hs, ds, and cs thread + urb info
2015-07-31 Ben Widawskyi965/bxt: Use more conservative thread counts
2015-07-31 Ben Widawskyi965/skl: Add production thread counts and URB size
2015-07-30 Neil Robertsi965/bxt: Don't use brw_device_info_skl_early on BXT
2015-07-29 Anuj Phogati965: Change the type of max_{vs, hs, ...}_threads...
2015-07-29 Anuj PhogatDelete duplicate function is_power_of_two() and use...
2015-07-29 Ben Widawskyi965/bxt: Support 3src simd16 instructions
2015-07-29 Matt Turneri965: Use float calculations when double is unnecessary.
2015-07-29 Matt Turnermesa: Use floats for viewport bounds.
2015-07-29 Francisco Jerezi965/fs: Make the default builder 64-wide before enteri...
2015-07-29 Francisco Jerezi965/fs: Don't set exec_all on instructions wider than...
2015-07-29 Francisco Jerezi965/fs: Initialize a builder explicitly in the gen4...
2015-07-29 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-07-29 Francisco Jerezi965/fs: Switch opt_cse() to the fs_builder constructor...
2015-07-29 Francisco Jerezi965/fs: Switch lower_logical_sends() to the fs_builder...
2015-07-29 Francisco Jerezi965/fs: Switch lower_load_payload() to the fs_builder...
2015-07-29 Francisco Jerezi965/fs: Don't rely on the default builder to create...
2015-07-29 Francisco Jerezi965/fs: Set up the builder execution size explicitly...
2015-07-29 Francisco Jerezi965/fs: Initialize a builder explicitly in opt_peephol...
2015-07-29 Francisco Jerezi965/fs: Set execution controls explicitly in opt_peeph...
2015-07-29 Francisco Jerezi965/fs: Set execution controls correctly in lower_inte...
2015-07-29 Francisco Jerezi965/fs: Set execution controls correctly for lowered...
2015-07-29 Francisco Jerezi965/fs: Set the execution size of the MOVs correctly...
2015-07-29 Francisco Jerezi965/fs: Define a new fs_builder constructor taking...
2015-07-29 Francisco Jerezi965/fs: Translate memory barrier NIR intrinsics.
2015-07-29 Francisco Jerezi965/fs: Execute nir_setup_uniforms, _inputs and _outpu...
2015-07-29 Francisco Jerezi965/fs: Don't overwrite fs_visitor::uniforms and ...
2015-07-29 Francisco Jerezi965/fs: Drop unused untyped surface read and atomic...
2015-07-29 Francisco Jerezi965/fs: Revisit NIR atomic counter intrinsic translation.
2015-07-29 Francisco Jerezi965/fs: Import surface message builder helper functions.
2015-07-29 Francisco Jerezi965/fs: Handle zero-size allocations in fs_builder...
2015-07-29 Francisco Jerezi965/fs: Implement lowering of logical surface instruct...
2015-07-29 Francisco Jerezi965/fs: Hook up SIMD lowering to unroll surface instru...
2015-07-29 Francisco Jerezi965/fs: Define logical typed and untyped surface opcodes.
2015-07-29 Francisco Jerezi965: Lift the constness restriction on surface indices...
2015-07-29 Francisco Jerezi965: Define the setup_vector_uniform_values() backend_...
2015-07-29 Francisco Jerezi965/fs: Remove the emit_texture_gen*() fs_visitor...
2015-07-29 Francisco Jerezi965/fs: Reimplement emit_mcs_fetch() in terms of logic...
2015-07-29 Francisco Jerezi965/fs: Reimplement emit_texture() in terms of logical...
2015-07-29 Francisco Jerezi965/fs: Hook up SIMD lowering to handle texturing...
2015-07-29 Francisco Jerezi965/fs: Implement lowering of logical texturing opcode...
2015-07-29 Francisco Jerezi965/fs: Implement lowering of logical texturing opcode...
2015-07-29 Francisco Jerezi965/fs: Lower SHADER_OPCODE_TXF_UMS/MCS_LOGICAL too...
2015-07-29 Francisco Jerezi965/fs: Implement lowering of logical texturing opcode...
2015-07-29 Francisco Jerezi965/fs: Fix misleading comment regarding the message...
2015-07-29 Francisco Jerezi965/fs: Pass a BAD_FILE header source to LOAD_PAYLOAD...
2015-07-29 Francisco Jerezi965/fs: Fix opt_zero_samples() for texturing ops not...
next