summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_sampler_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-0/+1
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-1/+0
* i965: Move CACHE_NEW_SAMPLER to BRW_NEW_SAMPLER_STATE_TABLE.Kenneth Graunke2014-11-291-1/+2
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-2/+2
* i965/gen6/gs: Enable texture units and upload sampler state.Iago Toral Quiroga2014-09-191-1/+1
* i965: Use brw_stage_state for WM data as well.Kenneth Graunke2013-09-131-1/+1
* i965: Move data from brw->vs into a base class if gs will also need it.Paul Berry2013-08-311-1/+1
* i965: Upload separate per-stage sampler state tables.Kenneth Graunke2013-08-191-2/+2
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+0
* i965: Actually upload sampler state pointers for the VS unit on Gen6.Kenneth Graunke2012-04-051-1/+1
* i965: Move and rename "wm sampler" fields to just "sampler".Kenneth Graunke2011-11-101-1/+1
* i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt2011-06-281-1/+2
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-6/+1
* i965: Move sampler state to state streaming.Eric Anholt2011-04-291-10/+3
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-1/+1
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-2/+0
* i965: Remove unnecessary headers.Vinson Lee2010-02-251-3/+0
* i965: Don't set a nonexistent enable bit in several SNB state pointers.Eric Anholt2010-02-251-1/+1
* i965: Set up the SNB sampler state pointers.Eric Anholt2010-02-251-0/+74