i965: Delete gen7_upload_sampler_state_table and vtable mechanism.
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_sampler_state.c
2014-08-02 Kenneth Graunkei965: Delete gen7_upload_sampler_state_table and vtable...
2014-08-02 Kenneth Graunkei965: Make brw_upload_sampler_state_table handle Gen7...
2014-08-02 Kenneth Graunkei965: Drop unused 'ss_index' parameter from gen7_update...
2014-08-02 Kenneth Graunkei965: Stop storing sdc_offset in brw_stage_state.
2014-06-26 Greg Hunti965: Remove unneeded VS workaround stalls on Baytrail.
2014-06-05 Kenneth Graunkei965: Pass brw to translate_wrap_mode().
2014-05-03 Eric Anholti965/gen7+: Move sampler state packets to the stage...
2014-05-03 Eric Anholti965: Simplify sampler setup by passing the stage state.
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-03-18 Ian Romanicki965: Enable EWA anisotropic filtering algorithm
2013-09-30 Eric Anholti965: Totally switch around how we handle nonzero basel...
2013-09-08 Ian Romanicki965: Enable AMD_seamless_cubemap_per_texture
2013-08-30 Eric Anholti965/gen7: Use the base_level field of the sampler...
2013-08-19 Kenneth Graunkei965: Make sampler counts available for the entire...
2013-08-19 Kenneth Graunkei965: Upload separate VS and FS sampler state tables.
2013-08-19 Kenneth Graunkei965: Make upload_sampler_state_table a virtual function.
2013-08-19 Kenneth Graunkei965: Upload separate per-stage sampler state tables.
2013-08-19 Kenneth Graunkei965: Un-hardcode border color table from update_sample...
2013-08-19 Kenneth Graunkei965: Un-hardcode border color table from upload_defaul...
2013-08-19 Kenneth Graunkei965: Split sampler count variable to be per-stage.
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-02-14 Eric Anholti965/gen7: Set up all samplers even if samplers are...
2012-12-14 Chris Forbesi965: Add various plumbing for cubemap arrays
2012-08-25 Kenneth Graunkei965: Use linker-assigned sampler IDs in instruction...
2012-08-25 Kenneth Graunkei965: Add a "sampler state index" parameter to update_s...
2012-08-25 Kenneth Graunkei965: Remove four and a half year old TODO comments...
2012-04-09 Eric Anholti965: Add support for sampling texture buffer objects...
2011-11-11 Kenneth Graunkei965: Move and rename "wm sampler" fields to just ...
2011-10-29 Eric Anholti965: Move sampler state to emit() time.
2011-10-19 Yuanhan Liui965: setup address rounding enable bits
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Eric Anholti965/gen6+: Use non-normalized coordinates for GL_TEXTU...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Eric Anholti965: Add a type argument to brw_state_batch().
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
2011-05-18 Kenneth Graunkei965: Updated fixed-point sizes in Ivybridge SAMPLER_STATE.
2011-05-18 Kenneth Graunkei965: Fix SAMPLER_STATE on Ivybridge.