summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_misc_state.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-2/+2
2015-03-09i965/hiz: Start to separate miptree out from hiz buffersJordan Justen1-2/+2
2015-02-17i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke1-27/+0
2014-12-02i965: Delete brw_state_flags::cache and related code.Kenneth Graunke1-8/+0
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-1/+1
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-1/+1
2014-11-29i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.Kenneth Graunke1-7/+2
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-16/+16
2014-11-13i965: Always enable VF statisticsBen Widawsky1-2/+1
2014-11-03i965/skl: Set mask bits in PIPELINE_SELECT on Skylake.Kenneth Graunke1-1/+1
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-2/+2
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-2/+2
2014-08-15i965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surfaceJordan Justen1-2/+2
2014-05-12i965: Move has_hiz from the slice to the level.Eric Anholt1-1/+1
2014-05-01i965: Delete the intel_regions.c code.Eric Anholt1-1/+0
2014-05-01i965: Drop use of intel_region from miptrees.Eric Anholt1-14/+12
2014-05-01i965: Move intel_region_get_aligned_offset() to be a miptree function.Eric Anholt1-9/+8
2014-05-01i965: Move intel_region_get_tile_masks() to be a miptree function.Eric Anholt1-7/+7
2014-05-01i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.Kenneth Graunke1-2/+8
2014-03-06i965: Fix render-to-texture in non-FinishRenderTexture cases.Eric Anholt1-0/+5
2014-02-19i965: Pull format conversion logic out of brw_depthbuffer_format.Kenneth Graunke1-32/+1
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke1-3/+3
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-5/+5
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-5/+5
2014-01-18i965: Update invariant state for Broadwell.Kenneth Graunke1-4/+12
2014-01-17i965: Remove CACHED_BATCH support altogether.Kenneth Graunke1-4/+5
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-11/+11
2013-11-07i965: Use has_surface_tile_offset in depth/stencil alignment workaround.Kenneth Graunke1-2/+2
2013-10-28i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE.Kenneth Graunke1-0/+4
2013-10-13i965: Remove has_aa_line_parameters.Kenneth Graunke1-1/+5
2013-09-19i965: Move binding table code to a new file, brw_binding_tables.c.Kenneth Graunke1-66/+0
2013-09-13i965: Use brw_stage_state for WM data as well.Kenneth Graunke1-3/+3
2013-08-31i965: Move data from brw->vs into a base class if gs will also need it.Paul Berry1-3/+3
2013-08-31i965: rename legacy gs structs and functions to ff_gs.Paul Berry1-5/+5
2013-08-21i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)Ville Syrjälä1-1/+1
2013-08-21i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)Ville Syrjälä1-2/+5
2013-08-04gen7 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surfaceJordan Justen1-0/+6
2013-08-04i965: init global state first in brw_workaround_depthstencil_alignmentJordan Justen1-5/+14
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-12/+8
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-37/+25
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-4/+4
2013-07-09i965: Move must_use/has_separate_stencil fields to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Shorten context base class dereference chains.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-10/+10
2013-07-09i965: Move intel_context::vtbl to brw_context.Kenneth Graunke1-4/+4
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-17/+12
2013-06-29i965: NULL check depth_mt to quiet static analysis.Matt Turner1-1/+1
2013-06-10i965: Emit invariant state once at startup on Gen6+.Kenneth Graunke1-2/+3
2013-05-21i965: Kill software primitive counting entirely.Kenneth Graunke1-13/+0