summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_cs.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-27iris, i965: Drop max_variable_local_sizeCaio Marcelo de Oliveira Filho1-9/+0
2020-05-27i965: Use new helper functions to pick SIMD variant for CSCaio Marcelo de Oliveira Filho1-8/+17
2020-05-01intel: Let drivers call brw_nir_lower_cs_intrinsics()Caio Marcelo de Oliveira Filho1-0/+2
2020-05-01intel/fs: Clean up variable group size handling in backendCaio Marcelo de Oliveira Filho1-3/+0
2020-04-29i965: Use correct constant for max_variable_local_sizeCaio Marcelo de Oliveira Filho1-1/+1
2020-04-09i965: Implement ARB_compute_variable_group_sizePlamena Manolova1-0/+33
2019-08-12intel/compiler: Fill a compiler statistics structJason Ekstrand1-1/+1
2019-08-08anv,i965,iris: deduplicate setting of total_sharedRhys Perry1-2/+0
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-07-10intel/compiler: Add a "base class" for program keysJason Ekstrand1-10/+4
2019-05-14i965: Pass compiler to default key populatorsKenneth Graunke1-2/+3
2019-04-16i965: Move program key debugging to the compiler.Kenneth Graunke1-1/+2
2018-11-20i965: Do NIR shader cloning in the caller.Kenneth Graunke1-1/+1
2018-11-20i965: Use a 'nir' temporary rather than poking at brw_programKenneth Graunke1-3/+3
2018-07-09i965: Add flag_state param to brw_search_cacheJordan Justen1-4/+3
2018-07-09i965: Add brw_populate_default_keyJordan Justen1-4/+11
2018-07-09i965: Replace brw_setup_tex_for_precompile brw with devinfoJordan Justen1-1/+1
2018-01-26mesa: change gl_link_status enums to uppercaseBrian Paul1-2/+2
2017-10-31i965: Add shader cache support for computeJordan Justen1-9/+15
2017-10-31i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen1-23/+1
2017-10-31intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen1-3/+2
2017-10-12intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand1-12/+5
2017-10-12intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand1-3/+0
2017-10-12intel/compiler: Stop adding params for texture sizesJason Ekstrand1-3/+0
2017-10-12i965: Store image_param in brw_context instead of prog_dataJason Ekstrand1-4/+0
2017-10-12intel: Rewrite the world of push/pull paramsJason Ekstrand1-4/+2
2017-09-26i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke1-2/+4
2017-08-30i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin1-1/+1
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