Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / drivers / dri / i965 / genX_state_upload.c
2020-07-17 Erik Faye-Lundmesa: treat Color._AdvancedBlendMode as enum
2020-07-02 Timothy Arcerii965: add and fix fallthrough comments
2020-05-28 Caio Marcelo de... intel: Add helper to calculate GPGPU_WALKER::RightExecu...
2020-05-28 Caio Marcelo de... i965: Use new helper functions to pick SIMD variant...
2020-04-10 Caio Marcelo de... intel/compiler: Remove cs_prog_data->threads
2020-04-10 Plamena Manolovai965: Implement ARB_compute_variable_group_size
2020-04-10 Caio Marcelo de... intel/compiler: Replace cs_prog_data->push.total with...
2020-04-06 Marek Olšákmesa: precompute _mesa_primitive_restart_index during...
2020-04-06 Marek Olšákmesa: don't ever bind NullBufferObj to glBindBuffer...
2020-03-10 Mathias Fröhlichi965: Use gl_vertex_format in brw_vertex_element.
2020-03-10 Mathias Fröhlichi965: Move down genX_upload_sbe in profiles.
2020-03-05 Marek Olšákmesa: remove _mesa_index_buffer::index_size in favor...
2020-01-03 Kenneth Graunkeintel: Drop Gen11 WaBTPPrefetchDisable workaround
2019-11-18 Danylo Piliaievi965: Unify CC_STATE and BLEND_STATE atoms on Haswell...
2019-08-06 Jason Ekstrandgenxml: Rename 3DSTATE_SF::Anti-Aliasing Enable
2019-07-31 Eric Engestromi965: drop unused MAYBE_UNUSED function
2019-07-31 Eric Engestromi965: replace MAYBE_UNUSED with GEN condition
2019-07-31 Eric Engestromintel: replace MAYBE_UNUSED with UNUSED
2019-07-31 Eric Engestromintel: drop incorrect MAYBE_UNUSED
2019-06-28 Anuj Phogati965/icl: Apply WA_1606682166 to compute workloads
2019-06-28 Anuj Phogati965/icl: Fix WA_1606682166
2019-06-21 Jason Ekstrandi965,iris: Move guardband calculations to a common...
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-04-15 Kenneth Graunkeintel: Emit 3DSTATE_VF_STATISTICS dynamically
2019-03-14 Mark Janesmesa: rename logging functions to reflect that they...
2019-03-12 Kenneth Graunkei965: Move some genX infrastructure to genX_boilerplate.h.
2019-02-26 Eleni Maria Steai965: fixed clamping in set_scissor_bits when the y...
2019-02-20 Andrii Simikliti965: re-emit index buffer state on a reset option...
2019-01-04 Lionel Landwerlini965: add CS stall on VF invalidation workaround
2019-01-04 Lionel Landwerlini965: include draw_params/derived_draw_params for VF...
2019-01-04 Lionel Landwerlini965: limit VF caching workaround to gen8/9/10
2018-12-14 Kenneth Graunkegenxml: Consistently use a numeric "MOCS" field
2018-12-13 Jordan Justeni965/compute: Emit GPGPU_WALKER in genX_state_upload
2018-12-13 Jordan Justeni965/genX_state: Add register access functions
2018-11-21 Mathias Fröhlichmesa: Factor out struct gl_vertex_format.
2018-11-02 Topi Pohjolaineni965/icl: Disable prefetching of sampler state entries
2018-10-30 Danylo Piliaievi965: Disable dual source blending when shader doesn...
2018-09-06 Jason Ekstrandcompiler: Move double_inputs to gl_program::DualSlotInputs
2018-08-28 Sagar Ghugei965: add functional changes for AMD_depth_clamp_separate
2018-08-28 Sagar Ghugemesa: Add support for AMD_depth_clamp_separate
2018-08-28 Andrii Simikliti965/gen6/xfb: handle case where transform feedback...
2018-08-15 Sergii Romantsovi965: Emitting 3DSTATE_SO_BUFFER of 0-size.
2018-07-27 Fritz Koenigi965: implement GL_MESA_framebuffer_flip_y [v3]
2018-07-27 Topi Pohjolaineni965/icl: Disable binding table prefetching
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...
next