Merge remote-tracking branch 'jekstrand/wip/i965-uniforms' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_generator.cpp
2015-04-22 Jason Ekstrandi965/fs: Remove the GL context from the generator
2015-04-22 Jason Ekstrandi965: Remove the context field from brw_compiler
2015-04-22 Jason Ekstrandi965: Make the brw_inst helpers take a device_info...
2015-04-21 Matt Turneri965/fs: Combine pixel center calculation into one...
2015-04-21 Matt Turneri965/fs: Calculate delta_x and delta_y together.
2015-04-21 Matt Turneri965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
2015-04-21 Matt Turneri965/fs: Set compression only if writing two registers.
2015-04-21 Matt Turneri965/fs: Allow an execution size of 32.
2015-04-21 Matt Turneri965: Replace guess_execution_size with something simpler.
2015-04-21 Matt Turneri965/fs: Ensure delta_x/y are even-aligned registers...
2015-04-14 Ben Widawskyi965/fs: Combine tex/fb_write operations (opt)
2015-04-14 Neil Robertsi965/skl: Use an exec size of 8 to initialise the messa...
2015-04-06 Kenneth Graunkei965: Implement SIMD16 texturing on Gen4.
2015-04-02 Jason Ekstrandi965/generator: Get rid of the ! in the unreachable...
2015-03-20 Francisco Jerezi965: Pass number of components explicitly to brw_untyp...
2015-03-20 Francisco Jerezi965: Don't disable exec masking for sampler message...
2015-03-20 Francisco Jerezi965: Factor out logic to build a send message instruct...
2015-03-20 Kenneth Graunkei965/skl: Break down SIMD16 3-source instructions when...
2015-03-20 Neil Robertsi965: Refactor SIMD16-to-2xSIMD8 checks.
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-03-09 Iago Toral Quirogai965/fs: Implement SIMD16 dual source blending.
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-02-24 Matt TurnerRevert "i965/fs: Remove force_writemask_all assertion...
2015-02-19 Francisco Jerezi965/fs: Replace ud_reg_to_w() with a more general...
2015-02-18 Matt Turneri965/fs: Remove force_writemask_all assertion for execs...
2015-02-15 Matt Turneri965/fs: Handle U/UW-type immediates in the generator.
2015-02-12 Ben Widawskyi965/vs/skl: Use vec4 datatypes for message header
2015-02-04 Matt Turneri965/fs: Implement the WaCMPInstFlagDepClearedEarly...
2015-01-24 Matt Turneri965/fs: Apply conditional mod specially to split MAD...
2015-01-22 Jason Ekstrandi965/emit: Do the sampler index adjustment directly...
2015-01-20 Ben Widawskyi965: Extract scalar region checking logic
2015-01-15 Kenneth Graunkei965: Pass a shader stage abbreviation to fs_generator().
2015-01-08 Kristian Høgsbergi965/skl: Always use a header for SIMD4x2 sampler messages
2014-12-15 Andres Gomezi965/brw_reg: struct constructor now needs explicit...
2014-12-10 Kristian Høgsbergi965: Prepare for using the ATTR register file in the...
2014-12-10 Kristian Høgsbergi965: Add SIMD8 URB write low-level IR instruction
2014-12-10 Kristian Høgsbergi965: Remove shader program argument and member from...
2014-12-10 Kristian Høgsbergi965: Set shader name for generator from call site
2014-12-10 Kristian Høgsbergi965: Generalize fs_generator further
2014-12-06 Matt Turneri965/fs: Add support for generating the LINE instruction.
2014-12-06 Matt Turneri965: Give compile stats through KHR_debug.
2014-12-05 Matt Turneri965/fs: Move brw_file_from_reg() higher in the file.
2014-12-05 Matt Turneri965/fs: Make brw_reg_from_fs_reg static and remove...
2014-12-02 Matt Turneri965/fs: Treat the FB_WRITE as predicated if we're...
2014-11-28 Kenneth Graunkei965: Set prog_data->uses_kill if simulating alpha...
2014-11-28 Kenneth Graunkei965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_...
2014-11-28 Kenneth Graunkei965/fs: Handle derivative quality decisions in the...
2014-11-26 Matt Turneri965/fs: Add vector float immediate infrastructure.
2014-11-24 Matt Turneri965: Don't overwrite the math function with conditiona...
2014-11-24 Matt Turneri965: Assert that math instructions don't have conditio...
2014-11-21 Matt Turneri965/fs: Move ip_record class to its one use.
2014-11-21 Matt Turneri965: Combine offset/texture_offset fields.
2014-11-15 Kristian Høgsbergi965: Refactor fs_generator API
2014-10-27 Jason Ekstrandi965/fs: Use instruction execution sizes when generatin...
2014-10-02 Jason Ekstrandi965/fs: Use the actual regsister width in brw_reg_from...
2014-10-01 Matt Turneri965/fs: Emit compressed BFI2 instructions on Gen > 7.
2014-09-30 Jason Ekstrandi965/fs: Add a an optional source to the FS_OPCODE_FB_W...
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
2014-09-30 Jason Ekstrandi965/fs: Use the GRF for UNTYPED_ATOMIC instructions
2014-09-30 Jason Ekstrandi965/fs: Use the instruction execution size directly...
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes to set compres...
2014-09-30 Jason Ekstrandi965/fs_reg: Allocate double the number of vgrfs in...
2014-09-30 Jason Ekstrandi965/brw_reg: Add a firsthalf function and use it in...
2014-09-30 Jason Ekstrandi965/fs: Use the UW type for the destination of VARYING...
2014-09-29 Matt Turneri965: Use BRW_MATH_DATA_SCALAR when source regioning...
2014-09-06 Jordan Justeni965/fs: Remove direct fs_generator brw_wm_prog_key...
2014-09-06 Jordan Justeni965/fs: Remove direct fs_generator brw_wm_prog_data...
2014-09-06 Jordan Justeni965/fs: Don't store gl_fragment_program* in fs_generator
2014-09-06 Jordan Justeni965: Add uses_kill to brw_wm_prog_data
2014-09-06 Jordan Justeni965/fs: Rename fs_generator::prog to shader_prog
2014-09-06 Jordan Justeni965/fs: Add stage variable to fs_generator
2014-08-31 Abdiel Janulguei965/vec4/fs: Count loops in shader debug
2014-08-19 Matt Turneri965: Pass a cfg pointer to generate_{code,assembly}.
2014-08-15 Kristian Høgsbergi965: Add optimization pass to let us use the replicate...
2014-08-15 Chris Forbesi965/fs: Add support for non-const sampler indices...
2014-08-15 Chris Forbesi965/fs: Refactor generate_tex in prep for nonconst...
2014-08-15 Chris Forbesi965/fs: Use brw_adjust_sampler_state_pointer in fs...
2014-08-15 Chris Forbesi965/fs: Generate indirect sends for nonconstant UBO...
2014-08-15 Kenneth Graunkei965: Fix INTDIV math assertions on Broadwell.
2014-08-15 Chris Forbesi965/fs: Support fine/coarse derivative opcodes
2014-08-14 Kenneth Graunkei965: Enable INTDIV in SIMD16 mode.
2014-08-14 Kenneth Graunkei965/fs: Drop "do dual source blending" generator param...
2014-08-12 Kenneth Graunkei965/fs: Don't set flag_subreg_nr = 1 on predicated...
2014-08-11 Kenneth Graunkei965/eu: Refactor jump distance scaling to use a helper...
2014-08-09 Chris Forbesi965/fs/Gen4-7: Pass sampler_index to generate_tex
2014-08-08 Kenneth Graunkei965/eu: Merge brw_CONT and gen6_CONT.
2014-08-02 Kenneth Graunkei965: Replace sizeof(struct gen7_sampler_state) with...
2014-07-12 Chris Forbesi965/fs: add generator support for pixel interpolator...
2014-07-06 Matt Turneri965: Use immediate storage in brw_reg for visitor...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-07-01 Matt Turneri965/fs: Add no_dd_{clear,check} fields to fs_inst.
2014-06-30 Kenneth Graunkei965/disasm: Stop using gen8_disassemble in favor of...
2014-06-26 Matt Turneri965: Replace 'struct brw_instruction' with 'brw_inst'.
2014-06-26 Kenneth Graunkei965: Extend is_haswell checks to gen >= 8 in Gen4...
2014-06-26 Kenneth Graunkei965: Convert fs_generator to the new brw_inst API.
2014-06-17 Matt Turneri965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.
2014-06-12 Kenneth Graunkei965/fs: Move FB write default state mashing in a level.
2014-06-12 Kenneth Graunkei965: Fix Haswell discard regressions since Gen4-5...
2014-06-10 Kenneth Graunkei965/fs: Combine generate_math[12]_gen6 methods.
next