i965: Move the back-end compiler to src/intel/compiler
[mesa.git] / src / mesa / drivers / dri / i965 / brw_cs.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-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: get InfoLog and LinkStatus via the pointer in...
2017-01-06 Timothy Arcerii965: get shared_size from shader_info rather than...
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-17 Kenneth Graunkei965: Fix compute shader crash.
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_compute_program with brw_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_compute_program
2016-10-06 Kenneth Graunkei965: Eliminate brw->cs.prog_data pointer.
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-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
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-06-12 Kenneth Graunkei965: Account for poor address calculations in Haswell...
2016-06-12 Kenneth Graunkei965: Allocate scratch space for the maximum number...
2016-06-02 Jordan Justeni965: Add uniform for a CS thread local base ID
2016-05-29 Jordan Justeni965: Shrink stage_prog_data param array length
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/
2015-12-11 Kristian Høgsberg... Merge ../mesa into vulkan
2015-12-11 Kristian Høgsberg... i965: Move brw_cs_fill_local_id_payload() to libi965_co...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-10 Jordan Justeni965: Enable shared local memory for CS shared variables
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Compile brw_cs_fill_local_id_payload() as C.
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
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/cs: Rework cs_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-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-14 Kristian Høgsberg... i965: Move perf_debug code to brw_codegen_*_prog()
2015-09-14 Kristian Høgsberg... i965: Move compute shader code around