summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_cs.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-2/+2
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-2/+2
2017-03-13i965: Move the back-end compiler to src/intel/compilerJason Ekstrand1-1/+1
2017-03-01i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand1-2/+0
2017-02-09st/mesa/i965: create link status enumTimothy Arceri1-2/+2
2017-01-06i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri1-9/+3
2017-01-06i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()Timothy Arceri1-2/+2
2017-01-06i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...Timothy Arceri1-4/+2
2017-01-06i965: get InfoLog and LinkStatus via the pointer in gl_programTimothy Arceri1-4/+4
2017-01-06i965: get shared_size from shader_info rather than gl_shader_programTimothy Arceri1-2/+2
2017-01-03i965: update brw_get_shader_time_index() not to take gl_shader_programTimothy Arceri1-1/+1
2016-12-30i965: move compiled_once flag to brw_programTimothy Arceri1-7/+3
2016-11-19st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri1-4/+4
2016-11-17i965: Fix compute shader crash.Kenneth Graunke1-1/+1
2016-11-17i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri1-2/+3
2016-11-17i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri1-6/+0
2016-10-26i965: replace brw_compute_program with brw_programTimothy Arceri1-6/+4
2016-10-26i965/mesa/st: eliminate gl_compute_programTimothy Arceri1-12/+10
2016-10-05i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke1-5/+5
2016-09-23i965: get rid of duplicated values from gen_device_infoLionel Landwerlin1-2/+3
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin1-1/+1
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke1-3/+3
2016-09-03intel: s/brw_device_info/gen_device_info/Jason Ekstrand1-1/+1
2016-08-09util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich1-1/+1
2016-07-05i965: make more effective use of SamplersUsedTimothy Arceri1-2/+1
2016-06-13i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez1-25/+23
2016-06-12i965: Account for poor address calculations in Haswell CS scratch size.Kenneth Graunke1-1/+20
2016-06-12i965: Allocate scratch space for the maximum number of compute threads.Kenneth Graunke1-1/+3
2016-06-01i965: Add uniform for a CS thread local base IDJordan Justen1-0/+3
2016-05-29i965: Shrink stage_prog_data param array lengthJordan Justen1-1/+1
2016-01-26glsl: move to compiler/Emil Velikov1-1/+1
2015-12-11i965: Move brw_cs_fill_local_id_payload() to libi965_compilerKristian Høgsberg Kristensen1-36/+0
2015-12-09i965: Enable shared local memory for CS shared variablesJordan Justen1-0/+13
2015-11-24i965: Clean up #includes in the compiler.Matt Turner1-0/+1
2015-11-24i965: Compile brw_cs_fill_local_id_payload() as C.Matt Turner1-0/+36
2015-11-24i965: Push down inclusion of brw_program.h.Matt Turner1-0/+1
2015-10-19i965: Rename brw_foo_emit to brw_compile_fooJason Ekstrand1-3/+3
2015-10-19i965/cs: Rework cs_emit to take a nir_shader and a brw_compilerJason Ekstrand1-2/+8
2015-10-08i965: Move brw_get_shader_time_index() call out of emit functionsKristian Høgsberg Kristensen1-1/+5
2015-10-08i965: Move brw_dump_ir() out of brw_*_emit() functionsKristian Høgsberg Kristensen1-0/+3
2015-10-02i965: Move prog_data uniform setup to the codegen levelJason Ekstrand1-1/+4
2015-10-02i965: Move binding table setup to codegen time.Jason Ekstrand1-0/+20
2015-10-02i965: Pull stage_prog_data.nr_params out of the NIR shaderJason Ekstrand1-2/+2
2015-09-30i965: Get rid of prog_data compare functionsJason Ekstrand1-21/+0
2015-09-14i965: Move perf_debug code to brw_codegen_*_prog()Kristian Høgsberg Kristensen1-5/+26
2015-09-14i965: Move compute shader code aroundKristian Høgsberg Kristensen1-0/+194