i965/nir/vec4: Implement load_const intrinsic
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
2015-07-29 Francisco Jerezi965/fs: Drop unused untyped surface read and atomic...
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_single_fb_write() in terms...
2015-07-29 Francisco Jerezi965/fs: Remove the FS_OPCODE_SET_OMASK pseudo-opcode.
2015-07-29 Francisco Jerezi965/fs: Define logical framebuffer write opcode.
2015-07-29 Francisco Jerezi965/fs: Implement pass to lower instructions of unsupp...
2015-07-29 Francisco Jerezi965/fs: Add stub lowering pass for logical send-messag...
2015-07-20 Alejandro Piñeiroi965/nir/fs: removed unneeded support for global variables
2015-07-16 Francisco Jerezi965/fs: Factor out universally broken calculation...
2015-06-30 Jason Ekstrandi965/fs: Use the builder dispatch_width for computing...
2015-06-30 Jason Ekstrandi965/fs: Add a builder argument to offset()
2015-06-30 Jason Ekstrandi965/fs: Move offset(fs_reg, unsigned) to brw_fs.h
2015-06-30 Connor Abbotti965/fs: emit constants only once
2015-06-30 Connor Abbotti965/fs: use SSA values directly
2015-06-29 Kenneth Graunkei965/vs: Move compute_clip_distance() out of emit_urb_w...
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vs: Pass the current set of clip planes through...
2015-06-23 Jason Ekstrandi965/fs: Add a do_rep_send flag to run_fs
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/fs: Make no16 non-variadic
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-12 Jordan Justeni965/fs: Implement support for ir_barrier
2015-06-09 Jason Ekstrandfs/reg_allocate: Remove the MRF hack helpers from fs_vi...
2015-06-09 Jason Ekstrandi965/fs: Don't let the EOT send message interfere with...
2015-06-09 Francisco Jerezi965/fs: Remove dead IR construction code from the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR texturing instructi...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR intrinsics to the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR ALU instructions...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR control flow to...
2015-06-09 Francisco Jerezi965/fs: Migrate NIR emit_percomp() to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS framebuffer writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate shader time to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate pull constant loads to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate Gen4 send dependency workarounds to...
2015-06-09 Francisco Jerezi965/fs: Allocate a common IR builder object in fs_visitor.
2015-05-29 Jason Ekstrandi965/fs: Remove the ir_visitor code
2015-05-29 Jason Ekstrandi965: Remove the old fragment program code
2015-05-29 Jason Ekstrandi965: Make fs/vec4_visitor inherit from ir_visitor...
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2015-05-18 Matt Turneri965/fs: Lower integer multiplication after optimizations.
2015-05-15 Kenneth Graunkei965/fs: Combine the fs_visitor constructors.
2015-05-06 Jason Ekstrandi965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction
2015-05-06 Jason Ekstrandi965/fs: Make LOAD_PAYLOAD take a header size
2015-05-06 Jason Ekstrandi965/fs: Make emit_single_fb_write take an explicit...
2015-05-04 Francisco Jerezi965: Define helper function to copy an arbitrary live...
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the FIND_LIVE_CHAN...
2015-05-04 Francisco Jerezi965: Simplify generator code for untyped surface messages.
2015-05-02 Jordan Justeni965: Add brw_setup_tex_for_precompile. Use in VS,...
2015-05-02 Jordan Justeni965/fs: Support compute programs in fs_visitor
2015-05-02 Jordan Justeni965/cs: Add generator support for CS_OPCODE_CS_TERMINATE
2015-05-02 Jordan Justeni965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TER...
2015-05-01 Neil Robertsi965/fs: Strip trailing constant zeroes in sample messages
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-22 Jason Ekstrandi965/fs: Add a devinfo field to the generator and use...
2015-04-22 Jason Ekstrandi965/fs: Remove the GL context from the generator
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-14 Ben Widawskyi965/fs: Combine tex/fb_write operations (opt)
2015-04-06 Kenneth Graunkei965: Implement SIMD16 texturing on Gen4.
2015-03-23 Jason Ekstrandi965/fs: Make emit_lrp return an fs_inst
2015-03-19 Kenneth Graunkei965/fs: Make an emit_discard_jump() function to reduce...
2015-03-19 Jason Ekstrandi965/nir: Sort uniforms direct-first and use two differ...
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-03-19 Ian Romanicki965/fs: Emit better b2f of an expression on GEN4 and...
2015-03-12 Kenneth Graunkei965/fs: Store a pointer to brw_sampler_prog_key_data...
2015-03-09 Kenneth Graunkei965/fs: Make get_timestamp() pass back the MOV rather...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_write return rather...
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Iago Toral Quirogai965/fs: Implement SIMD16 dual source blending.
2015-03-09 Kenneth Graunkei965/nir: Resolve source modifiers on Gen8+ logic opera...
2015-02-24 Kenneth Graunkei965: Remove redundant discard jumps.
2015-02-24 Matt Turneri965/fs: Optimize (gl_FrontFacing ? x : y) where x...
2015-02-24 Matt Turneri965/fs/nir: Optimize (gl_FrontFacing ? x : y) where...
2015-02-19 Kenneth Graunkei965/fs: Remove type parameter from emit_vs_system_value().
2015-02-18 Matt Turneri965/fs: Add pass to combine immediates.
2015-02-10 Francisco Jerezi965/vec4: Add register classes up to MAX_VGRF_SIZE.
2015-02-10 Francisco Jerezi965/fs: Remove duplicate include of brw_shader.h
2015-02-10 Francisco Jerezi965: Move IR object definitions to separate header...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-02-03 Jason Ekstrandi965/fs_nir: Get rid of get_alu_src
2015-02-03 Jason Ekstrandi965/fs: Use NIR's scalarizing abilities and stop handl...
2015-01-24 Matt Turneri965/fs: Add pass to propagate conditional modifiers.
2015-01-24 Matt Turneri965/fs: Add a pass to fixup 3-src instructions that...
2015-01-24 Ian Romanicki965/fs: Allow SIMD16 on pre-SNB when try_replace_with_...
2015-01-19 Kenneth Graunkei965/nir: Replace fs_reg(GRF, virtual_grf_alloc(.....
2015-01-19 Kenneth Graunkei965: Replace fs_reg(fs_visitor, type) with fs_visitor...
2015-01-15 Jason Ekstrandi965/fs_nir: Handle sample ID, position, and mask better
2015-01-15 Jason Ekstrandnir: Make load_const SSA-only
2015-01-15 Jason Ekstrandi965/fs_nir: Use an array rather than a hash table...
2015-01-15 Jason Ekstrandi965/fs_nir: Don't duplicate emit_general_interpolation
2015-01-15 Jason Ekstrandi965/fs: Don't take an ir_variable for emit_general_int...
2015-01-15 Connor Abbotti965/fs: add a NIR frontend
2015-01-15 Connor Abbotti965/fs: Don't pass through the coordinate type
2015-01-15 Connor Abbotti965/fs: make emit_fragcoord_interpolation() not take...
2015-01-15 Kenneth Graunkei965: Pass a shader stage abbreviation to fs_generator().
2014-12-16 Mark Janesi965: remove includes of sampler.h from extern "C"...
next