i965: Perform program state upload outside of atom handling
[mesa.git] / src / mesa / drivers / dri / i965 / brw_state.h
2015-02-23 Carl Worthi965: Perform program state upload outside of atom...
2015-01-05 Kenneth Graunkei965: Micro-optimize swizzle_to_scs() and make it inlin...
2014-11-29 Kenneth Graunkei965: Fold the gen7_cc_viewport_state_pointer atom...
2014-11-04 Kenneth Graunkei965: Implement the PMA stall fix.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Setup constant push buffers for gen6...
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Modify dirty bit handling to support 2 pipelines.
2014-08-16 Jordan Justeni965: Split gen6 renderbuffer surface state from gen5...
2014-08-02 Kenneth Graunkei965: Make some brw_sampler_state.c functions static...
2014-08-02 Kenneth Graunkei965: Stop using gen7_update_sampler_state; rm gen7_sam...
2014-08-02 Kenneth Graunkei965: Introduce a function to emit a SAMPLER_STATE...
2014-08-02 Kenneth Graunkei965: Add const to upload_default_color's sampler param...
2014-08-02 Kenneth Graunkei965: Delete gen7_upload_sampler_state_table and vtable...
2014-08-02 Kenneth Graunkei965: Make brw_upload_sampler_state_table handle Gen7...
2014-08-02 Kenneth Graunkei965: Rename brw_wm_sampler_state.c to brw_sampler_state.c.
2014-07-02 Eric Anholti965: Merge VS/GS and WM pull constant buffer upload...
2014-07-02 Eric Anholti965: Reuse libdrm's header for AUB definitions.
2014-06-05 Kenneth Graunkei965: Pass brw to translate_wrap_mode().
2014-05-15 Topi Pohjolaineni965/wm: Surface state overrides for configuring w...
2014-05-03 Eric Anholti965: Merge gen8_upload_constant_state into gen7_upload...
2014-02-01 Kenneth Graunkei965: Update GS state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update multisampling state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update BLEND_STATE for Broadwell.
2014-02-01 Kenneth Graunkei965: Update SF_CLIP_VIEWPORT for Broadwell.
2014-02-01 Kenneth Graunkei965: Rework SURFACE_STATE entries for Broadwell.
2014-02-01 Kenneth Graunkei965: Update SOL state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update the code that disables unused shader stage...
2014-02-01 Kenneth Graunkei965: Rework vertex uploads for Broadwell.
2014-02-01 Kenneth Graunkei965: Update STATE_BASE_ADDRESS for Broadwell.
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS...
2014-02-01 Kenneth Graunkei965: Rework 3DSTATE_VS for Broadwell.
2014-02-01 Kenneth Graunkei965: Add the new 3DSTATE_PS_BLEND state packet.
2014-02-01 Kenneth Graunkei965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_W...
2014-02-01 Kenneth Graunkei965: Update SF, SBE, and RASTER state for Broadwell.
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-13 Paul Berryi965: Ensure that all necessary state is re-emitted...
2013-12-30 Kenneth Graunkei965: Remove unused depth_mode parameter from translate...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-12-04 Kenneth Graunkei965: Fix BRW_BATCH_STRUCT to specify RENDER_RING,...
2013-11-16 Kenneth Graunkei965: Make swizzle_to_scs non-static.
2013-10-29 Francisco Jerezi965: Simplify the shader time code by using atomic...
2013-10-29 Francisco Jerezi965: Implement ABO surface state emission.
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-09-19 Kenneth Graunkei965: Generalize brw_vec4_upload_binding_table() beyond...
2013-09-16 Paul Berryi965/sf: Consolidate common code for setting up gen6...
2013-09-11 Paul Berryi965/gs: Add a state atom to set up geometry shader...
2013-09-11 Paul Berryi965/gen7: Extract a function for setting up a shader...
2013-09-01 Paul Berryi965/gs: Implement support for geometry shader samplers.
2013-09-01 Paul Berryi965/gs: make the state atom for compiling Gen7 geometr...
2013-09-01 Paul Berryi965/gs: Implement support for geometry shader surfaces.
2013-09-01 Paul Berryi965/vs: generalize brw_vs_binding_table in preparation...
2013-09-01 Paul Berryi965: generalize brw_vs_pull_constants in preparation...
2013-09-01 Paul Berryi965/gs: Allocate push constant space for use by GS.
2013-09-01 Paul Berryi965: rename legacy gs structs and functions to ff_gs.
2013-08-19 Kenneth Graunkei965: Split the brw_samplers atom into separate FS...
2013-08-19 Kenneth Graunkei965: Make upload_sampler_state_table a virtual function.
2013-08-19 Kenneth Graunkei965: Un-hardcode border color table from upload_defaul...
2013-08-14 Kenneth Graunkei965/gen7+: Mark upload_3dstate_so_decl_list as non...
2013-08-01 Chris Forbesi965 Gen4/5: Introduce 'interpolation map' alongside...
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-26 Eric Anholti965: Drop unused argument to translate_tex_format().
2013-06-11 Kenneth Graunkei965: Emit the depth/stencil state pointer directly...
2013-06-11 Kenneth Graunkei965: Emit the CC state pointer directly rather than...
2013-06-11 Kenneth Graunkei965: Emit the BLEND_STATE pointer directly rather...
2013-06-11 Kenneth GraunkeRevert "i965: Disable unused pipeline stages once at...
2013-06-10 Kenneth Graunkei965: Allocate push constant L3 space once at startup...
2013-06-10 Kenneth Graunkei965: Disable unused pipeline stages once at startup...
2013-06-10 Kenneth Graunkei965: Emit invariant state once at startup on Gen6+.
2013-06-10 Kenneth Graunkei965: Delete some dead state atom prototypes.
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely.
2013-04-04 Kenneth Graunkei965: Delete brw_vs_constval.c and the brw_wm_input_siz...
2013-04-01 Eric Anholti965: Make the fragment shader pull constants index...
2013-03-24 Paul Berryi965: Use brw.vue_map_geom_out instead of VS output...
2013-03-14 Kenneth Graunkei965: Specialize SURFACE_STATE creation for shader...
2013-02-13 Eric Anholti965/gen4: Work around missing sRGB RGB DXT1 support.
2013-02-03 Kenneth Graunkei965: Compute the maximum SF source attribute.
2013-01-25 Kenneth Graunkei965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for...
2013-01-03 Kenneth Graunkei965: Replace structs with bit-shifting for Gen7 SURFAC...
2012-09-27 Eric Anholtintel: Mark some file-local code as static.
2012-09-27 Kenneth Graunkei965: Refactor texture swizzle generation into a helper.
2012-09-06 Kenneth Graunkei965: Fix primitive restart on Haswell.
2012-08-28 Eric Anholti965: Replace general sw fallback support with a manual...
2012-08-25 Kenneth Graunkei965: Add a "sampler state index" parameter to update_s...
2012-08-07 Eric Anholti965: Bind UBOs as surfaces like we do for pull constants.
2012-08-07 Eric Anholti965: Add an offset argument to constant buffer setup.
2012-07-20 Paul Berryi965/blorp: Configure SURFACE_STATE correctly for IMS...
2012-07-11 Paul Berryi965/msaa: Set SURFACE_STATE properly when CMS MSAA...
2012-05-25 Paul Berryi965/msaa: Validate Gen7 surface state constraints.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965: Expose surface setup internals for use by blits.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2012-02-21 Eric Anholti965: Rename the original binding table to mention...
2012-02-21 Eric Anholti965: Split the gen6 GS binding table to a separate...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2012-01-11 Kenneth Graunkei965: Don't reallocate push constant URB space on new...
2012-01-08 Kenneth Graunkei965: Correct misspellings of "invariant".
2011-12-20 Paul Berryi965 gen6: Ensure correct transform feedback indices...
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
next