aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_sampler_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove unneeded VS workaround stalls on Baytrail.Greg Hunt2014-06-261-1/+1
* i965: Pass brw to translate_wrap_mode().Kenneth Graunke2014-06-051-3/+3
* i965/gen7+: Move sampler state packets to the stage sampler state table update.Eric Anholt2014-05-021-1/+14
* i965: Simplify sampler setup by passing the stage state.Eric Anholt2014-05-021-5/+4
* mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt2014-04-301-1/+1
* i965: Enable EWA anisotropic filtering algorithmIan Romanick2014-03-181-0/+1
* i965: Totally switch around how we handle nonzero baselevel-first_level.Eric Anholt2013-09-301-8/+3
* i965: Enable AMD_seamless_cubemap_per_textureIan Romanick2013-09-081-1/+1
* i965/gen7: Use the base_level field of the sampler to handle GL's BASE_LEVEL.Eric Anholt2013-08-301-10/+9
* i965: Make sampler counts available for the entire drawing operation.Kenneth Graunke2013-08-191-7/+5
* i965: Upload separate VS and FS sampler state tables.Kenneth Graunke2013-08-191-8/+4
* i965: Make upload_sampler_state_table a virtual function.Kenneth Graunke2013-08-191-22/+3
* i965: Upload separate per-stage sampler state tables.Kenneth Graunke2013-08-191-9/+24
* i965: Un-hardcode border color table from update_sampler_state().Kenneth Graunke2013-08-191-4/+6
* i965: Un-hardcode border color table from upload_default_color.Kenneth Graunke2013-08-191-1/+1
* i965: Split sampler count variable to be per-stage.Kenneth Graunke2013-08-191-5/+7
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-3/+2
* i965/gen7: Set up all samplers even if samplers are sparsely used.Eric Anholt2013-02-141-1/+1
* i965: Add various plumbing for cubemap arraysChris Forbes2012-12-141-1/+2
* i965: Use linker-assigned sampler IDs in instruction encoding.Kenneth Graunke2012-08-251-10/+17
* i965: Add a "sampler state index" parameter to update_sampler_state().Kenneth Graunke2012-08-251-4/+4
* i965: Remove four and a half year old TODO comments about samplers.Kenneth Graunke2012-08-251-4/+0
* i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt2012-04-091-0/+4
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-101-7/+7
* i965: Move sampler state to emit() time.Eric Anholt2011-10-291-2/+2
* i965: setup address rounding enable bitsYuanhan Liu2011-10-191-0/+9
* i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.Eric Anholt2011-08-231-0/+7
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-1/+2
* i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt2011-05-181-3/+9
* i965: Updated fixed-point sizes in Ivybridge SAMPLER_STATE.Kenneth Graunke2011-05-171-3/+3
* i965: Fix SAMPLER_STATE on Ivybridge.Kenneth Graunke2011-05-171-0/+199