i965: Enable regular fast-clears (CCS_D) on gen9+
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm_surface_state.c
2017-07-23 Jason Ekstrandi965: Enable regular fast-clears (CCS_D) on gen9+
2017-07-23 Jason Ekstrandi965/surface_state: Get the aux usage from the miptree...
2017-07-23 Jason Ekstrandi965/surface_state: Take an isl_aux_usage in emit_surfa...
2017-07-21 Topi Pohjolaineni965/miptree: Clean-up unused
2017-07-21 Topi Pohjolaineni965/miptree: Switch remaining surfaces to isl
2017-07-21 Topi Pohjolaineni965/miptree: Drop miptree_array_layout in get_isl_dim_...
2017-07-20 Topi Pohjolaineni965: Prepare tex, img and rt state emission for isl...
2017-07-20 Topi Pohjolaineni965: Refactor miptree to isl converter and adjustment
2017-07-20 Topi Pohjolaineni965/wm: Prepare image surfaces for isl based
2017-07-20 Topi Pohjolaineni965/wm: Fix number of layers in 3D images
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::row_pitch
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::tiling
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::samples
2017-07-18 Topi Pohjolaineni965/wm: Use level offsets directly
2017-07-18 Topi Pohjolaineni965/wm: Use isl for filling tex image parameters
2017-07-18 Topi Pohjolaineni965: Make irb::mt_layer logical instead of physical
2017-07-17 Jason Ekstrandi965/surface_state: Remove the mcs_buf->offset == 0...
2017-07-17 Jason Ekstrandi965/miptree: Replace is_lossless_compressed with mt...
2017-07-14 Kenneth Graunkei965: Push UBO data, but don't use it just yet.
2017-07-13 Kenneth Graunkei965: Add a "write" parameter to intel_bufferobj_buffer.
2017-06-22 Chad Versacei965: Rename some vague format members of brw_context
2017-06-19 Topi Pohjolaineni965/wm: Use stored hiz surface instead of creating...
2017-06-19 Topi Pohjolaineni965/miptree/gen7+: Use isl for hiz layouts
2017-06-19 Topi Pohjolaineni965/miptree: Use isl for mcs layouts
2017-06-19 Topi Pohjolaineni965/miptree: Refactor isl aux usage resolver
2017-06-19 Topi Pohjolaineni965/gen4: Add support for single layer in alignment...
2017-06-09 Anuj Phogati965/cnl: Start using CNL MOCS defines
2017-06-08 Jason Ekstrandi965/surface_state: Images can't handle CCS at all
2017-06-07 Jason Ekstrandi965/miptree: Store fast clear colors in an isl_color_value
2017-06-02 Chad Versacei965: Replace 0 with ISL_FORMAT_UNSUPPORTED in format...
2017-06-01 Jason Ekstrandintel/blorp: Handle gen6 stencil/HiZ offsets in the...
2017-06-01 Chad Versacei965: Fix return type of translate_tex_format()
2017-06-01 Chad Versacei965: Fix return type of brw_isl_format_for_mesa_format...
2017-06-01 Anuj Phogati965: Rename brw_format variable names to isl_format
2017-05-30 Chad Versacei965: Fix type of brw_context::render_target_format[]
2017-05-18 Nanley Cheryi965/formats: Update the three-channel DXT1 mappings
2017-05-11 Timothy Arcerimesa: remove _CurrentFragmentProgram from gl_pipeline_o...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965: Use brw_emit_reloc() instead of drm_bacon_bo_emit...
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-21 Kenneth Graunkei965: Drop AUB_TRACE_* stuff.
2017-03-09 Anuj Phogati965: Rename brw_format_for_mesa_format() to brw_isl_fo...
2017-03-05 Kenneth Graunkei965: Clamp texture buffer size to GL_MAX_TEXTURE_BUFFE...
2017-03-02 Kenneth Graunkei965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
2017-01-18 Ben Widawskyi965: Fix SURFACE_STATE to handle non-zero aux offsets
2017-01-13 Kenneth Graunkei965: Fix textureGather with RG32I/UI on Gen7.
2017-01-06 Timothy Arcerimesa: make _CurrentFragmentProgram a gl_program struct...
2017-01-06 Timothy Arcerii965: pass gl_program to brw_upload_ubo_surfaces()
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...
2016-11-25 Topi Pohjolaineni965: Add plumbing for fast clear layer/level details
2016-11-25 Topi Pohjolaineni965: Refactor lossless compression state tracking
2016-11-18 Timothy Arceriglsl/i965: move per stage AtomicBuffers list to gl_program
2016-11-17 Timothy Arcerii965: get num_abos from shader_info rather than gl_link...
2016-11-17 Timothy Arcerii965: get num_images from shader_info rather than gl_li...
2016-11-16 Ben WidawskyPartial revert "i965: "Fix" aux offsets"
2016-11-16 Ben Widawskyi965: "Fix" aux offsets
2016-11-16 Jason Ekstrandintel/isl: Add some basic info about RENDER_SURFACE_STA...
2016-11-08 Ben Widawskyi965/gen9: Add HiZ auxiliary buffer support
2016-11-08 Ben Widawskyi965: Drop the aux mt when not used
2016-11-08 Jordan Justeni965: Wrap MCS miptree in intel_miptree_aux_buffer
2016-10-26 Timothy Arcerii965: replace brw_fragment_program with brw_program
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-11 Xu,Randyi965: solve cubemap negative x/y/z faces buffer offset...
2016-10-06 Timothy Arcerii965: get outputs read from nir info
2016-10-06 Timothy Arcerii965: get uses texture gather from nir info
2016-10-06 Kenneth Graunkei965: Eliminate brw->cs.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->wm.prog_data pointer.
2016-10-05 Kenneth Graunkei965: Add missing BRW_CS_PROG_DATA to CS work group...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_FS_PROG_DATA to render target...
2016-09-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-09-13 Jason Ekstrandintel/isl: Add an isl_swizzle structure and use it...
2016-09-12 Topi Pohjolaineni965: Add sanity check for non-compressible texture...
2016-09-12 Topi Pohjolaineni965/rbc: Consult rb settings for texture surface setup
2016-09-12 Topi Pohjolaineni965: Track non-compressible sampling of renderbuffers
2016-09-12 Topi Pohjolaineni965: Replace boolean rb surface state setup argument...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-08-26 Jordan Justeni965/gen7: Use R8_UINT stencil copy when sampling the...
2016-08-26 Kenneth Graunkei965: Disable hardware blending if advanced blending...
2016-08-26 Francisco Jerezi965: Upload surface state for non-coherent framebuffer...
2016-08-26 Francisco Jerezi965: Implement support for overriding the texture...
2016-08-26 Francisco Jerezi965: Massage argument list of brw_emit_surface_state().
2016-08-23 Dave Airliei965: report bound buffer size not underlying buffer...
2016-08-23 Dave Airliei965: use new subroutine index uploader.
2016-08-17 Jason Ekstrandi965/blorp: Use the generic surface state path for...
2016-08-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
2016-07-20 Jason Ekstrandi965: Stop muging cube array lengths by 6
2016-07-20 Kenneth Graunkei965: Use tex_mocs instead of rb_mocs for GL images.
2016-07-18 Jason Ekstrandi965: Skip update_texture_surface when the plane doesn...
2016-07-15 Jason Ekstrandi965/context: Remove some unnecessary vfuncs
2016-07-15 Jason Ekstrandi965: Get rid of gen6_surface_state.c
next