i965: Disable guardband clipping on SandyBridge for odd dimensions
[mesa.git] / src / mesa / drivers / dri / i965 / genX_state_upload.c
2018-07-27 vadym.shovkopliasi965: Disable guardband clipping on SandyBridge for...
2018-07-16 Sergii Romantsovintel/batch_decoder: decoding of 3DSTATE_CONSTANT_BODY.
2018-07-12 Caio Marcelo de... i965: fix typo (wrong gen number) in comment
2018-07-02 Kenneth Graunkei965: Fix BRW_NEW_NUM_SAMPLES to be in .brw, not .mesa
2018-06-28 Jason Ekstrandintel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32...
2018-06-28 Jason Ekstrandintel/fs: Add fields to wm_prog_data for SIMD32 dispatch
2018-06-28 Jason Ekstrandintel/compiler: Add and use helpers for working with...
2018-06-28 Jason Ekstrandi965: Re-arrange shader kernel setup in WM state
2018-05-29 Chris Wilsoni965: Only emit VF cache invalidations when the high...
2018-05-22 Jason Ekstrandi965: Remove ring switching entirely
2018-05-22 Kenneth Graunkei965: Emit VF cache invalidates for 48-bit addressing...
2018-05-10 Mathias Fröhlichi965: Remove the gl_vertex_array indirection.
2018-05-08 Jason Ekstrandi965: Use the brw_depthbuffer atom on all gens
2018-05-02 Antia Puentesintel: activate the gl_BaseVertex lowering
2018-05-02 Antia Puentesintel: emit is_indexed_draw in the same VE than gl_DrawID
2018-04-19 Antia Puentesintel: Handle firstvertex in an identical way to BaseVertex
2018-03-10 Mathias Fröhlichmesa: Make gl_vertex_array contain pointers to first...
2018-03-05 Kenneth Graunkeintel: Drop SURFACE_FORMAT enum from genxml.
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in genX_state_u...
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
next