i965: Allow 48-bit addressing on Gen8+.
[mesa.git] / src / mesa / drivers / dri / i965 / genX_state_upload.c
2018-03-01 Kenneth Graunkei965: Allow 48-bit addressing on Gen8+.
2018-03-01 Iago Toral Quirogai965/sbe: fix number of inputs for active components
2018-03-01 Mark JanesRevert "i965: Only emit 3DSTATE_DRAWING_RECTANGLE once...
2018-02-28 Jason Ekstrandi965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+
2018-02-28 Jason Ekstrandi965: Be more clever about setting up our viewport...
2018-02-16 Anuj Phogati965/icl: Add assertions to check dispatch mode is...
2018-02-16 Anuj Phogati965/icl: Define and use icl mocs settings
2018-02-16 Anuj Phogati965/icl: Update the comment for maximum number of...
2018-02-16 Anuj Phogati965/icl: Don't set ResetGatewayTimer
2018-02-07 Iago Toral Quirogai965: allocate a SGVS element when VertexID or Instance...
2018-02-04 Marek Olšákmesa: change ctx->Color.ColorMask into a 32-bit bitmask
2018-02-02 Andres Gomezi965: check if upload is 0 explicitely, when downsizing...
2018-01-31 Andres Gomezi965: perform 2 uploads with dual slot *64*PASSTHRU...
2018-01-26 Ian Romanicki965: Use the translated color logic op from the context
2017-12-12 Kevin Rogovini965: Program MEDIA_VFE_STATE in a more readable fashion.
2017-12-04 Kenneth Graunkei965: Emit CS stall before MEDIA_VFE_STATE.
2017-12-04 Kenneth Graunkei965: Move PIPE_CONTROL defines and prototypes to brw_p...
2017-12-01 Rafael Antognollii965/gen10: emit 3DSTATE_MULTISAMPLE more often.
2017-11-30 Kenneth Graunkei965: Reorganize batch/state BO fields into a 'brw_grow...
2017-11-28 Eric Engestromi965: const a few structs and vars to avoid writing...
2017-11-28 Kenneth Graunkei965: Fix Smooth Point Enables.
2017-11-17 Kenneth Graunkei965: Upload invariant state once at the start of the...
2017-11-15 Kenneth Graunkei965: Fold ABO state upload code into the SSBO/UBO...
2017-11-03 Anuj Phogati965/gen10: Don't set Antialiasing Enable in 3DSTATE_RA...
2017-11-03 Anuj Phogati965/gen10: Don't set Smooth Point Enable in 3DSTATE_SF...
2017-10-31 Kenneth Graunkei965: Don't flag BRW_NEW_SURFACES unless some push...
2017-10-30 Kevin Rogovini965: correctly assign SamplerCount of INTERFACE_DESCRI...
2017-10-24 Kenneth Graunkei965: Call gen6_upload_push_constants() even when the...
2017-10-24 Kenneth Graunkei965: Drop a bunch of downcasting and upcasting of...
2017-10-24 Kenneth Graunkei965: Move _mesa_shader_write_subroutine_indices down...
2017-10-19 Iago Toral Quirogai965/sbe: fix active components for SSO programs with...
2017-10-13 Kenneth Graunkei965: Delete dead brw_context fields.
2017-10-13 Jason Ekstrandi965: Get rid of gen7_cs_state.c
2017-10-10 Dave Airliemesa: rename various buffer bindings to one struct.
2017-10-02 Iago Toral Quirogai965: skip reading unused slots at the begining of...
2017-09-26 Kenneth Graunkei965: Convert brw->*_program into a brw->programs[i...
2017-09-14 Kenneth Graunkei965: Use a separate state buffer, but avoid changing...
2017-09-14 Kenneth Graunkei965: Split brw_emit_reloc into brw_batch_reloc and...
2017-09-02 Kenneth Graunkegenxml: Make Border Color Pointer an address on Gen4...
2017-09-02 Kenneth Graunkei965: Inline emit_reloc in __genx_combine_address
2017-08-30 Lionel Landwerlini965: drop brw->is_cherryview in favor of devinfo-...
2017-08-30 Lionel Landwerlini965: drop brw->is_baytrail in favor of devinfo->is_bay...
2017-08-30 Lionel Landwerlini965: drop brw->gt in favor of devinfo->gt
2017-08-29 Matt Turneri965: Mark functions used conditionally as UNUSED
2017-08-29 Matt Turneri965: Explicitly cast between different enums
2017-08-29 Matt Turneri965: Remove some 'inline' keywords
2017-08-25 Kenneth Graunkei965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_uplo...
2017-08-18 Kenneth Graunkei965: Fix missing newlines in perf_debug messages.
2017-08-08 Kenneth Graunkei965: Don't use ggtt_bo for Gen8+ streamout offset...
2017-08-08 Kenneth Graunkei965: Simplify *_bo() helpers.
2017-08-08 Kenneth Graunkei965: Get rid of KSP_ro
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-08-04 Chris Wilsoni965: Always use the pre-computed offset for the reloca...
2017-07-24 Rafael Antognollii965: Use {} to initialize GENX_* structs.
2017-07-20 Topi Pohjolaineni965/miptree: Use num_samples of 1 instead of 0 for...
2017-07-18 Rafael Antognollii965: Convert WM_STATE to genxml on gen4-5.
2017-07-18 Rafael Antognollii965: Convert CLIP_STATE to genxml.
2017-07-14 Kenneth Graunkei965: Push UBO data, but don't use it just yet.
2017-07-14 Kenneth Graunkei965: Stop re-uploading push constants after URB reconf...
2017-07-14 Kenneth Graunkei965: Separate uploading push constant data from the...
2017-07-14 Kenneth Graunkei965: Store per-stage push constant BO pointers.
2017-07-13 Kenneth Graunkei965: Add a "write" parameter to intel_bufferobj_buffer.
2017-07-13 Rafael Antognollii965: Convert GS_STATE to genxml.
2017-07-13 Rafael Antognollii965: Prepare gs_state emitting code to include gen4-5.
2017-07-13 Rafael Antognollii965: Remove upload_gs_state_for_tf.
2017-07-13 Rafael Antognollii965: Convert BLEND_CONSTANT_COLOR state to genxml.
2017-07-13 Rafael Antognollii965: Convert CC state on gen4-5 to genxml.
2017-07-13 Rafael Antognollii965: Make a helper function for blend entry related...
2017-07-13 Kenneth Graunkei965: Make a helper function for depth/stencil related...
2017-06-28 Eero Tammineni965: Fix anisotropic filtering for mag filter
2017-06-27 Topi Pohjolaineni965: Separate gen < 8 and gen >= 8 paths explicitly...
2017-06-22 Rafael Antognollii965: Convert upload_default_color to genxml.
2017-06-22 Rafael Antognollii965: Convert vs, gs, tcs, tes and cs samplers to genxml.
2017-06-22 Rafael Antognollii965: Convert fs sampler state to use genxml.
2017-06-21 Marek Olšákmesa: replace ctx->Polygon._FrontBit with a helper...
2017-06-21 Marek Olšákmesa: replace ctx->VertexProgram._TwoSideEnabled with...
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2017-06-19 Lionel Landwerlini965: convert MI_REPORT_PERF_COUNT to genxml
2017-06-16 Rafael Antognollii965: Convert SF_STATE to genxml.
2017-06-15 Jason Ekstrandi965: Remove some of the remnants of meta
2017-06-09 Anuj Phogati965/cnl: Start using CNL MOCS defines
2017-06-07 Kenneth Graunkei965: Fix alpha to one with dual color blending.
2017-06-01 Anuj Phogati965: Remove an extra semicolon
2017-06-01 Kenneth Graunkegenxml: Make 3DSTATE_CONSTANT_BODY on Gen7+ use arrays.
2017-06-01 Kenneth Graunkei965: Simplify SO_DECL handling.
2017-06-01 Kenneth Graunkei965: Make a local for linked_xfb->Outputs[i], to short...
2017-06-01 Kenneth Graunkei965: Move SOL PSIZ hacks from draw time to link time.
2017-05-30 Kenneth Graunkei965: Unify Gen4-5 and Gen6 SF_VIEWPORT/CLIP_VIEWPORT...
2017-05-30 Kenneth Graunkei965: Make a set_scissor_bits helper function.
2017-05-30 Kenneth Graunkei965: Use GENX(packet_length) rather than hardcoded...
2017-05-30 Kenneth Graunkei965: Move the scissoring code up near the viewport...
2017-05-30 Kenneth Graunkei965: Replace brw->gen and devinfo->gen with GEN_GEN.
2017-05-30 Kenneth Graunkei965: Rework Sandybridge 3DSTATE_VIEWPORT_STATE_POINTERS.
2017-05-30 Kenneth Graunkei965: Port CC_VIEWPORT to genxml.
2017-05-26 Jason Ekstrandintel/genxml: Sampler state is a pointer on gen4-5
2017-05-20 Kenneth Graunkei965: Use the upload BO for push constants on Gen7...
2017-05-20 Kenneth Graunkei965: Use the upload BO for push constants on Gen9+.
2017-05-20 Kenneth Graunkei965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from CS...
2017-05-12 Rafael Antognollii965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.
2017-05-12 Rafael Antognollii965: Port 3DSTATE_INDEX_BUFFER to genxml.
next