i965/fs: Remove unused count from vs urb setup
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2016-01-22 Ben Widawskyi965/fs: Remove unused count from vs urb setup
2016-01-16 Jason Ekstrandi965/fs/generator: Take an actual shader stage rather...
2015-12-30 Marta Lofstedti965/gen8: Always use BRW_REGISTER_TYPE_UW for MUL...
2015-12-29 Kristian Høgsberg... i965: Add support for gl_DrawIDARB and enable extension
2015-12-29 Kristian Høgsberg... i965: Add support for gl_BaseVertexARB and gl_BaseInsta...
2015-12-22 Kenneth Graunkei965: Add tessellation evaluation shaders
2015-12-11 Kristian Høgsberg... i965: Move brw_cs_fill_local_id_payload() to libi965_co...
2015-12-08 Jason Ekstrandi965: Make uniform offsets be in terms of bytes
2015-12-08 Jason Ekstrandi965/fs: Use a stride of 1 and byte offsets for UBOs
2015-11-30 Kenneth Graunkei965: Add src/dst interference for certain instructions...
2015-11-25 Kenneth Graunkei965: Fix fragment shader struct inputs.
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Compile brw_cs_fill_local_id_payload() as C.
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-11-24 Matt Turneri965: Prevent implicit upcasts to brw_reg.
2015-11-24 Matt Turneri965: Use scope operator to ensure brw_reg is interpret...
2015-11-24 Matt Turneri965: Add and use backend_reg::equals().
2015-11-23 Jason Ekstrandi965: Use nir_lower_tex for texture coordinate lowering
2015-11-23 Jason Ekstrandi965: Move postprocess_nir to codegen time
2015-11-23 Connor Abbotti965/fs: print non-1 strides when dumping instructions
2015-11-19 Matt Turneri965/fs: Replace fs_reg(imm) constructors with brw_imm_*().
2015-11-18 Kenneth Graunkei965: Allow indirect GS input indexing in the scalar...
2015-11-17 Ben Widawskyi965: Add assertion for src_stencil payload size
2015-11-15 Kenneth Graunkei965: Introduce a MOV_INDIRECT opcode.
2015-11-14 Kenneth Graunkei965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode.
2015-11-13 Kenneth Graunkei965: Make convert_attr_sources_to_hw_regs handle strid...
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/fs: Set stride correctly for immediates in fs_reg...
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: 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 Kenneth Graunkei965: Fix scalar VS float[] and vec2[] output arrays.
2015-11-05 Iago Toral Quirogai965/fs: Do not mark used direct surfaces in UNIFORM_PU...
2015-11-05 Iago Toral Quirogai965/fs: Do not mark direct used surfaces in VARYING_PU...
2015-11-05 Neil Robertsi965/fs/skl+: Fix calculating gl_SampleID for 16x MSAA
2015-11-05 Neil Robertsi965/fs/skl+: Use ld2dms_w instead of ld2dms
2015-11-03 Kenneth Graunkei965: Add scalar geometry shader support.
2015-11-02 Matt Turneri965: Replace default case with list of enum values.
2015-10-30 Emil Velikovi965/fs: move the fs_reg::smear() from get_timestamp...
2015-10-30 Connor Abbotti965: always run the post-RA scheduler
2015-10-30 Matt Turneri965/fs: Use group(4, 0) to emit an exec-size 4 MOV.
2015-10-29 Kenneth Graunkei965: Implement ARB_fragment_layer_viewport.
2015-10-29 Kenneth Graunkei965/fs: Properly check for PAD in fragment shaders...
2015-10-23 Kristian Høgsberg... i965/fs: Use unsigned immediate 0 when eliminating...
2015-10-23 Kristian Høgsberg... i965: Don't use message headers for untyped reads
2015-10-22 Matt Turneri965/fs: Trim unneeded channels in SampleID setup.
2015-10-22 Matt Turneri965/fs: Use type-W for immediate in SampleID setup.
2015-10-22 Ben Widawskyi965: Implement ARB_shader_stencil_export (gen9+)
2015-10-22 Ben Widawskyi965/fs: Enumerate logical fb writes arguments
2015-10-21 Kenneth Graunkei965: Introduce a new SHADER_OPCODE_URB_READ_SIMD8...
2015-10-21 Kenneth Graunkei965: Introduce new SHADER_OPCODE_URB_WRITE_SIMD8_MASKE...
2015-10-21 Neil Robertsi965/fs: Disable opt_sampler_eot for more message types
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: Rename brw_foo_emit to brw_compile_foo
2015-10-19 Jason Ekstrandi965/fs: Move some of the prog_data setup into brw_wm_emit
2015-10-19 Jason Ekstrandi965/cs: Rework cs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/fs: Rework wm_fs_emit to take a nir_shader and...
2015-10-19 Jason Ekstrandi965/fs: Remove the gl_program from the generator
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-15 Timothy Arcerii965: add arrays of arrays support for varyings
2015-10-12 Kenneth Graunkei965/vs: Simplify fs_visitor's ATTR file.
2015-10-10 Kenneth Graunkei965/vs: Unify URB entry size/read length calculations...
2015-10-08 Kristian Høgsberg... i965/cs: Get max_cs_threads from brw_compiler devinfo
2015-10-08 Kristian Høgsberg... i965: Move brw_get_shader_time_index() call out of...
2015-10-08 Kristian Høgsberg... i965/cs: Split out helper for building local id payload
2015-10-08 Kristian Høgsberg... i965: Move brw_dump_ir() out of brw_*_emit() functions
2015-10-08 Iago Toral Quirogai965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF...
2015-10-08 Iago Toral Quirogai965: make pull constant loads in gen6 start at MRFs...
2015-10-08 Iago Toral Quirogai965: Fix remove_duplicate_mrf_writes so it can handle...
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/fs: Use the nir info instead of pulling things...
2015-10-02 Jason Ekstrandi965/cs: Remove the prog argument from local_id_payload...
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/shader: Get rid of the setup_vec4_uniform_value...
2015-10-01 Kenneth Graunkei965/fs: Print reg and reg_offset separately for ATTR...
2015-09-29 Jordan Justeni965/cs: Add a binding table entry for gl_NumWorkGroups
2015-09-26 Kenneth Graunkei965: Don't re-layout varyings for separate shader...
2015-09-25 Samuel Iglesias... i965/fs: Implement FS_OPCODE_GET_BUFFER_SIZE
2015-09-24 Kristian Høgsberg... i965: Respect stride and subreg_offset for ATTR registers
2015-09-21 Iago Toral Quirogai965: Turn BRW_MAX_MRF into a macro that accepts a...
2015-09-15 Jordan Justeni965/fs: The barrier send uses only 1 payload register
2015-09-15 Jason Ekstrandi965/fs: Add a very basic validation pass
2015-09-14 Kristian Høgsberg... i965: Move perf_debug code to brw_codegen_*_prog()
2015-09-14 Kristian Høgsberg... i965: Move brw_fs_precompile() to brw_wm.c
2015-09-14 Kristian Høgsberg... i965: Move compute shader code around
2015-09-13 Jordan Justeni965/cs: Reserve local invocation id in payload regs
2015-09-10 Jordan Justeni965/fs: Set first_non_payload_grf in assign_curb_setup
2015-09-10 Ilia Mirkini965: add support for textureSamples function
2015-09-04 Kenneth Graunkei965: Move brw_setup_tex_for_precompile to brw_program...
2015-09-02 Matt Turneri965/fs: Handle MRF destinations in lower_integer_multi...
2015-08-28 Matt Turneri965: Only consider fixed_hw_reg in equals() if file...
next