i965: Add a brw->scalar_gs flag controlled by INTEL_SCALAR_GS=1.
[mesa.git] / src / mesa /
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 Nanley Cherymesa/glformats: Undo code changes from _mesa_base_tex_f...
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 Brian Paulvbo: convert display list GL_LINE_LOOP prims to GL_LINE...
2015-10-20 Brian Paulvbo: fix GL_LINE_LOOP stray line bug
2015-10-20 Brian Paulvbo: add new vbo_compute_max_verts() helper function
2015-10-20 Brian Paulvbo: simplify some code in vbo_exec_End()
2015-10-20 Brian Paulvbo: simplify some code in vbo_copy_vertices()
2015-10-20 Brian Paulvbo: simplify some code in vbo_exec_wrap_buffers()
2015-10-20 Brian Paulvbo: replace the comment on vbo_copy_vertices()
2015-10-20 Brian Paulvbo: make vbo_exec_vtx_wrap() static
2015-10-20 Brian Paulvbo: remove unneeded ctx parameter for merge_prims()
2015-10-20 Brian Paultnl: add some comments in render_line_loop code
2015-10-20 Brian Paulmesa: simple whitespace fix in texstore.c
2015-10-20 Brian Paulvbo: reduce number of vertex buffer mappings for vertex...
2015-10-20 Brian Paulst/mesa: optimize 4-component ubyte glDrawPixels
2015-10-20 Brian Paulmesa: make memcpy_texture() non-static
2015-10-20 Brian Paulst/mesa: check for out-of-memory in st_DrawPixels()
2015-10-20 Brian Paulst/mesa: use MAX3() instead of MAX2(MAX2) in draw_textu...
2015-10-20 Brian Paulmesa: fix incorrect opcode in save_BlendFunci()
2015-10-20 Brian Paulmesa: add more cases to print_list() in dlist.c
2015-10-20 Emil Velikovi965: silence incompatible pointer type warning
2015-10-20 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
2015-10-20 Marek Olšákst/mesa: pass the clip distance array size to drivers
2015-10-20 Marek Olšákmesa: replace UsesClipDistance with ClipDistanceArraySize
2015-10-20 Marek Olšákst/mesa: create shaders which have only one variant...
2015-10-20 Marek Olšákst/mesa: negate the can_force_persample_interp flag
2015-10-20 Marek Olšákst/mesa: decouple shaders from contexts if they are...
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 Ekstrandnir/info: Add a few bits of info for fragment shaders
2015-10-19 Jason Ekstrandmesa: Move gl_frag_depth_layout from mtypes.h to shader...
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 Quirogaglsl_to_tgsi: Use {Num}UniformBlocks instead of {Num...
2015-10-19 Iago Toral Quirogast/mesa: Use {Num}UniformBlocks instead of {Num}BufferI...
2015-10-19 Iago Toral Quirogai965: Do not use NumBufferInterfaceBlocks
2015-10-19 Iago Toral Quirogamain: GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH is about...
2015-10-19 Iago Toral Quirogamain: Use NumUniformBlocks to count UBOs
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 Brian Paulmesa: remove FLUSH_VERTICES() in _mesa_MatrixMode()
2015-10-17 Marek Olšákst/mesa: fix clip state dependencies
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 Rob Clarkglsl: couple shader_enums cleanups
2015-10-16 Brian Paulst/mesa: fix incorrect pointer type arguments in st_new...
2015-10-16 Brian PaulRevert "mesa: remove FLUSH_VERTICES() in _mesa_MatrixMo...
2015-10-16 Tapani Pällimesa: Set api prefix to version string when overriding...
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 Jason Ekstrandnir/prog: Don't double-insert the fog-coord variable
2015-10-15 Jason Ekstrandnir: Add helpers for creating variables and adding...
2015-10-15 Jason Ekstrandnir/prog: Use nir_foreach_variable
2015-10-15 Brian Paulmesa: wrap a ridiculously long line in es1_conversion.c
2015-10-15 Brian Paulmesa: add num_buffers() helper in blend.c
2015-10-15 Brian Paulmesa: optimize _UsesDualSrc blend flag setting
2015-10-15 Brian Paulmesa: fix incorrect error string in _mesa_BlendEquation...
2015-10-15 Brian Paulmesa: move validate_blend_factors() call after no-chang...
next