i965/gen8: Factor out texture surface state set-up from gen8_update_texture_surface().
[mesa.git] / src / mesa / drivers / dri / i965 / gen8_surface_state.c
2015-04-27 Francisco Jerezi965/gen8: Factor out texture surface state set-up...
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-04-08 Zhenyu Wangi965: Fix depth field setting in surface state for...
2015-04-06 Iago Toral Quirogai965: Make sure we always mark array surfaces as such
2015-03-02 Francisco Jerezi965: Remove the create_raw_surface vtbl hook.
2015-02-10 Francisco Jerezi965: Generalize the update_null_renderbuffer_surface...
2015-01-31 Francisco Jerezi965: Enable L3 caching of buffer surfaces.
2015-01-28 Jason Ekstrandi965/gen8: Include the buffer offset when emitting...
2015-01-22 Jason Ekstrandi965: Apply the miptree offset to surface state for...
2015-01-05 Kenneth Graunkei965: Micro-optimize swizzle_to_scs() and make it inlin...
2014-11-03 Kristian Høgsbergi965/skl: Use new MOCS for SKL
2014-11-03 Kenneth Graunkei965/skl: Allocate 16 DWords for SURFACE_STATE on Skylake.
2014-11-03 Kenneth Graunkei965/skl: Refactor surface state allocation.
2014-10-09 Kenneth Graunkei965: Use BDW_MOCS_PTE for renderbuffers.
2014-07-02 Eric Anholti965: Add a comment about null renderbuffer surfaces...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-06-26 Kenneth Graunkei965: Hook up the MCS buffers in SURFACE_STATE on Broad...
2014-06-26 Kenneth Graunkei965: Add plumbing for Broadwell's auxiliary surface...
2014-06-12 Neil Robertsi965: Set the fast clear color value for texture surfaces
2014-05-15 Topi Pohjolaineni965/gen8: Surface state overriding for stencil
2014-05-13 Jordan Justeni965/gen8 renderbuffer: Set depth size based on LOD0...
2014-05-12 Topi Pohjolaineni965/gen8: Use helper variables for surface parameters
2014-05-10 Kenneth GraunkeRevert "i965: Fix depth (array slices) computation...
2014-05-08 Chris Forbesi965/Gen8: Set up layer constraints properly for render...
2014-05-08 Kenneth Graunkei965: Fix depth (array slices) computation for 1D_ARRAY...
2014-05-08 Kenneth Graunkei965: Enable GL_ARB_texture_view on Broadwell.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-05-01 Kenneth Graunkei965: Implement the create_raw_surface() hook on Broadwell.
2014-03-25 Kenneth Graunkei965: Set Broadwell MOCS values everywhere it's possible.
2014-03-05 Kenneth Graunkei965: Implement ARB_stencil_texturing on Gen8+.
2014-02-19 Kenneth Graunkei965: Use gen7_surface_msaa_bits in Broadwell SURFACE_S...
2014-02-01 Kenneth Graunkei965: Rework SURFACE_STATE entries for Broadwell.