summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-10-22i965/fs: Disable CSE optimization for untyped & typed surface readsJordan Justen3-1/+22
2015-10-21i965: Advertise ARB_shader_stencil_export (gen9+)Ben Widawsky1-0/+1
2015-10-21i965: Implement ARB_shader_stencil_export (gen9+)Ben Widawsky9-3/+98
2015-10-21i965/fs: Enumerate logical fb writes argumentsBen Widawsky3-21/+29
2015-10-21i965: Implement gl_InvocationID.Kenneth Graunke1-0/+13
2015-10-21i965: Implement nir_intrinsic_load_primitive.Kenneth Graunke1-0/+8
2015-10-21i965: Add a fs_visitor constructor that takes a brw_gs_compile.Kenneth Graunke2-3/+39
2015-10-21i965: Add a brw->scalar_gs flag controlled by INTEL_SCALAR_GS=1.Kenneth Graunke3-1/+8
2015-10-21i965: Make emit_urb_writes() reserve space for GS header information.Kenneth Graunke1-2/+16
2015-10-21i965: Make emit_urb_writes() only set EOT for the VS.Kenneth Graunke1-1/+1
2015-10-21i965: Make fs_visitor::emit_urb_writes reusable for scalar GS.Kenneth Graunke1-7/+7
2015-10-21i965: Introduce a brw_vue_prog_data::include_vue_handles flag.Kenneth Graunke2-0/+5
2015-10-21i965: Introduce a new SHADER_OPCODE_URB_READ_SIMD8 opcode.Kenneth Graunke5-0/+40
2015-10-21i965: Introduce new SHADER_OPCODE_URB_WRITE_SIMD8_MASKED/PER_SLOT opcodes.Kenneth Graunke5-0/+33
2015-10-21i965/gs: Do prog_data setup and other calculations in brw_compile_gsJason Ekstrand4-220/+222
2015-10-21i965/gs: Use NIR info for setting up prog_dataJason Ekstrand1-11/+13
2015-10-21i965/gs: Pull prog_data out of brw_gs_compileJason Ekstrand7-79/+80
2015-10-21i965/gs: Use NIR instead of the brw_geometry_program for GS metadataJason Ekstrand4-12/+9
2015-10-21i965/gs: Move the mem_ctx argument to brw_compile_gsJason Ekstrand3-4/+4
2015-10-21i965/gs: Set static_vertex_count unconditionally on GEN8+Jason Ekstrand1-1/+1
2015-10-21i965: (trivial) rename computes stencil to gen9Ben Widawsky1-1/+1
2015-10-21i965: Correct the comment about fb write payloadBen Widawsky1-2/+2
2015-10-21i965: Mark compacted 3-src instructions as Gen8+.Matt Turner1-16/+16
2015-10-21i965: Add const to brw_compact_inst_bits.Matt Turner1-2/+2
2015-10-21i965: Add mask_control_ex field and handle it in compaction.Matt Turner2-0/+6
2015-10-21i965: Add devinfo->gen assertions for acc_wr_control.Matt Turner1-3/+3
2015-10-21i965: Prepare for next commit by adding more whitespace.Matt Turner1-14/+14
2015-10-21i965: Compact acc_wr_control only on Gen6+.Matt Turner1-2/+8
2015-10-21i965: Add devinfo parameter to brw_compact_inst_* funcs.Matt Turner2-57/+91
2015-10-21i965/vec4: Don't emit MOVs for unused URB slots.Matt Turner2-6/+14
2015-10-21i965/fs: Disable opt_sampler_eot for more message typesNeil Roberts1-6/+8
2015-10-21i965: Remove block arg from foreach_inst_in_block_*_starting_fromNeil Roberts5-9/+8
2015-10-20i965/gen9: Remove temporary variable 'bpp' in tr_mode_..._texture_alignment()Anuj Phogat1-10/+6
2015-10-20i965/gen9: Remove temporary variable 'align_yf' in tr_mode_..._texture_alignm...Anuj Phogat1-17/+9
2015-10-20i965/gen9: Remove parameter 'brw' from tr_mode_..._texture_alignment()Anuj Phogat1-7/+7
2015-10-20i965/gen9: Reuse YF alignment tables in tr_mode_..._texture_alignment()Anuj Phogat1-24/+22
2015-10-20i965: silence incompatible pointer type warningEmil Velikov1-1/+1
2015-10-20mesa: replace UsesClipDistance with ClipDistanceArraySizeMarek Olšák1-1/+1
2015-10-19i965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets inside switchAnuj Phogat1-4/+4
2015-10-19i965/fs: Localize variables' scopes.Matt Turner1-8/+5
2015-10-19i965/fs: Consider type mismatches in saturate propagation.Matt Turner1-3/+12
2015-10-19i965: Extract can_change_source_types() functions.Matt Turner6-27/+30
2015-10-19i965/vs: Move URB entry_size and read_length calculations to compile_vsJason Ekstrand2-34/+34
2015-10-19i965: Move the entire compiler API into a single fileJason Ekstrand10-619/+665
2015-10-19i965: Rename brw_foo_emit to brw_compile_fooJason Ekstrand11-66/+67
2015-10-19i965/fs: Move some of the prog_data setup into brw_wm_emitJason Ekstrand2-98/+100
2015-10-19i965/cs: Rework cs_emit to take a nir_shader and a brw_compilerJason Ekstrand3-29/+42
2015-10-19i965/gs: Rework gs_emit to take a nir_shader and a brw_compilerJason Ekstrand3-40/+29
2015-10-19i965/vs: Rework vs_emit to take a nir_shader and a brw_compilerJason Ekstrand3-49/+49
2015-10-19i965/fs: Rework wm_fs_emit to take a nir_shader and a brw_compilerJason Ekstrand3-39/+47