Revert "i965/wm: use proper API buffer size for the surfaces."
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm_surface_state.c
2016-01-05 Ilia MirkinRevert "i965/wm: use proper API buffer size for the...
2016-01-04 Samuel Iglesias... i965/wm: use proper API buffer size for the surfaces.
2015-12-23 Kenneth Graunkei965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM...
2015-12-11 Kenneth Graunkei965: Add tessellation shader surface support.
2015-12-08 Jason Ekstrandi965/state: Get rid of dword_pitch arguments to buffer...
2015-12-08 Jason Ekstrandi965/vec4: Use a stride of 1 and byte offsets for UBOs
2015-12-08 Jason Ekstrandi965/fs: Use a stride of 1 and byte offsets for UBOs
2015-12-03 Tapani Pällii965: use _Shader to get fragment program when updating...
2015-11-25 Iago Toral Quirogai965: remove trailing spaces in various files
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-10-26 Timothy Arceriglsl: keep track of intra-stage indices for atomics
2015-10-19 Iago Toral Quirogai965: Do not use NumBufferInterfaceBlocks
2015-10-14 Iago Toral Quirogai965: Adapt SSBOs to work with their own separate index...
2015-10-14 Iago Toral Quirogamesa: Rename {Num}UniformBlocks to {Num}BufferInterface...
2015-10-09 Francisco Jerezi965: Use _mesa_is_image_unit_valid() instead of gl_ima...
2015-09-30 Chad Versacei965/miptree: Rename align_w,align_h -> halign,valign
2015-09-30 Jordan Justeni965/cs: Upload UBO/SSBO surfaces
2015-09-29 Jordan Justeni965/cs: Setup surface binding for gl_NumWorkGroups
2015-09-25 Samuel Iglesias... i965/wm: surfaces should have the API buffer size,...
2015-09-25 Samuel Iglesias... i965/wm: emit null buffer surfaces when null buffers...
2015-09-25 Iago Toral Quirogai965: Upload Shader Storage Buffer Object surfaces
2015-09-10 Jordan Justeni965: Support CS in update_stage_texture_surfaces
2015-08-20 Francisco Jerezmesa: Don't lose track of the shader image layer origin...
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-11 Francisco Jerezi965: Hook up image state upload.
2015-08-11 Francisco Jerezi965: Define and initialize image parameter structure.
2015-08-11 Francisco Jerezi965: Implement surface state set-up for shader images.
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...
next