st/mesa: add support for advanced blend when fb can be fetched from
[mesa.git] / src / mesa / drivers /
2017-01-16 Kenneth Graunkei965: Make BLORP disable the NP Z PMA stall fix.
2017-01-16 Kenneth Graunkei965: Enable OpenGL 4.5 on Haswell.
2017-01-16 Kenneth Graunkei965: Use align1 mode for barrier messages.
2017-01-14 Kenneth Graunkei965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.
2017-01-14 Juan A. Suarez Romeroi965/vec4: Fix mapping attributes
2017-01-13 Kenneth Graunkei965: Fix textureGather with RG32I/UI on Gen7.
2017-01-13 Boyan Dingxlib: Unify the style of function pointer calls in...
2017-01-13 Boyan Dingradeon: Unify the style of function pointer calls in...
2017-01-13 Boyan Dingnouveau: Unify the style of function pointer calls...
2017-01-13 Derek Foremani915: Add XRGB8888 format to intel_screen_make_configs
2017-01-12 Juan A. Suarez Romeronir/i965: assert first is always less than 64
2017-01-12 Juan A. Suarez Romeroi965/gen7: expose OpenGL 4.2 on Haswell when supported
2017-01-12 Samuel Iglesias... i965: enable ARB_shader_precision to HSW+
2017-01-12 Samuel Iglesias... i965: unify the code to enable of ARB_gpu_shader_fp64...
2017-01-12 Alejandro Piñeiroi965: Enable ARB_vertex_attrib_64bit for Haswell
2017-01-12 Juan A. Suarez Romeroi965: check for dual slot attributes on any gen
2017-01-12 Juan A. Suarez Romeroi965/vec4: emit correctly load_inputs for 64bit data
2017-01-12 Alejandro Piñeiroi965/vec4: take into account doubles when creating...
2017-01-12 Alejandro Piñeiroi965/vec4/nir: vec4 also needs to remap vs attributes
2017-01-12 Alejandro Piñeiroi965/vec4: use attribute slots for first non payload GRF
2017-01-12 Alejandro Piñeiroi965: downsize *64*PASSTHRU formats to equivalent ...
2017-01-12 Alejandro Piñeiroi965: return PASSTHRU surface types also on gen7
2017-01-12 Rafael Antognollii965: Enable predicate support on gen >= 8.
2017-01-11 Kenneth Graunkei965: Use the nir_move_comparisons pass.
2017-01-11 Kenneth Graunkei965: Move nir_lower_locals_to_regs a bit later.
2017-01-10 Kenneth Graunkecompiler: Merge shader_info's tcs and tes structs.
2017-01-10 Kenneth Graunkei965: Fix number of slots in SSO mode when there are...
2017-01-09 Juan A. Suarez Romeronir/i965: use two slots from inputs_read for dvec3...
2017-01-09 Tapani Pällii965: call intel_prepare_render always when reading...
2017-01-08 Kenneth Graunkei965: Move TES input VUE map calculation out a layer.
2017-01-08 Kenneth Graunkei965: Pass NULL for gl_program when compiling TES.
2017-01-08 Kenneth Graunkei965: Move TES spacing/domain/topology setup to brw_com...
2017-01-08 Kenneth Graunkei965: Access TES shader info via NIR.
2017-01-08 Kenneth Graunkemesa: Introduce a compiler enum for tessellation spacing.
2017-01-08 Kenneth Graunkecompiler: Change shader_info->tes.vertex_order into...
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 Chad Versacemeta: Disable dithering during glGenerateMipmap
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...
next