i965: Move the back-end compiler to src/intel/compiler
[mesa.git] / src / mesa / drivers / dri / i965 / brw_tcs.c
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-02-09 Timothy Arcerist/mesa/i965: create link status enum
2017-01-23 Timothy Arcerimesa/glsl/i965: set and get tes layouts directly to...
2017-01-19 Timothy Arcerimesa/glsl/i965: set and use tcs vertices_out directly
2017-01-18 Kenneth Graunkei965: Make a helper for finding an existing shader...
2017-01-10 Kenneth Graunkecompiler: Merge shader_info's tcs and tes structs.
2017-01-08 Kenneth Graunkemesa: Introduce a compiler enum for tessellation spacing.
2017-01-06 Kenneth Graunkei965: Rework gl_TessLevel*[] handling to use NIR compac...
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: 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-12-07 Kenneth Graunkei965: Drop redundant key->outputs_written initialization.
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-28 Timothy Arcerii965: use memory context when creating passthrough tcs
2016-10-26 Timothy Arcerii965: replace brw_tess_{eval,ctrl}_program with brw_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_eval_program
2016-10-26 Timothy Arcerii965: switch tes over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_ctrl_program
2016-10-26 Timothy Arcerii965: switch tcs 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 inputs read from nir info
2016-10-06 Timothy Arcerii965: get outputs written from nir info
2016-10-06 Kenneth Graunkei965: Eliminate brw->tcs.prog_data pointer.
2016-10-04 Timothy Arcerii965: add MAYBE_UNUSED to assert param
2016-10-03 Timothy Arcerii965: rename max_hs_* variables to max_tcs_*
2016-09-27 Timothy Arcerii965: create populate key functions for tcs and tes
2016-09-23 Lionel Landwerlini965: get rid of duplicated values from gen_device_info
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-08-18 Kenneth Graunkei965: Implement the WaPreventHSTessLevelsInterference...
2016-07-05 Timothy Arcerii965: make more effective use of SamplersUsed
2016-06-30 Andres GomezRevert "i965: get PrimitiveMode from the program rather...
2016-06-30 Timothy Arceriglsl/mesa: move duplicate shader fields into new struct...
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-23 Timothy Arceriglsl/mesa: stop duplicating geom and tcs layout values
2016-06-21 Timothy Arcerii965: get PrimitiveMode from the program rather than...
2016-06-15 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TCS...
2016-06-13 Francisco Jerezi965: Keep track of the per-thread scratch allocation...
2016-06-01 Kenneth Graunkei965: Fix the passthrough TCS for isolines.
2016-05-29 Jordan Justeni965: Shrink stage_prog_data param array length
2016-05-16 Mark Janesi965: check tcs for NULL dereference
2016-05-09 Kenneth Graunkei965: Actually assign binding table offsets for the...
2016-05-03 Kenneth Graunkei965: Write a scalar TCS backend that runs in SINGLE_PA...
2016-05-03 Kenneth Graunkei965: Rework the TCS passthrough shader to use NIR.
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-03 Kenneth Graunkei965: Make TCS precompile use the TES primitive mode...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-23 Kenneth Graunkei965: Handle mix-and-match TCS/TES with separate shader...
2015-12-23 Kenneth Graunkei965: Automatically create a passthrough TCS when needed.
2015-12-23 Kenneth Graunkei965: Create and set a new brw_tcs_prog_data::outputs_w...
2015-12-23 Kenneth Graunkei965: Remove unnecessary brw->tess_ctrl_program assertions.
2015-12-23 Kenneth Graunkei965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM...
2015-12-23 Kenneth Graunkei965: Only call brw_upload_tcs/tes_prog when using...
2015-12-22 Kenneth Graunkei965: Implement gl_PatchVerticesIn by baking it into...
2015-12-22 Kenneth Graunkei965: Add tessellation control shaders.