i965: Implement nir_intrinsic_load_primitive.
[mesa.git] / src / mesa / drivers /
2015-10-21 Kenneth Graunkei965: Implement nir_intrinsic_load_primitive.
2015-10-21 Kenneth Graunkei965: Add a fs_visitor constructor that takes a brw_gs_...
2015-10-21 Kenneth Graunkei965: Add a brw->scalar_gs flag controlled by INTEL_SCA...
2015-10-21 Kenneth Graunkei965: Make emit_urb_writes() reserve space for GS heade...
2015-10-21 Kenneth Graunkei965: Make emit_urb_writes() only set EOT for the VS.
2015-10-21 Kenneth Graunkei965: Make fs_visitor::emit_urb_writes reusable for...
2015-10-21 Kenneth Graunkei965: Introduce a brw_vue_prog_data::include_vue_handle...
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 Jason Ekstrandi965/gs: Do prog_data setup and other calculations...
2015-10-21 Jason Ekstrandi965/gs: Use NIR info for setting up prog_data
2015-10-21 Jason Ekstrandi965/gs: Pull prog_data out of brw_gs_compile
2015-10-21 Jason Ekstrandi965/gs: Use NIR instead of the brw_geometry_program...
2015-10-21 Jason Ekstrandi965/gs: Move the mem_ctx argument to brw_compile_gs
2015-10-21 Jason Ekstrandi965/gs: Set static_vertex_count unconditionally on...
2015-10-21 Ben Widawskyi965: (trivial) rename computes stencil to gen9
2015-10-21 Ben Widawskyi965: Correct the comment about fb write payload
2015-10-21 Matt Turneri965: Mark compacted 3-src instructions as Gen8+.
2015-10-21 Matt Turneri965: Add const to brw_compact_inst_bits.
2015-10-21 Matt Turneri965: Add mask_control_ex field and handle it in compac...
2015-10-21 Matt Turneri965: Add devinfo->gen assertions for acc_wr_control.
2015-10-21 Matt Turneri965: Prepare for next commit by adding more whitespace.
2015-10-21 Matt Turneri965: Compact acc_wr_control only on Gen6+.
2015-10-21 Matt Turneri965: Add devinfo parameter to brw_compact_inst_* funcs.
2015-10-21 Matt Turneri965/vec4: Don't emit MOVs for unused URB slots.
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-20 Anuj Phogati965/gen9: Remove temporary variable 'bpp' in tr_mode_...
2015-10-20 Anuj Phogati965/gen9: Remove temporary variable 'align_yf' in...
2015-10-20 Anuj Phogati965/gen9: Remove parameter 'brw' from tr_mode_..._text...
2015-10-20 Anuj Phogati965/gen9: Reuse YF alignment tables in tr_mode_.....
2015-10-20 Emil Velikovi965: silence incompatible pointer type warning
2015-10-20 Marek Olšákmesa: replace UsesClipDistance with ClipDistanceArraySize
2015-10-19 Anuj Phogati965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets...
2015-10-19 Matt Turneri965/fs: Localize variables' scopes.
2015-10-19 Matt Turneri965/fs: Consider type mismatches in saturate propagation.
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: Move the entire compiler API into a single file
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/gs: Rework gs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/vs: Rework vs_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: Use a const nir_shader in backend_shader
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-19 Jason Ekstrandi965/asm: Explicitly use a nir_instr for IR annotations
2015-10-19 Jose Fonsecascons: Build nir/glsl_types.cpp once.
2015-10-19 Iago Toral Quirogai965: Do not use NumBufferInterfaceBlocks
2015-10-18 Kenneth Graunkei965/vs: Drop hack that created NIR for fixed function...
2015-10-18 Kenneth Graunkei965/nir: Switch on shader stage in nir_lower_outputs().
2015-10-17 Rob Clarkbuild: fix out-of-tree build after b9b40ef
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-10-16 Iago Toral Quirogai965/vec4: Use the right number of UBOs
2015-10-16 Iago Toral Quirogai965/fs: use the right number of UBOs
2015-10-15 Mauro Rossii965: android: add the i965_compile_FILES sources to...
2015-10-15 Emil Velikovprogram: convert _mesa_init_gl_program() to take struct...
2015-10-15 Timothy Arcerii965: add arrays of arrays support for varyings
2015-10-14 Kenneth Graunkei965: Don't hardcode FS in "validation failed!" message.
2015-10-14 Jordan Justeni965/fs: Ignore compute shaders in brw_nir_lower_inputs
2015-10-14 Jordan Justeni965/fs: Simplify FS in brw_nir_lower_inputs to only...
2015-10-14 Iago Toral Quirogai965: Adapt SSBOs to work with their own separate index...
2015-10-14 Iago Toral Quirogamesa: Rename {Num}UniformBlocks to {Num}BufferInterface...
2015-10-14 Iago Toral Quiroganir: split SSBO min/max atomic instrinsics into signed...
2015-10-14 Iago Toral Quirogai965/vec4: fix indentation in vec4_visitor::calculate_l...
2015-10-14 Iago Toral Quirogai965/fs: Fix indentation in fs_live_variables::compute_...
2015-10-12 Kenneth Graunkei965/vs: Simplify fs_visitor's ATTR file.
2015-10-12 Iago Toral Quirogai965: Fix unsafe pointer when dumping VS/FS IR
2015-10-11 Matt Turneri965/vec4: Implement b2f and b2i using negation.
2015-10-10 Kenneth Graunkei965/gs: Make MAX_GS_INPUT_VERTICES a #define in brw_co...
2015-10-10 Kenneth Graunkei965/vs: Map scalar VS input locations properly; avoid...
2015-10-10 Kenneth Graunkei965/vs: Fix a subtlety in the nr_attributes == 0 worka...
2015-10-10 Kenneth Graunkei965/vs: Unify URB entry size/read length calculations...
2015-10-10 Kenneth Graunkei965/cfg: Fix cfg_t::dump() when a block has no immedia...
2015-10-09 Chad Versacei965/gen8: Remove gen<8 checks in gen8 code
2015-10-09 Chad Versacei965/gen9: Enable rep clears on gen9
2015-10-09 Chad Versacei965/gen9: Disable MCS for 1x color surfaces
2015-10-09 Marek Olšákprogram: remove _mesa_init_*_program wrappers
2015-10-09 Francisco Jerezi965: Use _mesa_is_image_unit_valid() instead of gl_ima...
2015-10-09 Francisco Jerezi965: Don't tell the hardware about our UAV access.
2015-10-09 Neil Robertsi965/fs: Handle non-const sample number in interpolateA...
2015-10-09 Neil Robertsi965: Add a second successor to BRW_OPCODE_WHILE
2015-10-08 Brian Paulmesa,meta: move gl_texture_object::TargetIndex initiali...
2015-10-08 Kristian Høgsberg... i965: Link compiler unit tests to libi965_compiler.la
2015-10-08 Kristian Høgsberg... i965: Break out backend compiler to its own library
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: Move brw_select_clip_planes() to brw_shader.cpp
2015-10-08 Kristian Høgsberg... i965: Use util_next_power_of_two() for brw_get_scratch_...
2015-10-08 Kristian Høgsberg... i965: Move brw_mark_surface_used() to brw_shader.cpp
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_link_shader() and friends to new file...
2015-10-08 Kristian Høgsberg... i965: Configure bufmgr debug options from intel_screen.c
2015-10-08 Kristian Høgsberg... util: Move DRI parse_debug_string() to util
2015-10-08 Kristian Høgsberg... i965: Move brw_dump_ir() out of brw_*_emit() functions
2015-10-08 Iago Toral Quirogai965/gs/gen6: Maximum allowed size of SEND messages...
2015-10-08 Iago Toral Quirogai965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF...
next