i965: Convert scalar_* flags to a scalar_stage array.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.cpp
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-11-13 Matt Turneri965: Use BRW_MRF_COMPR4 macro in more places.
2015-11-13 Matt Turneri965: Combine register file field.
2015-11-13 Matt Turneri965: Replace HW_REG with ARF/FIXED_GRF.
2015-11-13 Matt Turneri965: Rename GRF to VGRF.
2015-11-13 Matt Turneri965: Use brw_reg's nr field to store register number.
2015-11-13 Matt Turneri965: Unwrap some lines.
2015-11-13 Matt Turneri965/vec4: Remove swizzle/writemask fields from src...
2015-11-13 Matt Turneri965: Remove fixed_hw_reg field from backend_reg.
2015-11-13 Matt Turneri965: Use immediate storage in inherited brw_reg.
2015-11-13 Matt Turneri965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
2015-11-11 Kenneth Graunkei965: Print force_writemask_all in dump_instructions().
2015-11-05 Neil Robertsi965/vec4/skl+: Use ld2dms_w instead of ld2dms
2015-11-02 Matt Turneri965: Replace default case with list of enum values.
2015-10-29 Kenneth Graunkei965/vec4: Wrap vec4_generator in a C function.
2015-10-29 Kenneth Graunkei965/vec4: Convert src_reg/dst_reg to brw_reg at the...
2015-10-28 Emil Velikovi965: remove unneeded src_reg copy in emit_shader_time_...
2015-10-22 Alejandro Piñeiroi965/vec4: print predicate control at brw_vec4 dump_ins...
2015-10-22 Alejandro Piñeiroi965/vec4: adding vec4_cmod_propagation optimization
2015-10-21 Neil Robertsi965: Remove block arg from foreach_inst_in_block_...
2015-10-19 Matt Turneri965: Extract can_change_source_types() functions.
2015-10-19 Jason Ekstrandi965/vs: Move URB entry_size and read_length calculatio...
2015-10-19 Jason Ekstrandi965: Rename brw_foo_emit to brw_compile_foo
2015-10-19 Jason Ekstrandi965/vs: Rework vs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/vec4: Remove gl_program and gl_shader_program...
2015-10-19 Jason Ekstrandi965/fs: Remove the gl_program from the generator
2015-10-10 Kenneth Graunkei965/vs: Unify URB entry size/read length calculations...
2015-10-08 Kristian Høgsberg... i965: Move brw_get_shader_time_index() call out of...
2015-10-08 Kristian Høgsberg... i965: Move brw_dump_ir() out of brw_*_emit() functions
2015-10-05 Matt Turneri965: Generalize predicated break pass for use in vec4...
2015-10-02 Jason Ekstrandi965/shader: Get rid of the shader, prog, and shader_pr...
2015-10-02 Jason Ekstrandi965/fs,vec4: Get rid of the sanity_param_count
2015-10-02 Jason Ekstrandi965/vec4: Use nir info instead of pulling things out...
2015-10-02 Jason Ekstrandi965: Move binding table setup to codegen time.
2015-10-02 Jason Ekstrandi965/shader: Pull assign_common_binding_table_offsets...
2015-10-02 Jason Ekstrandi965/vec4: Get rid of the uniform_vector_size array
2015-10-02 Jason Ekstrandi965/vec4: Use the actual channels used in pack_uniform...
2015-10-02 Jason Ekstrandi965/vs: Move lazy NIR creation to codegen_vs_prog
2015-10-02 Jason Ekstrandi965/vec4: Always use NIR
2015-09-25 Samuel Iglesias... i965/vec4: Implement VS_OPCODE_GET_BUFFER_SIZE
2015-09-23 Antia Puentesi965/vec4: Don't coalesce regs in Gen6 MATH ops if...
2015-09-23 Matt Turneri965/vec4: Detect and delete useless MOVs.
2015-09-14 Kristian Høgsberg... i965: Move perf_debug code to brw_codegen_*_prog()
2015-09-14 Antia Puentesi965/vec4: Fix saturation errors when coalescing registers
2015-09-12 Jason Ekstrandi965/vec4: Don't reswizzle hardware registers
2015-09-11 Alejandro Piñeiroi965/vec4: check writemask when bailing out at register...
2015-09-10 Ilia Mirkini965: add support for textureSamples function
2015-09-04 Iago Toral Quirogai965: Add a debug option for spilling everything in...
2015-09-04 Kenneth Graunkei965: Remove the brw_vue_prog_key base class.
2015-09-04 Kenneth Graunkei965: Move legacy clip plane handling to vec4_vs_visitor.
2015-09-04 Kenneth Graunkei965: Delete the brw_vue_program_key::userclip_active...
2015-09-02 Alejandro Piñeiroi965/vec4: fill src_reg type using the constructor...
2015-08-28 Matt Turneri965: Only consider fixed_hw_reg in equals() if file...
2015-08-03 Antia Puentesi965/vec4: Handle uniform and GRF array access on verte...
2015-08-03 Antia Puentesi965/vec4: Enable NIR-vec4 pass on ARB_vertex_programs
2015-08-03 Iago Toral Quirogai965/nir: Enable NIR-vec4 pass on geometry shaders
2015-08-03 Alejandro Piñeiroi965/vec4: Add a new dst_reg constructor accepting...
2015-08-03 Eduardo Lima Mitevi965/nir: Pass a is_scalar boolean to brw_create_nir()
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Select between new nir_vec4 or current...
2015-07-10 Kenneth Graunkei965/vs: Get rid of brw_vs_compile completely.
2015-07-10 Kenneth Graunkei965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Move c->last_scratch into vec4_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Move total_scratch calculation into the...
2015-07-10 Kenneth Graunkei965/vec4: Move perf_debug about register spilling...
2015-07-10 Kenneth Graunkei965/vec4: Plumb log_data through so the backend_shader...
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vec4_vs: Add an explicit use_legacy_snorm_formula...
2015-06-23 Jason Ekstrandi965/vs: Pass the current set of clip planes through...
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-06-23 Jason Ekstrandi965: Add compiler options to brw_compiler
2015-06-23 Jason Ekstrandi965: Remove the dependance on brw_context from the...
2015-06-23 Jason Ekstrandi965: Plumb compiler debug logging through a function...
2015-06-01 Kenneth Graunkei965: Create a shader_dispatch_mode enum to replace...
2015-05-29 Jason Ekstrandi965/vs: Rework the logic for generating NIR from ARB...
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2015-05-15 Kenneth Graunkei965/fs: Combine the fs_visitor constructors.
2015-05-06 Jason Ekstrandi965: Change header_present to header_size in backend_i...
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the FIND_LIVE_CHAN...
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the BROADCAST...
2015-05-04 Francisco Jerezi965: Add typed surface access opcodes.
2015-05-04 Francisco Jerezi965: Add untyped surface write opcode.
2015-05-04 Francisco Jerezi965/vec4: Add support for untyped surface message...
2015-05-02 Jordan Justeni965: Add brw_setup_tex_for_precompile. Use in VS,...
2015-04-30 Kenneth Graunkei965: Unhardcode a few more stage names and abbreviations.
2015-04-27 Kenneth Graunkei965/vs: Remove unnecessary NULL check on generate_code...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-11 Kenneth Graunkei965: Create NIR during LinkShader() and ProgramStringN...
2015-04-03 Jason Ekstrandi965: Check the INTEL_USE_NIR environment variable...
2015-03-28 Kenneth Graunkei965/nir: Use NIR for ARB_vertex_program support on...
2015-03-25 Kenneth Graunkei965: Drop unnecessary brw->gen >= 8 check from scalar...
2015-03-23 Francisco Jerezi965/vec4: Define helpers to calculate the common live...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Some more trivial swizzle clean-up.
2015-03-23 Francisco Jerezi965/vec4: Improve src_reg/dst_reg conversion constructors.
2015-03-23 Francisco Jerezi965/vec4: Pass argument by reference to src_reg/dst_re...
2015-03-23 Francisco Jerezi965/vec4: Remove swizzle_for_size() in favour of brw_s...
2015-03-23 Francisco Jerezi965/vec4: Simplify opt_register_coalesce() using the...
2015-03-23 Francisco Jerezi965/vec4: Simplify reswizzle() using the swizzle utils.
next