i965/nir/vec4: Implement load_const intrinsic
[mesa.git] / src / mesa / drivers / dri / i965 / brw_misc_state.c
2015-07-29 Matt Turneri965: Use float calculations when double is unnecessary.
2015-06-24 Chris Wilsoni965: Rename intel_emit* to reflect their new location...
2015-06-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-05-02 Jordan Justeni965/state: Emit pipeline select when changing pipelines
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-03-10 Jordan Justeni965/hiz: Start to separate miptree out from hiz buffers
2015-02-17 Kenneth Graunkei965: Do Sandybridge workaround flushes before each...
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: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_S...
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-11-13 Ben Widawskyi965: Always enable VF statistics
2014-11-03 Kenneth Graunkei965/skl: Set mask bits in PIPELINE_SELECT on Skylake.
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-08-16 Jordan Justeni965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER...
2014-05-12 Eric Anholti965: Move has_hiz from the slice to the level.
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-05-01 Eric Anholti965: Move intel_region_get_aligned_offset() to be...
2014-05-01 Eric Anholti965: Move intel_region_get_tile_masks() to be a miptre...
2014-05-01 Kenneth Graunkei965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STAT...
2014-03-06 Eric Anholti965: Fix render-to-texture in non-FinishRenderTexture...
2014-02-19 Kenneth Graunkei965: Pull format conversion logic out of brw_depthbuff...
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-19 Kenneth Graunkei965: Update invariant state for Broadwell.
2014-01-17 Kenneth Graunkei965: Remove CACHED_BATCH support altogether.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-07 Kenneth Graunkei965: Use has_surface_tile_offset in depth/stencil...
2013-10-28 Kenneth Graunkei965: Emit post-sync non-zero flush before 3DSTATE_DRAW...
2013-10-13 Kenneth Graunkei965: Remove has_aa_line_parameters.
2013-09-19 Kenneth Graunkei965: Move binding table code to a new file, brw_bindin...
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-09-01 Paul Berryi965: Move data from brw->vs into a base class if gs...
2013-09-01 Paul Berryi965: rename legacy gs structs and functions to ff_gs.
2013-08-21 Ville Syrjäläi965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
2013-08-21 Ville Syrjäläi965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)
2013-08-04 Jordan Justengen7 depth surface: program 3DSTATE_DEPTH_BUFFER to...
2013-08-04 Jordan Justeni965: init global state first in brw_workaround_depthst...
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::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move must_use/has_separate_stencil fields to...
2013-07-09 Kenneth Graunkei965: Shorten context base class dereference chains.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch 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-29 Matt Turneri965: NULL check depth_mt to quiet static analysis.
2013-06-10 Kenneth Graunkei965: Emit invariant state once at startup on Gen6+.
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely.
2013-04-24 Chia-I Wui965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-10 Chad Versacei965: Remove brw_context::depthstencil::hiz_mt
2013-04-10 Chad Versaceintel: Replace checks for hiz_mt with intel_has*hiz()
2013-04-10 Chad Versacei965: Change signature of brw_get_depthstencil_tile_masks()
2013-04-02 Paul Berryi965: Reduce code duplication in handling of depth...
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2012-12-22 Eric Anholti965: Add perf debug for depth/stencil alignment workar...
2012-11-28 Eric Anholti965/gen4-5: Fix segfaults with stencil-only depth...
2012-11-19 Eric Anholti965: Use the separate stencil buffer's offsets for...
2012-11-19 Eric Anholti965: Move all the depth/stencil/hiz offset logic into...
2012-11-19 Eric Anholti965: When rebasing depth or stencil, update x/y before...
2012-11-01 Eric Anholti965/gen4: Fix assertion failures in depthstencil pigli...
2012-10-16 Eric Anholti965: Fix rendering to small mipmaps of depth/stencil...
2012-10-16 Eric Anholti965: Share the draw x/y offset masking code between...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_a...
2012-09-12 Paul Berryintel: Add map_stencil_as_y_tiled to intel_region_get_t...
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-07 Paul Berryi965/Gen6: Work around GPU hangs due to misaligned...
2012-05-07 Paul Berryi965: Fix mipmap offsets for HiZ and separate stencil...
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-04-10 Paul Berryi965: Stop lying about cpp and height of a stencil...
2012-02-29 Kenneth Graunkei965: Fix Gen6+ dynamic state upper bound on older...
2012-02-21 Eric Anholti965: Rename the original binding table to mention...
2012-02-21 Eric Anholti965: Split the gen6 GS binding table to a separate...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2012-02-11 Kenneth Graunkei965: Fix border color on Ironlake.
2012-01-24 Brian Paulintel: derive intel_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulintel: use intel_rb_format() to get renderbuffer format
2012-01-23 Kenneth Graunkei965: Fix border color on Sandybridge and Ivybridge.
2012-01-18 Chad Versacei965/gen5: Fix rendering of depth buffers without stenc...
2012-01-12 Eric Anholti965/gen7: Fix depth buffer rendering to tile offsets.
2012-01-11 Eric Anholti965: Fix compiler warnings from hiz changes.
2012-01-10 Chad Versacei965: Replace references to stencil region size with...
2012-01-08 Kenneth Graunkei965: Correct misspellings of "invariant".
2011-12-23 Kenneth Graunkei965: Don't use BRW_DEPTHFORMAT_D24_UNORM_X8_UINT on...
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-12-19 Eric Anholti965: Add support for GL_ARB_depth_buffer_float under...
2011-12-19 Eric Anholti965: Add separate stencil/HiZ setup for MESA_FORMAT_Z3...
2011-12-19 Eric Anholtintel: Stop creating the wrapped stencil irb.
2011-12-07 Kenneth Graunkei965: Return BRW_DEPTHBUFFER_D32_FLOAT as the null...
2011-11-30 Eric Anholti965: Base HW depth format setup based on MESA_FORMAT...
2011-11-23 Chad Versacei965/gen6: Fix GPU hang when using stencil buffer witho...
next