i965: only try print GLSL IR once when using INTEL_DEBUG to dump ir
[mesa.git] / src / mesa / drivers / dri / i965 / brw_tes.c
2016-11-17 Timothy Arcerii965: only try print GLSL IR once when using INTEL_DEBU...
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->tes.prog_data pointer.
2016-10-03 Timothy Arcerii965: rename max_ds_* variable to max_tes_*
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-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-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-13 Kristian Høgsberg... i965: Add support for GL_ARB_cull_distance
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
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: 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: Add tessellation evaluation shaders