aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Do NIR shader cloning in the caller.Kenneth Graunke2018-11-201-1/+1
* i965: Use a 'nir' temporary rather than poking at brw_programKenneth Graunke2018-11-201-5/+6
* intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand2018-07-231-1/+1
* i965: Add flag_state param to brw_search_cacheJordan Justen2018-07-091-4/+3
* i965: Add brw_populate_default_keyJordan Justen2018-07-091-4/+12
* i965: Replace brw_setup_tex_for_precompile brw with devinfoJordan Justen2018-07-091-1/+1
* i965: add shader cache support for geometry shadersTimothy Arceri2017-10-311-8/+14
* i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen2017-10-311-2/+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-16/+6
* 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: Compute VS/GS output VUE map from the NIR info.Kenneth Graunke2017-09-211-1/+1
* i965: drop unused variablesEric Engestrom2017-09-151-1/+0
* i965: Fix state flagging of Gen6 SOL programs.Kenneth Graunke2017-09-021-16/+0
* i965: Drop useless gen6_brw_upload_ff_gs_prog() wrapper.Kenneth Graunke2017-09-021-1/+1
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-1/+2
* i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke2017-07-131-0/+2
* 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-1/+0
* i965: Make a helper for finding an existing shader variant.Kenneth Graunke2017-01-171-17/+5
* i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri2017-01-061-10/+4
* i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()Timothy Arceri2017-01-061-1/+1
* i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...Timothy Arceri2017-01-061-6/+3
* i965: stop depending on gl_shader_program for brw_compute_vue_map() paramsTimothy Arceri2017-01-061-1/+1
* i965: pass gl_program to the brw_*_debug_recompile() functionsTimothy Arceri2017-01-061-5/+3
* i965: stop passing gl_shader_program to brw_compile_gs() and gen6_gs_visitor()Timothy Arceri2017-01-031-1/+1
* i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...Timothy Arceri2017-01-031-1/+1
* 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-5/+3
* i965: Use shader_info for brw_vue_prog_data::cull_distance_mask.Kenneth Graunke2016-11-191-4/+0
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-191-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-3/+0
* i965: replace brw_geomerty_program with brw_programTimothy Arceri2016-10-261-6/+4
* i965/mesa/st: eliminate gl_geometry_programTimothy Arceri2016-10-261-11/+8
* i965: switch gs over to shared shader_infoTimothy Arceri2016-10-261-1/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-1/+1
* i965: get outputs written from nir infoTimothy Arceri2016-10-061-1/+1
* i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke2016-10-051-6/+5
* i965: make gs key generation helper available to shader cacheTimothy Arceri2016-09-271-1/+1
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-3/+4
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-2/+2
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-4/+4
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* i965: remove unnecessary null checkTimothy Arceri2016-07-281-4/+1
* i965: print error messages if gs fails to compileTimothy Arceri2016-07-211-0/+6