summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen7_sampler_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-3/+2
2013-02-14i965/gen7: Set up all samplers even if samplers are sparsely used.Eric Anholt1-1/+1
2012-12-14i965: Add various plumbing for cubemap arraysChris Forbes1-1/+2
2012-08-25i965: Use linker-assigned sampler IDs in instruction encoding.Kenneth Graunke1-10/+17
2012-08-25i965: Add a "sampler state index" parameter to update_sampler_state().Kenneth Graunke1-4/+4
2012-08-25i965: Remove four and a half year old TODO comments about samplers.Kenneth Graunke1-4/+0
2012-04-09i965: Add support for sampling texture buffer objects on gen7+.Eric Anholt1-0/+4
2011-11-10i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke1-7/+7
2011-10-29i965: Move sampler state to emit() time.Eric Anholt1-2/+2
2011-10-19i965: setup address rounding enable bitsYuanhan Liu1-0/+9
2011-08-23i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.Eric Anholt1-0/+7
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt1-1/+2
2011-05-18i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt1-3/+9
2011-05-17i965: Updated fixed-point sizes in Ivybridge SAMPLER_STATE.Kenneth Graunke1-3/+3
2011-05-17i965: Fix SAMPLER_STATE on Ivybridge.Kenneth Graunke1-0/+199