summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2015-10-22i965/fs: Use type-W for immediate in SampleID setup.Matt Turner2-3/+3
2015-10-22i965/vec4: Initialize LOD to 0.0f for textureQueryLevels() and texture().Matt Turner1-0/+12
2015-10-22i965: Note that the UV immediate type is Gen6+.Matt Turner1-1/+1
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-21mesa/glformats: Undo code changes from _mesa_base_tex_format() moveNanley Chery1-141/+8
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-20vbo: convert display list GL_LINE_LOOP prims to GL_LINE_STRIPBrian Paul1-0/+53
2015-10-20vbo: fix GL_LINE_LOOP stray line bugBrian Paul3-3/+56
2015-10-20vbo: add new vbo_compute_max_verts() helper functionBrian Paul3-4/+16
2015-10-20vbo: simplify some code in vbo_exec_End()Brian Paul1-4/+3
2015-10-20vbo: simplify some code in vbo_copy_vertices()Brian Paul1-6/+5
2015-10-20vbo: simplify some code in vbo_exec_wrap_buffers()Brian Paul1-6/+4
2015-10-20vbo: replace the comment on vbo_copy_vertices()Brian Paul1-3/+7
2015-10-20vbo: make vbo_exec_vtx_wrap() staticBrian Paul2-3/+2
2015-10-20vbo: remove unneeded ctx parameter for merge_prims()Brian Paul1-3/+2
2015-10-20tnl: add some comments in render_line_loop codeBrian Paul1-2/+3