summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-5/+3
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-4/+4
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-3/+3
2012-12-26i965: Fix border color handling for deprecated SNORM formats.Eric Anholt1-2/+29
2012-12-14i965: Add various plumbing for cubemap arraysChris Forbes1-1/+2
2012-11-04i965: Force border color A to 1 when it's not present in the GL format.Eric Anholt1-0/+7
2012-09-12i965: Fix out-of-order sampler unit usage in ARB fragment programs.Kenneth Graunke1-1/+4
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-9/+10
2012-08-25i965: Remove four and a half year old TODO comments about samplers.Kenneth Graunke1-4/+0
2012-06-02i965: Implement texture buffer objects on Gen6.Kenneth Graunke1-0/+4
2011-11-10i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke1-11/+11
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-3/+6
2011-05-18i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt1-12/+26
2011-05-17i965: Ivybridge uses the Gen4 SAMPLER_BORDER_COLOR_STATE.Kenneth Graunke1-1/+4
2011-05-17i965: Mark some brw_wm_sampler_state.c helper functions as non-static.Kenneth Graunke1-2/+3
2011-04-29i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt1-10/+14
2011-04-29i965: Move sampler state to state streaming.Eric Anholt1-199/+115
2011-04-23i965: Fill in the remaining fields of gen5+ sampler default color.Eric Anholt1-4/+14
2011-04-23intel: Add support for ARB_sampler_objects.Eric Anholt1-17/+18
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-17/+17
2011-01-10Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt1-3/+8
2011-01-05intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt1-8/+3
2011-01-05intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt1-2/+1
2010-12-09i965: Set up the correct texture border color state struct for Ironlake.Eric Anholt1-5/+36
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-09-28i965: Fix sampler on sandybridgeZhenyu Wang1-2/+9
2010-06-11i965: GC the last two arguments to brw_cache_data.Eric Anholt1-1/+1
2010-06-08intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt1-6/+5
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-4/+4
2010-04-27Fill the padding between entrys in the sampler keyPierre Willenbrock1-1/+7
2010-03-05i965: Only use the effective subset of the WM sampler key.Eric Anholt1-4/+9
2010-03-05i965: Remove the unused SDC BO pointer from the sampler state key.Eric Anholt1-1/+0
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-1/+1
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt1-2/+1
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-5/+5
2009-11-06i965: Always pass the size argument to brw_cache_data.Eric Anholt1-2/+2
2009-10-29i915: Implement min/max LOD clamping with the hardware.Eric Anholt1-13/+0
2009-10-29i965: Replace a MIN(MAX()) with CLAMP().Eric Anholt1-2/+2
2009-08-14i965: Add support for GL_ARB_seamless_cube_mapIan Romanick1-17/+27
2009-05-14i965: fix 1D texture borders with GL_CLAMP_TO_BORDERRobert Ellison1-0/+10
2009-04-22intel: fix max anisotropy supportedRoland Scheidegger1-1/+1
2009-04-03i965: remove unused code for sampling a constant bufferBrian Paul1-42/+0
2009-04-03i965: code to setup a constant buffer samplerBrian Paul1-0/+43
2009-03-09i965: fix cube map lock-up / corruptionBrian Paul1-9/+13
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt1-3/+5
2009-01-14i965: indentation fixesBrian Paul1-1/+1