i965: Move image uniform setup to brw_nir_uniforms.cpp
[mesa.git] / src / mesa / drivers / dri /
2017-01-07 Kai Wasserbächdrirc: Allow extension midshader for Divinity: Original...
2017-01-07 Jason Ekstrandi965/compiler: Use the new nir_opt_copy_prop_vars pass
2017-01-06 Kenneth Graunkei965: Rework gl_TessLevel*[] handling to use NIR compac...
2017-01-06 Kenneth Graunkei965: Inline store_output helper in quads workaround...
2017-01-06 Kenneth Graunkei965: Make unify_interfaces not spread VARYING_BIT_TESS...
2017-01-06 Ian Romanicki965: Enable several GLES 3.1 extensions on HSW+
2017-01-06 Ian Romanicki965: Always set MaxViewports and related limits
2017-01-06 Kenneth Graunkei965: Properly flush in hsw_pause_transform_feedback().
2017-01-06 Kenneth Graunkei965: Fix texturing in the vec4 TCS and GS backends.
2017-01-06 Kenneth Graunkei965: Don't set EmitNoMainReturn.
2017-01-06 Timothy Arcerist/mesa/glsl: set SamplersUsed directly in gl_program
2017-01-06 Timothy Arcerimesa: make _CurrentFragmentProgram a gl_program struct...
2017-01-06 Timothy Arcerii965: stop passing gl_shader_program to the precompile...
2017-01-06 Timothy Arcerii965: make use of new is_arb_asm flag
2017-01-06 Timothy Arcerist/mesa/glsl: add new is_arb_asm flag in gl_program
2017-01-06 Timothy Arcerii965: pass gl_program directly to brw_compile_tes()
2017-01-06 Timothy Arcerii965: stop passing gl_shader_program to brw_nir_setup_g...
2017-01-06 Timothy Arcerii965: pass gl_program to brw_upload_ubo_surfaces()
2017-01-06 Timothy Arcerii965: stop passing gl_shader_program to brw_assign_comm...
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move ShaderStorageBlocks to gl_program
2017-01-06 Timothy Arcerist/mesa/glsl/i965: set num_ssbos directly in shader_info
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move per stage UniformBlocks to...
2017-01-06 Timothy Arcerist/mesa/glsl/i965: set num_ubos directly in shader_info
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move ImageUnits and ImageAccess...
2017-01-06 Timothy Arcerii965: get InfoLog and LinkStatus via the pointer in...
2017-01-06 Timothy Arcerii965: get shared_size from shader_info rather than...
2017-01-06 Timothy Arcerii965: stop depending on gl_shader_program for brw_compu...
2017-01-06 Timothy Arcerii965: pass gl_program to the brw_*_debug_recompile...
2017-01-05 Kenneth Graunkei965: Print VS output VUE map in Vulkan too.
2017-01-05 Kenneth Graunkei965: Fix last slot calculations
2017-01-05 Iago Toral Quirogai965: add a kernel_features bitfield to intel screen
2017-01-05 Iago Toral Quirogai965/gen7: Enable OpenGL 4.0 in Haswell when supported
2017-01-05 Iago Toral Quirogai965: get rid of brw->can_do_pipelined_register_writes
2017-01-05 Chris Wilsoni965: Move the pipelined test for SO register access...
2017-01-05 Samuel Iglesias... i965/disasm: remove printing hstride and width in align...
2017-01-05 Samuel Iglesias... vec4: use DIM instruction when loading DF immediates...
2017-01-04 Tapani Pällii965: remove unused brwInitVtbl declaration
2017-01-04 Iago Toral Quirogai965: remove brw_context dependency from intel_batchbuf...
2017-01-04 Iago Toral Quirogai965: make intel_batchbuffer_free() take a batchbuffer...
2017-01-04 Iago Toral Quirogai965: make intel_batchbuffer_emit_dword() take a batchb...
2017-01-04 Iago Toral Quirogai965: Make intel_bachbuffer_reloc() take a batchbuffer...
2017-01-03 Robert Braggi965: Remove perf monitor/query backend
2017-01-03 Iago Toral Quirogai965/vec4: enable ARB_gpu_shader_fp64 for Haswell
2017-01-03 Iago Toral Quirogai965/vec4: adjust spilling costs for 64-bit registers.
2017-01-03 Iago Toral Quirogai965/vec4: prevent spilling of DOUBLE_TO_SINGLE destination
2017-01-03 Iago Toral Quirogai965/vec4: avoid spilling of registers that mix 32...
2017-01-03 Iago Toral Quirogai965/vec4: support basic spilling of 64-bit registers
2017-01-03 Iago Toral Quirogai965/vec4: run scalarize_df() after spilling
2017-01-03 Iago Toral Quirogai965/vec4: prevent src/dst hazards during 64-bit regist...
2017-01-03 Iago Toral Quirogai965/vec4/scalarize_df: support more swizzles via vstride=0
2017-01-03 Iago Toral Quirogai965/vec4/scalarize_df: do not scalarize swizzles that...
2017-01-03 Iago Toral Quirogai965/vec4: split instructions that read 64-bit interlea...
2017-01-03 Iago Toral Quirogai965/vec4: dump subnr for FIXED_GRF
2017-01-03 Iago Toral Quirogai965/vec4/tes: consider register offsets during attribu...
2017-01-03 Iago Toral Quirogai965/vec4/tes: fix setup_payload() for 64bit data types
2017-01-03 Iago Toral Quirogai965/vec4/tes: fix input loading for 64bit data types
2017-01-03 Iago Toral Quirogai965/vec4/tcs: fix outputs for 64-bit data
2017-01-03 Iago Toral Quirogai965/vec4/tcs: fix input loading for 64-bit data
2017-01-03 Samuel Iglesias... i965/vec4/gs: fix input loading for 64bit data
2017-01-03 Iago Toral Quirogai965/vec4: fix store output for 64-bit types
2017-01-03 Iago Toral Quirogai965/vec4: fix attribute setup for doubles
2017-01-03 Iago Toral Quirogai965/vec4: fix indentation in lower_attributes_to_hw_regs()
2017-01-03 Iago Toral Quirogai965/vec4: make emit_pull_constant_load support 64...
2017-01-03 Iago Toral Quirogai965/vec4: fix move_push_constants_to_pull_constants...
2017-01-03 Iago Toral Quirogai965/vec4: fix indentation in move_push_constants_to_pu...
2017-01-03 Iago Toral Quirogai965/vec4: fix move_uniform_array_access_to_pull_consta...
2017-01-03 Iago Toral Quirogai965/vec4: fix scratch writes for 64bit data
2017-01-03 Iago Toral Quirogai965/vec4: fix scratch reads for 64bit data
2017-01-03 Iago Toral Quirogai965/vec4: fix scratch offset for 64bit data
2017-01-03 Iago Toral Quirogai965/vec4: do not split scratch read/write opcodes
2017-01-03 Iago Toral Quirogai965/vec4: Do not use DepCtrl with 64-bit instructions
2017-01-03 Iago Toral Quirogai965/vec4: extend the DWORD multiply DepCtrl restrictio...
2017-01-03 Samuel Iglesias... i965/vec4: don't copy propagate misaligned registers
2017-01-03 Iago Toral Quirogai965/vec4: don't propagate single-precision uniforms...
2017-01-03 Iago Toral Quirogai965/vec4: Prevent copy propagation from violating...
2017-01-03 Iago Toral Quirogai965/vec4: prevent copy-propagation from values with...
2017-01-03 Connor Abbotti965/vec4: don't constant propagate 64-bit immediates
2017-01-03 Iago Toral Quirogai965/vec4: Fix SSBO stores for 64-bit data
2017-01-03 Iago Toral Quirogai965/vec4: Fix SSBO loads for 64-bit data
2017-01-03 Iago Toral Quirogai965/vec4: Fix UBO loads for 64-bit data
2017-01-03 Iago Toral Quirogai965/vec4: Add a shuffle_64bit_data helper
2017-01-03 Iago Toral Quirogai965/vec4: support multiple dispatch widths and groups...
2017-01-03 Iago Toral Quirogai965/vec4: Lower 64-bit MAD
2017-01-03 Iago Toral Quirogai965/vec4/nir: do not emit 64-bit MAD
2017-01-03 Iago Toral Quirogai965/vec4: Skip swizzle to subnr in 3src instructions...
2017-01-03 Iago Toral Quirogai965/vec4: fix indentation in pack_uniform_registers
2017-01-03 Iago Toral Quirogai965/vec4: fix pack_uniform_registers for doubles
2017-01-03 Iago Toral Quirogai965/vec4: teach register coalescing about 64-bit
2017-01-03 Iago Toral Quirogai965/disasm: fix subreg for dst in Align16 mode
2017-01-03 Iago Toral Quirogai965/vec4: implement access to DF source components Z/W
2017-01-03 Iago Toral Quirogai965/vec4: translate 64-bit swizzles to 32-bit
2017-01-03 Iago Toral Quirogai965/vec4: add a scalarization pass for double-precisio...
2017-01-03 Iago Toral Quirogai965/vec4: split double-precision SEL
2017-01-03 Iago Toral Quirogai965/vec4: teach cmod propagation about different execu...
2017-01-03 Iago Toral Quirogai965/vec4: teach CSE about exec_size, group and doubles
2017-01-03 Iago Toral Quirogai965/disasm: print NibCtrl for instructions with execsi...
2017-01-03 Iago Toral Quirogai965/vec4: dump NibCtrl for instructions with execsize...
2017-01-03 Iago Toral Quirogai965/vec4: make the generator set correct NibCtrl for...
2017-01-03 Iago Toral Quirogai965/vec4: add a SIMD lowering pass
2017-01-03 Iago Toral Quirogai965: move the group field from fs_inst to backend_inst...
next