nir: support lowering clipdist to arrays
[mesa.git] / src / mesa / drivers / dri / i965 / brw_gs.c
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
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.
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-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...
2017-11-01 Timothy Arcerii965: add shader cache support for geometry shaders
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-10-13 Jason Ekstrandintel: Allocate prog_data::[pull_]param deeper inside...
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-09-21 Kenneth Graunkei965: Compute VS/GS output VUE map from the NIR info.
2017-09-15 Eric Engestromi965: drop unused variables
2017-09-02 Kenneth Graunkei965: Fix state flagging of Gen6 SOL programs.
2017-09-02 Kenneth Graunkei965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-07-14 Kenneth Graunkei965: Select ranges of UBO data to be uploaded as push...
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-01-18 Kenneth Graunkei965: Make a helper for finding an existing shader...
2017-01-06 Timothy Arcerii965: stop passing gl_shader_program to the precompile...
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: stop depending on gl_shader_program for brw_compu...
2017-01-06 Timothy Arcerii965: pass gl_program to the brw_*_debug_recompile...
2017-01-03 Timothy Arcerii965: stop passing gl_shader_program to brw_compile_gs...
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 Kenneth Graunkei965: Use shader_info for brw_vue_prog_data::cull_dista...
2016-11-19 Timothy Arcerist/mesa/glsl/nir/i965: make use of new gl_shader_progra...
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-10-26 Timothy Arcerii965: replace brw_geomerty_program with brw_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_geometry_program
2016-10-26 Timothy Arcerii965: switch gs over to shared shader_info
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Timothy Arcerii965: get outputs written from nir info
2016-10-06 Kenneth Graunkei965: Eliminate brw->gs.prog_data pointer.
2016-09-27 Timothy Arcerii965: make gs key generation helper available to shader...
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-07-28 Timothy Arcerii965: remove unnecessary null check
2016-07-21 Timothy Arcerii965: print error messages if gs fails to compile
2016-07-05 Timothy Arcerii965: make more effective use of SamplersUsed
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
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-22 Timothy Arcerii965: remove redundant NULL check
2016-05-16 Kenneth Graunkei965: Mark brw const in brw_state_dirty and callers.
2016-05-13 Kristian Høgsberg... i965: Add support for GL_ARB_cull_distance
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-02 Kenneth Graunkei965: Add INTEL_DEBUG=perf information for GS recompiles.
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-22 Kenneth Graunkei965: Fix num_uniforms count for scalar GS.
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-10-22 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-21 Kenneth Graunkei965: Add a brw->scalar_gs flag controlled by INTEL_SCA...
2015-10-21 Jason Ekstrandi965/gs: Do prog_data setup and other calculations...
2015-10-21 Jason Ekstrandi965/gs: Use NIR info for setting up prog_data
2015-10-21 Jason Ekstrandi965/gs: Pull prog_data out of brw_gs_compile
2015-10-21 Jason Ekstrandi965/gs: Use NIR instead of the brw_geometry_program...
2015-10-21 Jason Ekstrandi965/gs: Move the mem_ctx argument to brw_compile_gs
2015-10-21 Jason Ekstrandi965/gs: Set static_vertex_count unconditionally on...
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/gs: Rework gs_emit to take a nir_shader and a...
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-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-26 Kenneth Graunkei965: Implement "Static Vertex Count" geometry shader...
2015-09-26 Kenneth Graunkei965: Simplify handling of VUE map changes.
2015-09-26 Kenneth Graunkei965/gs: Remove the dependency on the VS VUE map.
2015-09-26 Kenneth Graunkei965: Don't re-layout varyings for separate shader...
2015-09-18 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