mesa: Avoid aliasing violation in FXT1.
[mesa.git] / src / mesa /
2016-07-26 Matt Turnermesa: Avoid aliasing violation in FXT1.
2016-07-26 Matt Turnerswrast: Avoid aliasing violation.
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-07-26 Jason Ekstrandi965/miptree: Stop multiplying cube depth by 6 in HiZ...
2016-07-26 Jason Ekstrandi965/miptree/isl: Stop multiplying depth by 6 for cubes
2016-07-26 Jason Ekstrandi965/blorp/gen8: Stop multiplying depth by 6 for cubes
2016-07-25 Nils Wallméniusmain: memcpy larger chunks in _mesa_propagate_uniforms_...
2016-07-23 Ilia Mirkinglsl: reuse main extension table to appropriately restr...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-23 Kenneth Graunkemesa: Don't call GenerateMipmap if Width or Height...
2016-07-22 Jason Ekstrandi965: Get rid of the do_lower_unnormalized_offsets...
2016-07-22 Jason Ekstrandi965/nir: Enable NIR lowering of txf and rect offsets
2016-07-22 Marek Olšákgallium: add PIPE_FLUSH_DEFERRED
2016-07-22 Timothy Arcerii965: fix varying output setup
2016-07-22 Kenneth Graunkemesa: Add GL_BGRA_EXT to the list of GenerateMipmap...
2016-07-22 Kenneth Graunkei965: Fix "operation operation" in comment.
2016-07-22 Kenneth Graunkei965: Fix shared atomic intrinsics to pay attention...
2016-07-21 Kenneth Graunkei965: Include VUE handles for GS with invocations > 1.
2016-07-21 Timothy Arcerii965: print error messages if gs fails to compile
2016-07-21 Timothy Arcerii965: enable GL4.4 for Gen8+
2016-07-21 Timothy Arcerii965: enable ARB_enhanced_layouts for gen6+
2016-07-21 Timothy Arcerii965/vec4: add packing support for tcs load outputs
2016-07-21 Timothy Arcerii965/vec4: add support for packing tes inputs
2016-07-21 Timothy Arcerii965/vec4: add support for packing tcs outputs
2016-07-21 Timothy Arcerii965/vec4: support packing tcs inputs
2016-07-21 Timothy Arcerii965/vec4: add component packing for gs
2016-07-21 Timothy Arcerii965/vec4: add support for packing vs/gs/tes outputs
2016-07-21 Timothy Arcerii965/vec4: add support for packing inputs
2016-07-21 Timothy Arcerii965: add helper for creating packing writemask
2016-07-21 Timothy Arcerii965: add helpers for creating component layout swizzle
2016-07-20 Timothy Arcerii965: enable ARB_enhanced_layouts for gen8+
2016-07-20 Timothy Arcerii965: add component packing support for load_output...
2016-07-20 Timothy Arcerii965: enable component packing for vs and fs
2016-07-20 Timothy Arcerii965: bring back type_size_vec4_times_4()
2016-07-20 Kenneth Graunkei965: Move VS load_input handling to nir_emit_vs_intrin...
2016-07-20 Kenneth Graunkei965: Delete the FS_OPCODE_INTERPOLATE_AT_CENTROID...
2016-07-20 Kenneth Graunkei965: Rewrite FS input handling to use the new NIR...
2016-07-20 Kenneth Graunkei965: Move load_interpolated_input/barycentric_* intrin...
2016-07-20 Kenneth Graunkei965: Add a pass to demote sample interpolation intrinsics.
2016-07-20 Jason Ekstrandi965: Stop muging cube array lengths by 6
2016-07-20 Jason Ekstrandi965/miptree: Set logical_depth0 == 6 for cube maps
2016-07-20 Jason Ekstrandi965/miptree: Enforce that height == 1 for 1-D array...
2016-07-20 Emil Velikovi965: store reference to the context within struct...
2016-07-20 Emil Velikovmesa: scons: remove left over src/glsl include
2016-07-20 Emil Velikovmesa: scons: list builddir before srcdir
2016-07-20 Emil Velikovmesa: automake: list builddir before srcdir
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-20 Kenneth Graunkei965: Use tex_mocs instead of rb_mocs for GL images.
2016-07-19 Ian Romanickst/mesa: Enable MESA_shader_integer_functions on all...
2016-07-19 Ian Romanicki965: Enable MESA_shader_integer_functions on all GLSL...
2016-07-19 Ian Romanicki965: Don't lower uaddCarry and usubBorrow in both...
2016-07-19 Ian Romanicki965: Update assertion to account for Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_find_lsb on Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_ifind_msb on Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_ufind_msb
2016-07-19 Ian Romanicki965: Always enable GL_ARB_shading_language_packing
2016-07-19 Ian Romanicki965: Move enable of EXT_shader_integer_mix
2016-07-19 Ian RomanickMESA_shader_integer_functions: Boiler plate extension...
2016-07-18 Jason Ekstrandi965: Skip update_texture_surface when the plane doesn...
2016-07-18 Anuj Phogati965/gen9: Enable KHR_texture_compression_astc_sliced_3d
2016-07-18 Anuj Phogatmesa: Add the infrastructure for KHR_texture_compressio...
2016-07-18 Iago Toral Quirogai965/tes/scalar: fix 64-bit indirect input loads
2016-07-18 Iago Toral Quirogai965/tcs/scalar: only update imm_offset for second...
2016-07-18 Kenneth Graunkei965: Move pulls_bary setting to emit_pixel_interpolato...
2016-07-18 Kenneth Graunkei965: Write gl_FragCoord directly to the destination.
2016-07-18 Kenneth Graunkei965: Drop has_pln checks in unlit centroid workaround.
2016-07-18 Kenneth Graunkei965: Drop VARYING_SLOT_FACE special case in barycentri...
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-07-16 Rob Clarkmesa/st: reduce size of state->st bitmask
2016-07-16 Brian Paulmesa: handle numSamples=0 in _mesa_test_proxy_teximage()
2016-07-16 Kenneth Graunkei965: Remove the emit_linterp() helper.
2016-07-16 Kenneth Graunkei965: Reduce the number of fs_reg(brw_reg) calls in...
2016-07-16 Kenneth Graunkei965: Make a barycentric_mode() helper function.
2016-07-16 Kenneth Graunkei965: Rename brw_wm_barycentric_interp_mode to brw_bary...
2016-07-16 Kenneth Graunkei965: Handle default interpolation modes and locations...
2016-07-15 Jason Ekstrandi965/context: Remove some unnecessary vfuncs
2016-07-15 Jason Ekstrandi965: Get rid of gen6_surface_state.c
2016-07-15 Jason Ekstrandi965: Use ISL for emitting buffer surface states
2016-07-15 Jason Ekstrandi965/state: Account for the element size in emit_buffer...
2016-07-15 Jason Ekstrandi965/gen4-6: Use the generic ISL-based path for texture...
2016-07-15 Jason Ekstrandi965/gen6: Use the generic ISL-based path for renderbuf...
2016-07-15 Jason Ekstrandi965/gen7: Use the generic ISL-based path for renderbuf...
2016-07-15 Jason Ekstrandi965/gen7: Use the generic ISL-based path for texture...
2016-07-15 Jason Ekstrandi965/gen8: Use the generic ISL-based path for renderbuf...
2016-07-15 Jason Ekstrandi965/gen8: Use the generic ISL-based path for texture...
2016-07-15 Jason Ekstrandi965/state: Add generic surface update functions based...
2016-07-15 Jason Ekstrandi965/surface_state: Rename brw_update to gen4_update
2016-07-15 Jason Ekstrandi965/state: Use ISL for emitting image surfaces
2016-07-15 Jason Ekstrandi965/blorp: Use a generic ISL path for texture surfaces...
2016-07-15 Jason Ekstrandi965/state: Add a helper for emitting a surface state...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for texture surfac...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for texture surfac...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Add a generic ISL-based surface state emit...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the aux isl_surf...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the ISL clear...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting an isl_surf...
2016-07-15 Jason Ekstrandi965: Add an isl_device to the brw_context
next