i965/nir/vec4: Implement load_const intrinsic
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_blorp.cpp
2015-06-24 Chris Wilsoni965: Rename intel_emit* to reflect their new location...
2015-04-29 Topi Pohjolaineni965/blorp: Prepare drawing rectangle for flipped coord...
2015-04-29 Topi Pohjolaineni965/blorp: Add support for layered rendering
2015-04-29 Topi Pohjolaineni965/blorp: Allow blend state to be set for multiple...
2015-04-29 Topi Pohjolaineni965/blorp: Prepare for attributes other than render...
2015-04-29 Topi Pohjolaineni965/blorp: Remove unused arguments
2015-04-29 Topi Pohjolaineni965/blorp: Allow caller to provide sampler settings
2015-04-29 Topi Pohjolaineni965/blorp: Refactor vertex buffer state setup
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-09-19 Samuel Iglesias... i965/gen6/gs: Set brw->gs.enabled to FALSE in gen6_blor...
2014-08-16 Jordan Justeni965/gen6: Stencil/hiz needs an offset for LOD > 0
2014-08-16 Jordan Justeni965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER...
2014-08-16 Jordan Justeni965/gen6 blorp depth: calculate base surface width...
2014-08-16 Jordan Justeni965/gen6 depth surface: calculate minimum array elemen...
2014-08-16 Jordan Justeni965/gen6 depth surface: calculate LOD being rendered to
2014-08-16 Jordan Justeni965/gen6 depth surface: calculate depth (array size...
2014-08-16 Jordan Justeni965/gen6 depth surface: calculate more specific surfac...
2014-08-02 Kenneth Graunkei965: Make BLORP use brw_emit_sampler_state().
2014-08-02 Kenneth Graunkei965/blorp: Don't set min_mag_neq bit in Gen6 SAMPLER_S...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
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-02-04 Topi Pohjolaineni965/blorp: do not use unnecessary hw-blending support
2014-01-20 Kenneth Graunkei965: Use the new drm_intel_bo offset64 field.
2014-01-09 Chad Versacei965/gen6/blorp: Remove redundant HiZ workaround
2014-01-09 Chad Versacei965/gen6/blorp: Set need_workaround_flush at top of...
2014-01-09 Chad Versacei965/gen6/blorp: Set need_workaround_flush immediately...
2013-12-20 Chad Versacei965/gen6: Fix HiZ hang in WebGL Google Maps
2013-12-09 Paul Berryi965/blorp: Get rid of redundant num_samples blorp...
2013-12-07 Chris Forbesi965: refactor sample mask calculation
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-07 Eric Anholti965: Avoid flushing the batch for every blorp op.
2013-10-28 Kenneth Graunkei965: Also emit HiZ and Stencil packets when disabling...
2013-10-28 Kenneth Graunkei965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush...
2013-08-30 Eric Anholti965: Directly call intel_batchbuffer_flush() after...
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-16 Kenneth Graunkei965: Add Gen6 depth stall flushes before disabling...
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
2013-07-16 Kenneth Graunkei965: Remove old BSpec reference from BLORP's 3DSTATE_W...
2013-07-16 Kenneth Graunkei965: Update workaround flush comments for Gen6 3DSTATE_VS.
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: Pass brw_context to functions rather than intel_c...
2013-07-03 Kenneth Graunkei965: Replace intel_state.c enums with those from brw_d...
2013-06-12 Paul Berryi965/gen7+: Create an enum for keeping track of fast...
2013-06-10 Kenneth Graunkei965: Don't emit PIPELINE_SELECT from BLORP.
2013-05-20 Kenneth Graunkei965: Disable pixel statistics in BLORP.
2013-05-02 Eric Anholti965: Fix SNB GPU hangs when a blorp batch is the first...
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-30 Eric Anholti965: Don't flush the batch at the end of blorp.
2013-04-10 Chad Versacei965: Change signature of brw_get_depthstencil_tile_masks()
2013-03-05 Eric Anholtintel: Hook up the WARN_ONCE macro to GL_ARB_debug_output.
2013-03-01 Chris Forbesi965: add support for sample mask on Gen6+
2013-03-01 Eric Anholti965: Add WARN_ONCE for depthstencil workarounds we...
2013-02-06 Kenneth Graunkei965/blorp: Support overriding destination alpha to...
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2012-10-16 Eric Anholti965: Share the draw x/y offset masking code between...
2012-09-21 Paul Berryi965/blorp: Fix narrowing warnings.
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-09-12 Paul Berryi965/blorp: Account for offsets when emitting SURFACE_S...
2012-09-12 Paul Berryi965/blorp: store x and y offsets in brw_blorp_mip_info.
2012-09-12 Paul Berryi965/blorp: store surface width/height in brw_blorp_mip...
2012-09-12 Paul Berryi965/blorp: Clarify why width/height must be adjusted...
2012-08-01 Paul Berryi965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPL...
2012-07-26 Paul Berryi965/msaa: Remove TODO comments that are no longer...
2012-06-26 Paul Berryi965/msaa: Implement glSampleCoverage.
2012-06-07 Paul Berryi965/blorp: Refactor surface format determination.
2012-05-25 Paul Berryi965/blorp: Set the dynamic state upper bound.
2012-05-25 Paul Berryi965/blorp: Factor gen6_blorp_emit_batch_head into...
2012-05-25 Paul Berryi965/blorp: Use MSDISPMODE_PERSAMPLE rendering when...
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-23 Eric Anholti965/gen6: Add CC viewport state setup to blorp code.
2012-05-23 Eric Anholti965: Drop a layer of indirection in doing HiZ resolves.
2012-05-22 Paul Berryi965: Completely annotate the batch bo when aub dumping.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-15 Paul Berryi965: split gen{6,7}_blorp_exec functions into manageab...
2012-05-15 Paul Berryi965: Parameterize HiZ code to prepare for adding blitting.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryi965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
2012-05-10 Paul Berryi965/hiz: Convert gen{6,7}_hiz.c to C++