i964/blorp: Set up most aux surfaces up-front
[mesa.git] / src / mesa / drivers /
2016-08-17 Jason Ekstrandi964/blorp: Set up most aux surfaces up-front
2016-08-17 Jason Ekstrandi965/blorp: Stop using the miptree in state setup for...
2016-08-17 Jason Ekstrandi965/blorp/blit: Move format work-arounds before surfac...
2016-08-17 Jason Ekstrandi965/miptree: Add real support for HiZ
2016-08-17 Jason Ekstrandi965/miptree: Use the isl helpers for creating aux...
2016-08-17 Jason Ekstrandi965/miptree: Use mcs_mt->qpitch for aux surfaces
2016-08-17 Jason Ekstrandi965/miptree: Allow get_aux_isl_surf when there is...
2016-08-17 Jason Ekstrandi965/miptree: Support depth in get_isl_clear_color
2016-08-17 Jason Ekstrandi965/blorp: Remove unused fields from blorp_surface_info
2016-08-17 Jason Ekstrandi965/blorp: Simplify depth buffer state setup a bit
2016-08-17 Jason Ekstrandi965/blorp: Use the generic surface state path for...
2016-08-17 Jason Ekstrandi965/blorp: Only do offset hacks for fake W-tiling...
2016-08-17 Jason Ekstrandi965/blorp: Add a z_offset field to blorp_surface_info
2016-08-17 Jason Ekstrandi965/blorp: Pass the Z component into all texture opera...
2016-08-17 Jason Ekstrandi965/blorp: Rework hiz rect alignment calculations
2016-08-17 Jason Ekstrandi965/blorp: Map 1-D render targets with DIM_LAYOUT_GEN4...
2016-08-17 Jason Ekstrandi965/miptree: Fill out the isl_surf::usage field
2016-08-17 Jason Ekstrandi965/blorp: Use the isl_view from the blorp_surface_info
2016-08-17 Jason Ekstrandi965/blorp: Get rid of brw_blorp_surface_info::width...
2016-08-17 Jason Ekstrandi965/blorp: Move surface offset calculations into a...
2016-08-17 Jason Ekstrandi965/blorp: Use ISL to compute image offsets
2016-08-17 Jason Ekstrandi965/blorp: Add an isl_view to blorp_surface_info
2016-08-17 Jason Ekstrandi965/blorp: Move intratile offset calculations out...
2016-08-17 Jason Ekstrandi965/blorp: Refactor interleaved multisample destinatio...
2016-08-17 Jason Ekstrandi965/blorp: Get rid of brw_blorp_surface_info::array_layout
2016-08-17 Jason Ekstrandi965/blorp: Use isl_msaa_layout instead of intel_msaa_l...
2016-08-17 Jason Ekstrandi965/blorp: Use the ISL aux_layout for deciding whether...
2016-08-17 Jason Ekstrandi965/blorp: Get rid of brw_blorp_surface_info::num_samples
2016-08-17 Jason Ekstrandi965/blorp: Make sample count asserts a bit more lazy
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
next