i965: Fix barrier count shift in scalar TCS backend.
[mesa.git] / src / mesa / drivers /
2016-08-18 Kenneth Graunkei965: Fix barrier count shift in scalar TCS backend.
2016-08-18 Kenneth Graunkei965: Fix execution size of scalar TCS barrier setup...
2016-08-18 Kenneth Graunkei965: Implement the WaPreventHSTessLevelsInterference...
2016-08-17 Jason Ekstrandi965/blorp: Use nir_alu_type for the texture data type
2016-08-17 Jason Ekstrandi965: brw_blorp_blit.cpp -> blorp_blit.c
2016-08-17 Jason Ekstrandi965: brw_blorp_clear.cpp -> blorp_clear.c
2016-08-17 Jason Ekstrandi965: Split brw_blorp.c/h into multiple files
2016-08-17 Jason Ekstrandi965/blorp: Factor the guts of blorp_hiz_exec into...
2016-08-17 Jason Ekstrandi965/blorp: Break the guts of do_single_blorp_clear...
2016-08-17 Jason Ekstrandi965/meta_util: Convert get_fast_clear_rect to take...
2016-08-17 Jason Ekstrandi965/blorp/clear: Move isl_surf setup higher in the...
2016-08-17 Jason Ekstrandi965/blorp: Refactor fast-clear logic a bit
2016-08-17 Jason Ekstrandi965/blorp/clear: Stop stomping the destination format
2016-08-17 Jason Ekstrandi965/meta_util: Only modify the input parameters in...
2016-08-17 Jason Ekstrandi965/blorp: Stop calling brw_meta_get_buffer_rect
2016-08-17 Jason Ekstrandi965/blorp: Pull the guts of resolve_color into a miptr...
2016-08-17 Jason Ekstrandi965/meta_util: Convert get_resolve_rect to use ISL
2016-08-17 Jason Ekstrandi965/blorp: Make the guts of brw_blorp_blit_miptrees...
2016-08-17 Jason Ekstrandi965/blorp: Add a new brw_blorp_surf intermediate struct
2016-08-17 Jason Ekstrandi965/blorp: Use the isl_surf for more params setup
2016-08-17 Jason Ekstrandi965/blorp: Do gen6 stencil offsets up-front
2016-08-17 Jason Ekstrandi965/blorp: Set up HiZ surfaces up-front
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...
next