i965: "Fix" aux offsets
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm_surface_state.c
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-05-02 Jordan Justeni965: Upload atomic buffer state for compute shaders
2015-04-29 Topi Pohjolaineni965: Expose and refactor brw_update_renderbuffer_surfa...
2015-04-29 Topi Pohjolaineni965: Refactor rb surface setup to allow caller to...
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-03-02 Francisco Jerezi965: Remove the create_raw_surface vtbl hook.
2015-02-27 Kenneth Graunkei965: Fix I/L/LA SNORM formats.
2015-02-10 Francisco Jerezi965: Generalize the update_null_renderbuffer_surface...
2015-02-09 Kenneth Graunkei965: Override swizzles for integer luminance formats.
2015-01-31 Francisco Jerezi965: Enable L3 caching of buffer surfaces.
2015-01-22 Jason Ekstrandi965: Apply the miptree offset to surface state for...
2014-12-24 Kenneth Graunkei965: Add missing BRW_NEW_*_PROG_DATA to texture/render...
2014-12-10 Kristian Høgsbergi965: Add new SIMD8 VS prog data flag
2014-12-03 Kenneth Graunkei965: Delete brw_state_flags::cache and related code.
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-10-16 Chris Forbesi965: Correctly use ABO count to trigger flagging of...
2014-10-16 Chris Forbesi965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER
2014-10-16 Chris Forbesi965: Add new dirty flag for new TexBOs.
2014-10-01 Chris Forbesi965: Fix typo in comment
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-07-07 Matt Turneri965: Fix warnings introduced in commit e24ef5ab.
2014-07-02 Eric Anholti965: Add a comment about null renderbuffer surfaces...
2014-07-02 Eric Anholti965: Merge VS/GS and WM pull constant buffer upload...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-06-23 Kenneth Graunkei965: Don't emit SURFACE_STATEs for gather workarounds...
2014-05-15 Topi Pohjolaineni965/wm: Surface state overrides for configuring w...
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-03-26 Eric Anholti965: Use intel_upload_space() for pull constant uploads.
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-03-05 Topi Pohjolaineni965/wm: Use resolved miptree consistently in surface...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-07 Chris Forbesi965: Add surface format overrides for Gen6 gather
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-20 Kenneth Graunkei965: Use the new drm_intel_bo offset64 field.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-10 Paul Berryi965: Fix clears of layered framebuffers with mismatche...
2014-01-08 Paul Berrymesa: Use gl_shader::Stage instead of gl_shader::Type...
2013-12-30 Kenneth Graunkei965: Remove unused depth_mode parameter from translate...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-22 Paul Berrymesa: Track number of layers in layered framebuffers.
2013-11-12 Eric Anholti965: Fix undefined value usage in ABO setup.
2013-11-06 Kenneth Graunkei965: Combine {brw,gen7}_update_texture_buffer_surface...
2013-11-06 Kenneth Graunkei965: Unvirtualize brw_create_constant_surface; delete...
2013-11-06 Kenneth Graunkei965: Use the new emit_buffer_surface_state() vtable...
2013-11-06 Kenneth Graunkei965: Virtualize emit_buffer_surface_state().
2013-10-29 Francisco Jerezi965: Implement ABO surface state emission.
2013-10-23 Eric Anholti965: Try to avoid stalls on the GPU when doing glBuffe...
2013-10-23 Eric Anholti965: Add support for GL_ARB_texture_buffer_range.
2013-10-23 Eric Anholti965: Fix texture buffer rendering after a whole buffer...
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-02 Chris Forbesi965: Emit a second set of SURFACE_STATE for gather4...
2013-09-30 Eric Anholti965: Totally switch around how we handle nonzero basel...
2013-09-30 Eric Anholti965: Always look up from the object's mt when setting...
2013-09-19 Kenneth Graunkei965: Refactor Gen4-6 SURFACE_STATE setup for buffer...
2013-09-19 Kenneth Graunkei965: Fix off by one errors in texture buffer size...
2013-09-19 Kenneth Graunkei965: Move binding table code to a new file, brw_bindin...
2013-09-19 Kenneth Graunkei965: Use brw_upload_binding_table() for the pixel...
2013-09-17 Kenneth Graunkei965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffe...
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-09-01 Paul Berryi965/gs: add geometry shader support to brw_texture_sur...
2013-09-01 Paul Berryi965/gs: generalize brw_texture_surfaces in preparation...
2013-09-01 Paul Berryi965: Modify signature to update_texture_surface functions.
2013-09-01 Paul Berryi965: Move data from brw->vs into a base class if gs...
2013-09-01 Paul Berryi965/gs: Update defines related to GS surface organization.
2013-08-30 Eric Anholti965: Switch gen4-6 to using the sampler's base level...
2013-08-19 Kenneth Graunkei965/fs: Make the FS binding table as small as possible.
2013-08-19 Kenneth Graunkei965: Use SURF_INDEX_DRAW() for drawbuffer binding...
2013-07-16 Kenneth Graunkei965: Cite the 965 PRM for "the data cache is the sampl...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::vtbl to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-28 Kenneth Graunkei965: Split surface format code into a new file (brw_su...
2013-06-26 Eric Anholti965: Stop recomputing the miptree's size from the...
2013-06-26 Eric Anholti965: Drop unused argument to translate_tex_format().
2013-06-12 Paul Berryi965/gen7+: Create an enum for keeping track of fast...
2013-06-03 Jordan Justenintel: add layered parameter to update_renderbuffer_surface
2013-05-28 Eric Anholtintel: Rename intel_renderbuffer_tile_offsets.
2013-05-28 Eric Anholtintel: Make intel_miptree_get_tile_offsets return a...
2013-05-17 Eric Anholtmesa: Track the TexImage being rendered to in the gl_re...
2013-05-15 Eric Anholti965: Fill in brw_format_for_mesa_format for some non...
2013-05-15 Eric Anholti965: Use native RGB_FLOAT16 support when available.
2013-05-15 Eric Anholti965: Use the Mesa surface formats for float RGB surfaces.
2013-05-15 Eric Anholti965: Use the new XRGB UNORM formats.
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-05-08 Eric Anholti965: Sync brw_format_for_mesa_format() table with...
2013-05-08 Eric Anholti965: Update the surface formats table from the current...
2013-04-30 Eric Anholtmesa: Make a Mesa core function for sRGB render encodin...
2013-04-29 Eric Anholti965: Disable Z16 on contexts that don't require it.
2013-04-01 Eric Anholti965: Make the fragment shader pull constants index...
2013-04-01 Eric Anholti965: Make the constant surface interface take a normal...
next