Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.c
2020-07-31 David Stevensi965/i915: Add colorspace support to YUV sampling
2020-07-02 Timothy Arcerii965: add and fix fallthrough comments
2020-06-20 Arcady Goldmints... intel/compiler: Always apply sample mask on Vulkan.
2020-04-07 Caio Marcelo de... intel/fs: Allow multiple slots for position
2019-08-25 Jason Ekstrandintel/fs: Drop the gl_program from fs_visitor
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-24 Jason Ekstrandintel/compiler: Be more conservative about subgroup...
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-05-14 Kenneth Graunkei965: Pass compiler to default key populators
2019-04-16 Kenneth Graunkei965: Move program key debugging to the compiler.
2019-03-25 Danylo Piliaievi965,iris,anv: Make alpha to coverage work with sample...
2019-02-26 Kasireddy, Viveki965: Add support for sampling from XYUV images
2019-02-18 Lionel Landwerlini965: scale factor changes should trigger recompile
2019-02-12 Tapani Pällii965: add P0x formats and propagate required scaling...
2019-02-12 Tapani Pälliintel/compiler: add scale_factors to sampler_prog_key_data
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2018-11-20 Kenneth Graunkei965: Do NIR shader cloning in the caller.
2018-11-20 Kenneth Graunkei965: Use a 'nir' temporary rather than poking at brw_p...
2018-11-12 Lionel Landwerlini965: add support for sampling from AYUV
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-08-09 Kenneth Graunkei965: Only enable depth IZ signals if there's an actual...
2018-07-23 Jason Ekstrandintel/compiler: Account for built-in uniforms in analyz...
2018-07-10 Jordan Justeni965: Add flag_state param to brw_search_cache
2018-07-10 Jordan Justeni965: Add brw_populate_default_key
2018-07-10 Jordan Justeni965: Replace brw_setup_tex_for_precompile brw with...
2018-06-28 Francisco Jerezi965: Add plumbing for shader time in 32-wide FS dispat...
2018-04-24 Nanley Cheryi965: Add and use a single miptree aux_buf field
2018-02-24 Francisco Jerezmesa: Rename MESA_shader_framebuffer_fetch gl_extension...
2018-01-26 Brian Paulmesa: change gl_link_status enums to uppercase
2018-01-22 Kenneth Graunkei965: Drop render_target_start from binding table struct.
2018-01-20 Kenneth Graunkei965: Delete completely bogus comment
2017-11-01 Timothy Arcerii965: Add shader cache support for vertex and fragment...
2017-11-01 Jordan Justeni965: Calculate thread_count in brw_alloc_stage_scratch
2017-11-01 Jordan Justenintel/compiler: Remove final_program_size from brw_comp...
2017-11-01 Jordan Justeni965: Don't rely on nir for uses_texture_gather
2017-10-30 Kenneth Graunkei965: Only set key->high_quality_derivatives when it...
2017-10-30 Kenneth Graunkei965: Update brw_wm_debug_recompile() for newer key...
2017-10-13 Jason Ekstrandintel: Allocate prog_data::[pull_]param deeper inside...
2017-10-13 Jason Ekstrandintel/compiler: Stop adding params for texture sizes
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-09-26 Kenneth Graunkei965: Convert brw->*_program into a brw->programs[i...
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-23 Kenneth Graunkei965: Only set key->flat_shade if COL0/COL1 are written.
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::samples
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::msaa_layout
2017-07-18 Topi Pohjolaineni965/miptree: Do not rely on msaa type to decide if...
2017-07-14 Kenneth Graunkei965: Select ranges of UBO data to be uploaded as push...
2017-06-30 Johnson Lini965/i915: Add UYVY as the supported format
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2017-06-15 Jason Ekstrandi965: Remove some of the remnants of meta
2017-06-14 Kenneth Graunkei965: Print "force dual color blending" in FS recompile...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-03-02 Jason Ekstrandi965: Move some gen4 WM defines to brw_compiler.h
2017-02-09 Timothy Arcerist/mesa/i965: create link status enum
2017-01-18 Kenneth Graunkei965: Make a helper for finding an existing shader...
2017-01-13 Kenneth Graunkei965: Fix textureGather with RG32I/UI on Gen7.
2017-01-06 Timothy Arcerii965: stop passing gl_shader_program to the precompile...
2017-01-06 Timothy Arcerii965: make use of new is_arb_asm flag
2017-01-06 Timothy Arcerii965: stop passing gl_shader_program to brw_nir_setup_g...
2017-01-06 Timothy Arcerii965: stop passing gl_shader_program to brw_assign_comm...
2017-01-06 Timothy Arcerii965: pass gl_program to the brw_*_debug_recompile...
2017-01-03 Timothy Arcerii965: get InfoLog and LinkStatus via the shader program...
2017-01-03 Timothy Arcerii965: update brw_get_shader_time_index() not to take...
2016-12-29 Timothy Arcerii965: move compiled_once flag to brw_program
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
2016-11-18 Kenneth Graunkei965: Disable depth writes when depth test is GL_EQUAL.
2016-11-17 Timothy Arcerii965: get num_images from shader_info rather than gl_li...
2016-11-17 Timothy Arcerii965: only try print GLSL IR once when using INTEL_DEBU...
2016-11-08 Anuj Phogati965: Fix alpha-to-coverage and alpha test enabled...
2016-10-26 Timothy Arcerii965: replace brw_fragment_program with brw_program
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Timothy Arcerii965: get inputs read from nir info
2016-10-06 Timothy Arcerii965: get outputs written from nir info
2016-10-06 Timothy Arcerii965: remove remaining tabs in brw_wm.c
2016-10-06 Timothy Arcerii965: get uses discard from nir info
2016-10-06 Timothy Arcerii965: get uses texture gather from nir info
2016-10-06 Kenneth Graunkei965: Eliminate brw->wm.prog_data pointer.
2016-09-27 Carl Worthi965: make vs and fs key generation helpers available...
2016-09-23 Lionel Landwerlini965: get rid of duplicated values from gen_device_info
2016-09-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-08-26 Francisco Jerezi965: Allocate space in the binding table for non-coher...
2016-08-26 Francisco Jerezi965/fs: Add brw_wm_prog_key bit specifying whether...
2016-08-24 Francisco Jerezi965/fs: Don't consider the stencil output to be a...
2016-07-05 Timothy Arcerii965: make more effective use of SamplersUsed
2016-06-13 Francisco Jerezi965: Keep track of the per-thread scratch allocation...
2016-05-29 Jordan Justeni965: Shrink stage_prog_data param array length
2016-05-24 Kristian Høgsberg... i965: Invoke lowering pass for YUV textures
2016-05-20 Kenneth Graunkei965: Delete brw_wm_prog_key::render_to_fbo and drawabl...
next