73746 Commits (8eefdacb3892da662f85377f4fe1a33dbff2ce7a)
 

Author SHA1 Message Date
  Ben Widawsky 8eefdacb38 i965: Advertise ARB_shader_stencil_export (gen9+) 9 years ago
  Ben Widawsky 1db44252d0 i965: Implement ARB_shader_stencil_export (gen9+) 9 years ago
  Ben Widawsky 5fa7114652 i965/fs: Enumerate logical fb writes arguments 9 years ago
  Brian Paul 18a631eb90 svga: fix clip plane regression after recent tgsi_scan change 9 years ago
  Kenneth Graunke 48c76eae8e i965: Implement gl_InvocationID. 10 years ago
  Kenneth Graunke c5ae34f38f i965: Implement nir_intrinsic_load_primitive. 10 years ago
  Kenneth Graunke b3ebf03b84 i965: Add a fs_visitor constructor that takes a brw_gs_compile. 10 years ago
  Kenneth Graunke 55dfd39b5f i965: Add a brw->scalar_gs flag controlled by INTEL_SCALAR_GS=1. 10 years ago
  Kenneth Graunke ac0a33666b i965: Make emit_urb_writes() reserve space for GS header information. 10 years ago
  Kenneth Graunke cb755996d9 i965: Make emit_urb_writes() only set EOT for the VS. 10 years ago
  Kenneth Graunke 6ae419b94d i965: Make fs_visitor::emit_urb_writes reusable for scalar GS. 10 years ago
  Kenneth Graunke 72d84ae7ce i965: Introduce a brw_vue_prog_data::include_vue_handles flag. 10 years ago
  Kenneth Graunke ac98888afd i965: Introduce a new SHADER_OPCODE_URB_READ_SIMD8 opcode. 10 years ago
  Kenneth Graunke bea7522782 i965: Introduce new SHADER_OPCODE_URB_WRITE_SIMD8_MASKED/PER_SLOT opcodes. 10 years ago
  Jason Ekstrand 0e57694745 i965/gs: Do prog_data setup and other calculations in brw_compile_gs 9 years ago
  Jason Ekstrand f3bc73073a i965/gs: Use NIR info for setting up prog_data 9 years ago
  Jason Ekstrand fac9b21e03 i965/gs: Pull prog_data out of brw_gs_compile 9 years ago
  Jason Ekstrand 6ac2bbec16 i965/gs: Use NIR instead of the brw_geometry_program for GS metadata 9 years ago
  Jason Ekstrand 72148de217 i965/gs: Move the mem_ctx argument to brw_compile_gs 9 years ago
  Jason Ekstrand 8e8b527b27 i965/gs: Set static_vertex_count unconditionally on GEN8+ 9 years ago
  Jason Ekstrand 2686477d37 nir: Constify nir_gs_count_vertices 9 years ago
  Jason Ekstrand 4eb84a03be nir/info: Add more information about geometry shaders 9 years ago
  Ben Widawsky 3c5d24363a i965: (trivial) rename computes stencil to gen9 9 years ago
  Ben Widawsky c643518452 i965: Correct the comment about fb write payload 9 years ago
  Nanley Chery f1147a238a mesa/glformats: Undo code changes from _mesa_base_tex_format() move 10 years ago
  Matt Turner 2ce659b5e4 i965: Mark compacted 3-src instructions as Gen8+. 9 years ago
  Matt Turner 05cc56cca3 i965: Add const to brw_compact_inst_bits. 9 years ago
  Matt Turner b29f92daec i965: Add mask_control_ex field and handle it in compaction. 9 years ago
  Matt Turner 3ec9d96d43 i965: Add devinfo->gen assertions for acc_wr_control. 9 years ago
  Matt Turner d14907b946 i965: Prepare for next commit by adding more whitespace. 9 years ago
  Matt Turner 35f3f06c8a i965: Compact acc_wr_control only on Gen6+. 9 years ago
  Matt Turner ee868c46e8 i965: Add devinfo parameter to brw_compact_inst_* funcs. 9 years ago
  Matt Turner 4a132349c3 i965/vec4: Don't emit MOVs for unused URB slots. 9 years ago
  Nigel Stewart 04703762e5 osmesa: Expose GL entry points for Windows build via DEF file. 9 years ago
  Jonathan Gray 99c4079c37 configure.ac: ensure RM is set 9 years ago
  Neil Roberts ee77796a5c i965/fs: Disable opt_sampler_eot for more message types 9 years ago
  Neil Roberts 801f151917 i965: Remove block arg from foreach_inst_in_block_*_starting_from 9 years ago
  Timothy Arceri 38ceeeadaa glsl: check for arrays of arrays when assigning explicit locations 9 years ago
  Timothy Arceri 9a04057ef1 glsl: add is_array_of_arrays() helper 9 years ago
  Kenneth Graunke 156b7d3113 glsl: Fix bad indentation in bit_logic_result_type(). 9 years ago
  Timothy Arceri fd01840c0b glsl: add AoA support to subroutines 10 years ago
  Tapani Pälli a59c1adcc6 glsl: fix record type detection in explicit location assign 9 years ago
  Tapani Pälli 1f48ea1193 glsl: do not try to reserve explicit locations for buffer variables 9 years ago
  Tapani Pälli 96bbb3707f glsl: skip buffer variables when filling UniformRemapTable 9 years ago
  Brian Paul f1682fdafa svga: add switch case for PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT 9 years ago
  Brian Paul b48e16fa2f draw: fix splitting of line loops (v2) 9 years ago
  Anuj Phogat 876d07d837 i965/gen9: Remove temporary variable 'bpp' in tr_mode_..._texture_alignment() 10 years ago
  Anuj Phogat 06ec19bca4 i965/gen9: Remove temporary variable 'align_yf' in tr_mode_..._texture_alignment() 10 years ago
  Anuj Phogat 8f8c450bc7 i965/gen9: Remove parameter 'brw' from tr_mode_..._texture_alignment() 10 years ago
  Anuj Phogat a5a00bd747 i965/gen9: Reuse YF alignment tables in tr_mode_..._texture_alignment() 10 years ago