i965/blorp: Get rid of brw_blorp_surface_info::map_stencil_as_y_tiled
[mesa.git] / src / mesa / drivers /
2016-08-17 Jason Ekstrandi965/blorp: Get rid of brw_blorp_surface_info::map_sten...
2016-08-17 Jason Ekstrandi965/blorp: Remove compute_tile_offsets
2016-08-17 Jason Ekstrandi965/blorp: Create the isl_surf up-front
2016-08-17 Jason Ekstrandi965/blorp/clear: Initialize surface info after allocat...
2016-08-17 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-08-16 Francisco Jerezi965/fs: Estimate maximum sampler message execution...
2016-08-16 Francisco Jerezi965/fs: Return zero from fs_inst::components_read...
2016-08-16 Francisco Jerezi965/fs: Lower TEX to TXL during NIR translation.
2016-08-12 Anuj Phogati965: Change 8X MSAA sample mapping
2016-08-12 Anuj Phogati965: Change 8x multisample positions
2016-08-10 Jason Ekstrandi965/vec4: Make opt_vector_float reset at the top of...
2016-08-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
2016-08-08 Kenneth Graunkemeta: Make Meta's BlitFramebuffer() follow the GL 4...
2016-08-08 Kenneth Graunkei965: Make BLORP's BlitFramebuffer follow the GL 4...
2016-08-08 Kenneth Graunkei965: Make BLORP do sRGB encode/decode on ES 2 as well.
2016-08-08 Kenneth Graunkei965: Drop the "do resolves in sRGB" hack.
2016-08-08 Kenneth Graunkei965: Bail on the BLT path if BlitFramebuffer requires...
2016-08-05 Kenneth Graunkei965: Rework the unlit centroid workaround.
2016-08-04 Kenneth Graunkei965: Use a separate register for every access to an...
2016-08-03 Haixia Shii965: use mt->offset in intel_miptree_map_movntdqa()
2016-08-02 Matt Turneri965: Disable the unlit centroid workaround on Gen7.
2016-08-01 Matt Turneri915: Avoid aliasing violation.
2016-08-01 Timothy Arcerii965: fix comparison warning
2016-07-29 Kenneth Graunkei965: Fix move_interpolation_to_top() pass.
2016-07-28 Timothy Arcerii965: remove unnecessary null check
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-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 Timothy Arcerii965: fix varying output setup
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 Kenneth Graunkei965: Use tex_mocs instead of rb_mocs for GL images.
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-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 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 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...
next