i965: Update brw_wm_debug_recompile() for newer key entries.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.c
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...
2016-05-17 Jason Ekstrandi965/fs: Add an allow_spilling flag to brw_compile_fs
2016-05-16 Kenneth Graunkei965: Mark brw const in brw_state_dirty and callers.
2016-05-16 Kenneth Graunkei965: Flip interpolateAtOffset's y offset when necessary.
2016-05-14 Jason Ekstrandi965/fs: Rework the persample shading key/prog_data...
2016-05-12 Topi Pohjolaineni965/wm: Don't sample lossless compressed as multisampled
2016-04-20 Kenneth Graunkei965: Generalize wm_key->compute_sample_id to wm_key...
2016-04-20 Kenneth Graunkei965: Delete now dead persample_2x FS program key flag.
2016-02-05 Jason EkstrandMerge branch mesa-public/master into vulkan
2016-01-22 Kenneth Graunkei965: Implement a drirc workaround for broken dual...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-02 Kenneth Graunkei965: De-duplicate key_debug() function.
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-05 Neil Robertsi965/fs: Add a sampler program key for whether the...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Jason Ekstrandi965: Rename brw_foo_emit to brw_compile_foo
2015-10-19 Jason Ekstrandi965/fs: Move some of the prog_data setup into brw_wm_emit
2015-10-19 Jason Ekstrandi965/fs: Rework wm_fs_emit to take a nir_shader and...
2015-10-12 Iago Toral Quirogai965: Fix unsafe pointer when dumping VS/FS IR
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-08 Kristian Høgsberg... i965: Move brw_get_shader_time_index() call out of...
2015-10-08 Kristian Høgsberg... i965: Move brw_dump_ir() out of brw_*_emit() functions
2015-10-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-03 Jason Ekstrandi965/wm: Make compute_barycentric_interp_modes take...
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Jason Ekstrandi965: Move prog_data uniform setup to the codegen level
2015-10-02 Jason Ekstrandi965: Move binding table setup to codegen time.
2015-10-02 Jason Ekstrandi965: Pull stage_prog_data.nr_params out of the NIR...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-30 Jason Ekstrandi965: Get rid of prog_data compare functions
2015-09-18 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-14 Kristian Høgsberg... i965: Move perf_debug code to brw_codegen_*_prog()
2015-09-14 Kristian Høgsberg... i965: Move brw_fs_precompile() to brw_wm.c
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
2015-09-05 Jason EkstrandMerge branch 'nir-spirv' into vulkan
next