summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sampler_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965/hsw: Set integer mode in sampling state for stencil texturingJordan Justen2016-11-241-9/+9
* i965/hsw: Adjust uploading default color for stencil surfacesJordan Justen2016-08-261-2/+15
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-0/+6
* i965: Don't use CUBE wrap modes for integer formats on IVB/BYT.Kenneth Graunke2016-03-291-1/+5
* Revert "i965: Set address rounding bits for GL_NEAREST filtering as well."Kenneth Graunke2016-03-291-6/+3
* i965: Set address rounding bits for GL_NEAREST filtering as well.Kenneth Graunke2016-03-281-3/+6
* i965: Always use BRW_TEXCOORDMODE_CUBE when seamless filtering.Kenneth Graunke2016-03-281-3/+1
* i965: Implement compute sampler state atom.Francisco Jerez2016-01-191-0/+20
* i965: Trigger CS state reemission when new sampler state is uploaded.Francisco Jerez2016-01-191-1/+1
* i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.Kenneth Graunke2015-12-221-4/+4
* i965: Add tessellation shader sampler support.Kenneth Graunke2015-12-111-0/+46
* glsl: move half<->float convertion to utilRob Clark2015-10-161-0/+1
* i965: Remove base miplevel from sampler state.Ben Widawsky2015-09-041-4/+1
* i965: Use float calculations when double is unnecessary.Matt Turner2015-07-291-2/+2
* i965: Refactor sampler state setupTopi Pohjolainen2015-04-301-22/+38
* i965: Remove dependency to tex object in default color setupTopi Pohjolainen2015-04-301-11/+11
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-1/+1
* i965: Fix integer border color on Haswell.Kenneth Graunke2015-02-091-0/+62
* i965: Use a gl_color_union for sampler border color.Kenneth Graunke2015-02-091-53/+52
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-3/+0
* i965: Move CACHE_NEW_SAMPLER to BRW_NEW_SAMPLER_STATE_TABLE.Kenneth Graunke2014-11-291-1/+1
* i965: Skip uploading border color when unnecessary.Kenneth Graunke2014-10-091-2/+20
* i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHMChris Forbes2014-10-011-1/+1
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-1/+1
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-011-1/+1
* i965: Mark branch unreachable in sampler state code.Matt Turner2014-08-111-1/+1
* i965: Make some brw_sampler_state.c functions static again.Kenneth Graunke2014-08-021-2/+2
* i965: Stop using gen7_update_sampler_state; rm gen7_sampler_state.c.Kenneth Graunke2014-08-021-9/+2
* i965: Make brw_update_sampler_state use 8 bits for LOD fields on Gen7+.Kenneth Graunke2014-08-021-3/+4
* i965: Make brw_update_sampler_state() use brw_emit_sampler_state().Kenneth Graunke2014-08-021-119/+92
* i965: Introduce a function to emit a SAMPLER_STATE structure.Kenneth Graunke2014-08-021-0/+75
* i965: Add const to upload_default_color's sampler parameter.Kenneth Graunke2014-08-021-1/+1
* i965: Delete gen7_upload_sampler_state_table and vtable mechanism.Kenneth Graunke2014-08-021-10/+3
* i965: Make brw_upload_sampler_state_table handle Gen7+ as well.Kenneth Graunke2014-08-021-4/+45
* i965: Shift brw_upload_sampler_state_table away from structures.Kenneth Graunke2014-08-021-8/+15
* i965: Push computation for sampler state batch offsets up a level.Kenneth Graunke2014-08-021-10/+12
* i965: Stop storing sdc_offset in brw_stage_state.Kenneth Graunke2014-08-021-9/+8
* i965: Drop the degenerate brw_sampler_default_color structure.Kenneth Graunke2014-08-021-6/+3
* i965: Write a better file comment for brw_sampler_state.c.Kenneth Graunke2014-08-021-7/+6
* i965: Rename brw_wm_sampler_state.c to brw_sampler_state.c.Kenneth Graunke2014-08-021-0/+479