i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm_surface_state.c
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...
2013-03-20 Kenneth Graunkei965: Don't use texture swizzling to force alpha to...
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-03-14 Kenneth Graunkei965: Specialize SURFACE_STATE creation for shader...
2013-03-05 Eric Anholtintel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.
2013-03-01 Chris Forbesi965: Support multisampling in surface_state for textures
2013-03-01 Chris Forbesi965: add support for multisample textures
2013-02-13 Eric Anholti965/gen4: Work around missing sRGB RGB DXT1 support.
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2013-02-04 Eric Anholti965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a...
2013-02-01 Abdiel Janulguei965: Account for offsets when updating SURFACE_STATE.
2013-01-25 Kenneth Graunkei965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for...
2013-01-24 Carl Worthi965: Use swizzles to force R, G, and B to 0.0 for...
2013-01-24 Carl Worthi965: Use swizzles to force alpha to 1.0 for RED, RG...
2013-01-18 Eric Anholti965: Add support for MESA_FORMAT_RGB_FLOAT32 surfaces.
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2012-12-28 Eric Anholti965: Consistently use nr_pull_params instead of NumPar...
2012-12-14 Chris Forbesi965: Add various plumbing for cubemap arrays
2012-12-08 Anuj Phogatintel: Enable ETC2 support on intel hardware
next