Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"
[mesa.git] / src / mesa / drivers / dri / i965 / brw_state_upload.c
2019-06-28 Anuj PhogatRevert "i965/icl: Add WA_2204188704 to disable pixel...
2019-05-04 Mathias Fröhlichmesa: Remove the now unused _NEW_ARRAY state change...
2019-04-18 Lionel Landwerlini965: implement WaEnableStateCacheRedirectToCS
2019-03-19 Anuj Phogati965/icl: Add WA_2204188704 to disable pixel shader...
2018-12-14 Rafael Antognollii965/gen10+: Enable object level preemption.
2018-11-01 Anuj Phogati965/icl: Set Error Detection Behavior Control Bit...
2018-09-21 Anuj Phogati965/icl: Set Enabled Texel Offset Precision Fix bit
2018-08-21 Anuj Phogati965/icl: Allow headerless sampler messages for pre...
2018-07-09 Anuj Phogati965/icl: Don't set float blend optimization bit in...
2018-02-17 Kenneth Graunkei965: Use absolute addressing for constant buffer 0...
2018-02-16 Anuj Phogati965/icl: Enable float blend optimization and Wa3DStateMode
2018-02-16 Anuj Phogati965/icl: Build and use gen11 functions for genxml...
2017-11-15 Kenneth Graunkei965: Fold ABO state upload code into the SSBO/UBO...
2017-11-14 Anuj Phogati965: Make use of brw_load_register_imm32() helper...
2017-11-03 Anuj Phogati965/gen10: Implement Wa3DStateMode
2017-11-03 Anuj Phogati965/gen10: Enable float blend optimization
2017-11-01 Jordan Justeni965: Add shader cache support for compute
2017-11-01 Timothy Arcerii965: Add shader cache support for vertex and fragment...
2017-10-23 Kenneth Graunkei965: Revert absolute mode for constant buffer pointers.
2017-09-26 Kenneth Graunkei965: Convert brw->*_program into a brw->programs[i...
2017-09-18 Iago Toral Quirogai965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE
2017-09-16 Kenneth Graunkei965: Add an INTEL_DEBUG=reemit option.
2017-09-02 Kenneth Graunkei965: Fix state flagging of Gen6 SOL programs.
2017-08-30 Lionel Landwerlini965: drop brw->is_broxton
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->is_g4x in favor of devinfo->is_g4x
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-23 Kenneth Graunkei965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
2017-08-16 Tapani Pällii965: make sure check_and_emit_atom gets inlined
2017-08-02 Kenneth Graunkei965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.
2017-07-20 Topi Pohjolaineni965/miptree: Use num_samples of 1 instead of 0 for...
2017-07-14 Kenneth Graunkei965: Introduce a BRW_NEW_DRAW_CALL dirty bit.
2017-07-14 Kenneth Graunkei965: Switch to absolute addressing for constant buffer 0.
2017-06-23 Anuj Phogati965/cnl: Don't write to Cache Mode Register 1 on gen10+
2017-06-21 Marek Olšákmesa: remove _NEW_BUFFER_OBJECT
2017-06-09 Anuj Phogati965/cnl: Handle gen10 in switch cases across the driver
2017-05-30 Kenneth Graunkei965: Set the "Float Blend Optimization Enable" bit...
2017-05-10 Kenneth Graunkei965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONS...
2017-05-04 Kenneth Graunkei965: Get real per-gen atom lists
2017-03-29 Marek Olšákmesa: don't use _NEW_TEXTURE mainly in mesa/main
2017-03-13 Emil Velikovi965: add missing brw_defines.h include in brw_program.c
2017-03-06 Kenneth Graunkei965: Delete vestiges of resource streamer code.
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-02-07 Kenneth Graunkei965: Combine the Gen6 SF and Clip viewport atoms.
2016-12-13 Lionel Landwerlinmain: use new driver flag for conservative rasterizatio...
2016-10-31 Nanley Cheryi965: Move gen8_disable_stages to brw_upload_initial_gp...
2016-10-31 Nanley Cheryi965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_inva...
2016-10-26 Timothy Arcerii965: remove unused BRW_STATE_INTERPOLATION_MAP flag
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
2016-10-06 Kenneth Graunkei965: Eliminate brw->tes.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->tcs.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->vs.prog_data pointer.
2016-10-04 Kenneth Graunkei965: Only emit 1 viewport when possible.
2016-09-27 Timothy Arcerii965: create populate key functions for tcs and tes
2016-08-31 Kenneth Graunkei965: Merge gen7_clip_state atom into gen6_clip_state...
2016-08-26 Francisco Jerezi965: Upload surface state for non-coherent framebuffer...
2016-07-14 Timothy Arcerii965: fix compiler warnings for 32bit build
2016-06-23 Kenneth Graunkei965: Combine 3DSTATE_STREAMOUT emitters and genX_sol_s...
2016-05-16 Kenneth Graunkei965: Send the minimal number of STATE_BASE_ADDRESS...
2016-05-16 Kenneth Graunkei965: Combine Gen4-7 and Gen8+ state base address emitters.
2016-05-16 Kenneth Graunkei965: Move Gen4-5 programs to brw_upload_programs(...
2016-04-23 Topi Pohjolaineni965: Introduce state flag for blorp
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-12 Kenneth Graunkei965: Split brw_upload_texture_surfaces into compute...
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-20 Francisco Jerezi965: Implement compute sampler state atom.
2016-01-15 Francisco Jerezi965: Add state bit to trigger re-emission of color...
2015-12-29 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-28 Kenneth Graunkei965: Add the TCS/TES state upload atoms to the gen7_at...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-23 Kenneth Graunkei965: Handle mix-and-match TCS/TES with separate shader...
2015-12-23 Kenneth Graunkei965: Upload HS push constants whenever default tess...
2015-12-23 Kenneth Graunkei965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM...
2015-12-23 Kenneth Graunkei965: Only call brw_upload_tcs/tes_prog when using...
2015-12-22 Kenneth Graunkei965: Add tessellation control shaders.
2015-12-22 Kenneth Graunkei965: Add tessellation evaluation shaders
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-11 Kenneth Graunkei965: Add tessellation shader push constant support.
2015-12-11 Kenneth Graunkei965: Add tessellation shader sampler support.
2015-12-11 Kenneth Graunkei965: Add tessellation shader surface support.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Francisco Jerezi965: Hook up L3 partitioning state atom.
2015-12-09 Francisco Jerezi965: Define and use REG_MASK macro to make masked...
2015-12-09 Francisco Jerezi965: Define state flag to signal that the URB size...
2015-12-07 Chris Forbesi965: Add state bits for tess stages
2015-12-07 Chris Forbesi965: Add backend structures for tess stages
2015-12-07 Kenneth Graunkei965: Create new files for HS/DS/TE state upload code.
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-11 Kenneth Graunkei965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-01 Jordan Justeni965: Setup pull constant state for compute programs
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-30 Jordan Justeni965/cs: Upload UBO/SSBO surfaces
2015-09-29 Jordan Justeni965/cs: Setup surface binding for gl_NumWorkGroups
2015-09-26 Kenneth Graunkei965: Simplify handling of VUE map changes.
2015-09-25 Iago Toral Quirogai965: Implement DriverFlags.NewShaderStorageBuffer
2015-09-10 Jordan Justeni965/cs: Emit texture surfaces to enable CS sampling
next