aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Use the new drm_intel_bo offset64 field.Kenneth Graunke2014-01-201-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-15/+15
* i965: Fix texture border color on Broadwell.Kenneth Graunke2013-12-021-1/+11
* i965: Implement ARB_texture_mirror_clamp_to_edge.Kenneth Graunke2013-10-211-0/+2
* i965: Totally switch around how we handle nonzero baselevel-first_level.Eric Anholt2013-09-301-8/+3
* i965: Use brw_stage_state for WM data as well.Kenneth Graunke2013-09-131-3/+3
* i965: Enable AMD_seamless_cubemap_per_textureIan Romanick2013-09-081-1/+1
* i965/gs: Implement support for geometry shader samplers.Paul Berry2013-08-311-0/+28
* i965: Move data from brw->vs into a base class if gs will also need it.Paul Berry2013-08-311-3/+5
* i965: Switch gen4-6 to using the sampler's base level for GL BASE_LEVEL.Eric Anholt2013-08-301-10/+9
* i965: Make sampler counts available for the entire drawing operation.Kenneth Graunke2013-08-191-12/+7
* i965: Split the brw_samplers atom into separate FS/VS stages.Kenneth Graunke2013-08-191-5/+20
* i965: Upload separate VS and FS sampler state tables.Kenneth Graunke2013-08-191-10/+10
* i965: Make upload_sampler_state_table a virtual function.Kenneth Graunke2013-08-191-10/+14
* i965: Upload separate per-stage sampler state tables.Kenneth Graunke2013-08-191-10/+26
* i965: Un-hardcode border color table from update_sampler_state().Kenneth Graunke2013-08-191-6/+8
* i965: Un-hardcode border color table from upload_default_color.Kenneth Graunke2013-08-191-5/+7
* i965: Split sampler count variable to be per-stage.Kenneth Graunke2013-08-191-5/+7
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-5/+3
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-4/+4
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-3/+3
* i965: Fix border color handling for deprecated SNORM formats.Eric Anholt2012-12-261-2/+29
* i965: Add various plumbing for cubemap arraysChris Forbes2012-12-141-1/+2
* i965: Force border color A to 1 when it's not present in the GL format.Eric Anholt2012-11-041-0/+7
* i965: Fix out-of-order sampler unit usage in ARB fragment programs.Kenneth Graunke2012-09-121-1/+4
* 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-9/+10
* i965: Remove four and a half year old TODO comments about samplers.Kenneth Graunke2012-08-251-4/+0
* i965: Implement texture buffer objects on Gen6.Kenneth Graunke2012-06-021-0/+4
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-101-11/+11
* 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-3/+6
* i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt2011-05-181-12/+26
* i965: Ivybridge uses the Gen4 SAMPLER_BORDER_COLOR_STATE.Kenneth Graunke2011-05-171-1/+4
* i965: Mark some brw_wm_sampler_state.c helper functions as non-static.Kenneth Graunke2011-05-171-2/+3
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-10/+14
* i965: Move sampler state to state streaming.Eric Anholt2011-04-291-199/+115
* i965: Fill in the remaining fields of gen5+ sampler default color.Eric Anholt2011-04-231-4/+14
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-17/+18
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-17/+17
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-3/+8
* intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt2011-01-051-8/+3
* intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt2011-01-051-2/+1
* i965: Set up the correct texture border color state struct for Ironlake.Eric Anholt2010-12-091-5/+36
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* i965: Fix sampler on sandybridgeZhenyu Wang2010-09-281-2/+9
* i965: GC the last two arguments to brw_cache_data.Eric Anholt2010-06-111-1/+1