summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-18i965: Convert WM_STATE to genxml on gen4-5.Rafael Antognolli1-274/+0
2017-05-10i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.Kenneth Graunke1-2/+2
2017-05-10i965: Drop INTEL_DEBUG=stats.Kenneth Graunke1-1/+1
2017-04-10i965: Use brw_emit_reloc() instead of drm_bacon_bo_emit_reloc().Kenneth Graunke1-13/+13
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-2/+2
2017-03-21i965: Drop AUB_TRACE_* stuff.Kenneth Graunke1-2/+1
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-2/+2
2016-10-26i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri1-4/+4
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri1-2/+2
2016-10-06i965: get outputs written from nir infoTimothy Arceri1-4/+5
2016-10-05i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke1-1/+2
2016-09-23i965: get rid of duplicated values from gen_device_infoLionel Landwerlin1-2/+2
2016-06-13i965: Fix cross-primitive scratch corruption when changing the per-thread all...Francisco Jerez1-1/+1
2016-05-14i965/fs: Organize prog_data by ksp number rather than SIMD widthJason Ekstrand1-21/+10
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-0/+1
2016-02-11i965/fs: Pass usage of depth, W, and sample mask through prog_dataJason Ekstrand1-2/+1
2015-10-05i965: add EXT_polygon_offset_clamp support to gen4/gen5Ilia Mirkin1-0/+11
2015-08-18i965: Resolve GCC sign-compare warning.Rhys Kidd1-1/+1
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-06i965: Respect the no_8 flag on Gen4-5.Kenneth Graunke1-21/+34
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-1/+1
2014-12-04i965: Store floating point mode choice in brw_stage_prog_data.Kenneth Graunke1-6/+1
2014-12-04i965: Make Gen4-5 and Gen8+ ALT checks use ctx->_Shader too.Kenneth Graunke1-1/+1
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-3/+3
2014-11-29i965: Move CACHE_NEW_SAMPLER to BRW_NEW_SAMPLER_STATE_TABLE.Kenneth Graunke1-3/+3
2014-11-29i965: Move some /* CACHE_NEW_SAMPLER */ comments.Kenneth Graunke1-2/+1
2014-11-29i965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_STATE.Kenneth Graunke1-1/+1
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-14/+12
2014-11-27i965: Use brw_wm_prog_data::uses_kill, not gl_fragment_program::UsesKillKenneth Graunke1-1/+2
2014-11-27i965: Create prog_data temporary variables in PS state upload code.Kenneth Graunke1-14/+17
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-1/+1
2014-09-03i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke1-4/+4
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-1/+1
2014-07-02i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.Eric Anholt1-3/+4
2014-05-23i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.Kenneth Graunke1-0/+1
2014-01-21i965: Fix comments to refer to the new ctx->Shader.CurrentProgram array.Paul Berry1-2/+2
2014-01-21mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry1-1/+1
2014-01-20i965: Use the new drm_intel_bo offset64 field.Kenneth Graunke1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-8/+8
2013-11-05i965: Tell the unit states how many binding table entries we have.Eric Anholt1-1/+2
2013-09-16i965/fs: Change brw_wm_prog_data::urb_read_length to num_varying_inputs.Paul Berry1-1/+2
2013-09-13i965: Use brw_stage_state for WM data as well.Kenneth Graunke1-14/+14
2013-08-19i965: Upload separate per-stage sampler state tables.Kenneth Graunke1-4/+4
2013-08-19i965: Split sampler count variable to be per-stage.Kenneth Graunke1-3/+3
2013-07-14i965: Gen4/5: use IEEE floating point mode for GLSL shaders.Chris Forbes1-1/+9
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-3/+2
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::stats_wm to brw_context.Kenneth Graunke1-1/+1