summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv/pipeline: Use separate-shaderJason Ekstrand2015-10-231-0/+3
* anv/pipeline: Pull separate_shader from NIR for vue map setupJason Ekstrand2015-10-231-2/+2
* nir/spirv: Add support for builtins in arraysJason Ekstrand2015-10-221-2/+31
* nir/spirv: Make the builtins array distinguish between in and outJason Ekstrand2015-10-222-4/+17
* nir/spirv: Make vtn_get_builtin_location smarterJason Ekstrand2015-10-221-20/+48
* nir/spirv: Make get_builtin_variable take a nir_variable_modeJason Ekstrand2015-10-221-2/+4
* nir/spirv: Remove the vtn_type argument from _vtn_variable_load/storeJason Ekstrand2015-10-221-18/+10
* nir/validate: Add better validation of load/store typesJason Ekstrand2015-10-221-2/+14
* anv/gen8: Set the correct maximum number of GS threadsJason Ekstrand2015-10-211-1/+1
* anv/pipeline: set the gs_vertex_count in compile_gsJason Ekstrand2015-10-211-0/+1
* anv/pipeline: Make the has_push_constants computation more accurateJason Ekstrand2015-10-211-1/+5
* nir/spirv: Add defaults for GS input/output primitive typesJason Ekstrand2015-10-211-0/+6
* i965/vec4: Handle returns at the end of functionsJason Ekstrand2015-10-211-1/+7
* i965: Move get_hw_prim_for_gl_prim to brw_util.cJason Ekstrand2015-10-212-29/+28
* nir/spirv: Add capabilities and decorations for basic geometry shadersJason Ekstrand2015-10-211-6/+15
* anv/pipeline: Add back basic geometry shader supportJason Ekstrand2015-10-211-0/+65
* nir/spirv: Add support for more CS system valuesJason Ekstrand2015-10-211-6/+12
* nir/spirv: Add support for various barrier type instructionsJason Ekstrand2015-10-211-0/+40
* Fix a couple of dereferencesJason Ekstrand2015-10-211-2/+2
* spirv/nir: Add more stage assertsJason Ekstrand2015-10-211-0/+5
* nir/spirv: Add support for GS metadataJason Ekstrand2015-10-211-3/+66
* nir/gather_info: Add more info for geometry shadersJason Ekstrand2015-10-211-0/+7
* Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-10-2199-1232/+2590
|\
| * i965: Implement gl_InvocationID.Kenneth Graunke2015-10-211-0/+13
| * i965: Implement nir_intrinsic_load_primitive.Kenneth Graunke2015-10-211-0/+8
| * i965: Add a fs_visitor constructor that takes a brw_gs_compile.Kenneth Graunke2015-10-212-3/+39
| * i965: Add a brw->scalar_gs flag controlled by INTEL_SCALAR_GS=1.Kenneth Graunke2015-10-213-1/+8
| * i965: Make emit_urb_writes() reserve space for GS header information.Kenneth Graunke2015-10-211-2/+16
| * i965: Make emit_urb_writes() only set EOT for the VS.Kenneth Graunke2015-10-211-1/+1
| * i965: Make fs_visitor::emit_urb_writes reusable for scalar GS.Kenneth Graunke2015-10-211-7/+7
| * i965: Introduce a brw_vue_prog_data::include_vue_handles flag.Kenneth Graunke2015-10-212-0/+5
| * i965: Introduce a new SHADER_OPCODE_URB_READ_SIMD8 opcode.Kenneth Graunke2015-10-215-0/+40
| * i965: Introduce new SHADER_OPCODE_URB_WRITE_SIMD8_MASKED/PER_SLOT opcodes.Kenneth Graunke2015-10-215-0/+33
| * i965/gs: Do prog_data setup and other calculations in brw_compile_gsJason Ekstrand2015-10-214-220/+222
| * i965/gs: Use NIR info for setting up prog_dataJason Ekstrand2015-10-211-11/+13
| * i965/gs: Pull prog_data out of brw_gs_compileJason Ekstrand2015-10-217-79/+80
| * i965/gs: Use NIR instead of the brw_geometry_program for GS metadataJason Ekstrand2015-10-214-12/+9
| * i965/gs: Move the mem_ctx argument to brw_compile_gsJason Ekstrand2015-10-213-4/+4
| * i965/gs: Set static_vertex_count unconditionally on GEN8+Jason Ekstrand2015-10-211-1/+1
| * nir: Constify nir_gs_count_verticesJason Ekstrand2015-10-212-2/+2
| * nir/info: Add more information about geometry shadersJason Ekstrand2015-10-212-0/+16
| * i965: (trivial) rename computes stencil to gen9Ben Widawsky2015-10-211-1/+1
| * i965: Correct the comment about fb write payloadBen Widawsky2015-10-211-2/+2
| * mesa/glformats: Undo code changes from _mesa_base_tex_format() moveNanley Chery2015-10-211-141/+8
| * i965: Mark compacted 3-src instructions as Gen8+.Matt Turner2015-10-211-16/+16
| * i965: Add const to brw_compact_inst_bits.Matt Turner2015-10-211-2/+2
| * i965: Add mask_control_ex field and handle it in compaction.Matt Turner2015-10-212-0/+6
| * i965: Add devinfo->gen assertions for acc_wr_control.Matt Turner2015-10-211-3/+3
| * i965: Prepare for next commit by adding more whitespace.Matt Turner2015-10-211-14/+14
| * i965: Compact acc_wr_control only on Gen6+.Matt Turner2015-10-211-2/+8