aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_cs.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Add flag_state param to brw_search_cacheJordan Justen2018-07-091-4/+3
* i965: Add brw_populate_default_keyJordan Justen2018-07-091-4/+11
* i965: Replace brw_setup_tex_for_precompile brw with devinfoJordan Justen2018-07-091-1/+1
* mesa: change gl_link_status enums to uppercaseBrian Paul2018-01-261-2/+2
* i965: Add shader cache support for computeJordan Justen2017-10-311-9/+15
* i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen2017-10-311-23/+1
* intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen2017-10-311-3/+2
* intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand2017-10-121-12/+5
* intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand2017-10-121-3/+0
* intel/compiler: Stop adding params for texture sizesJason Ekstrand2017-10-121-3/+0
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-121-4/+0
* intel: Rewrite the world of push/pull paramsJason Ekstrand2017-10-121-4/+2
* i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke2017-09-261-2/+4
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-301-1/+1
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-2/+2
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-2/+2
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-1/+1
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-011-2/+0
* st/mesa/i965: create link status enumTimothy Arceri2017-02-091-2/+2
* i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri2017-01-061-9/+3
* i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()Timothy Arceri2017-01-061-2/+2
* i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...Timothy Arceri2017-01-061-4/+2
* i965: get InfoLog and LinkStatus via the pointer in gl_programTimothy Arceri2017-01-061-4/+4
* i965: get shared_size from shader_info rather than gl_shader_programTimothy Arceri2017-01-061-2/+2
* i965: update brw_get_shader_time_index() not to take gl_shader_programTimothy Arceri2017-01-031-1/+1
* i965: move compiled_once flag to brw_programTimothy Arceri2016-12-301-7/+3
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-191-4/+4
* i965: Fix compute shader crash.Kenneth Graunke2016-11-171-1/+1
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-171-2/+3
* i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri2016-11-171-6/+0
* i965: replace brw_compute_program with brw_programTimothy Arceri2016-10-261-6/+4
* i965/mesa/st: eliminate gl_compute_programTimothy Arceri2016-10-261-12/+10
* i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke2016-10-051-5/+5
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-2/+3
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-1/+1
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-3/+3
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich2016-08-091-1/+1
* i965: make more effective use of SamplersUsedTimothy Arceri2016-07-051-2/+1
* i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez2016-06-131-25/+23
* i965: Account for poor address calculations in Haswell CS scratch size.Kenneth Graunke2016-06-121-1/+20
* i965: Allocate scratch space for the maximum number of compute threads.Kenneth Graunke2016-06-121-1/+3
* i965: Add uniform for a CS thread local base IDJordan Justen2016-06-011-0/+3
* i965: Shrink stage_prog_data param array lengthJordan Justen2016-05-291-1/+1
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* i965: Move brw_cs_fill_local_id_payload() to libi965_compilerKristian Høgsberg Kristensen2015-12-111-36/+0
* i965: Enable shared local memory for CS shared variablesJordan Justen2015-12-091-0/+13
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-0/+1
* i965: Compile brw_cs_fill_local_id_payload() as C.Matt Turner2015-11-241-0/+36
* i965: Push down inclusion of brw_program.h.Matt Turner2015-11-241-0/+1