summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_tes.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-06i965: drop likely/unlikely around INTEL_DEBUGMarcin Ĺšlusarz1-1/+1
2019-08-25intel/fs: Drop the gl_program from fs_visitorJason Ekstrand1-1/+1
2019-08-12intel/compiler: Fill a compiler statistics structJason Ekstrand1-1/+1
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-07-10intel/compiler: Add a "base class" for program keysJason Ekstrand1-9/+6
2019-05-14i965: Pass compiler to default key populatorsKenneth Graunke1-2/+4
2019-04-16i965: Move program key debugging to the compiler.Kenneth Graunke1-30/+2
2018-11-20i965: Do NIR shader cloning in the caller.Kenneth Graunke1-1/+2
2018-11-20i965: Use a 'nir' temporary rather than poking at brw_programKenneth Graunke1-1/+1
2018-07-23intel/compiler: Account for built-in uniforms in analyze_ubo_rangesJason Ekstrand1-1/+1
2018-07-09i965: Add flag_state param to brw_search_cacheJordan Justen1-4/+3
2018-07-09i965: Add brw_populate_default_keyJordan Justen1-15/+25
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-1/+1
2017-10-31i965: add shader cache support for tess stagesTimothy Arceri1-8/+14
2017-10-31i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen1-2/+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-16/+7
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-3/+6
2017-07-13i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke1-0/+2
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-4/+4
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-1/+0
2017-02-09st/mesa/i965: create link status enumTimothy Arceri1-1/+1
2017-01-17i965: Make a helper for finding an existing shader variant.Kenneth Graunke1-17/+5
2017-01-07i965: Move TES input VUE map calculation out a layer.Kenneth Graunke1-2/+6
2017-01-07i965: Move TES spacing/domain/topology setup to brw_compile_tes().Kenneth Graunke1-33/+0
2017-01-07i965: Access TES shader info via NIR.Kenneth Graunke1-6/+6
2017-01-07mesa: Introduce a compiler enum for tessellation spacing.Kenneth Graunke1-13/+7
2017-01-07compiler: Change shader_info->tes.vertex_order into a ccw boolean.Kenneth Graunke1-10/+3
2017-01-06i965: Rework gl_TessLevel*[] handling to use NIR compact arrays.Kenneth Graunke1-12/+5
2017-01-06i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri1-5/+2
2017-01-06i965: pass gl_program directly to brw_compile_tes()Timothy Arceri1-1/+1
2017-01-06i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()Timothy Arceri1-2/+1
2017-01-06i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...Timothy Arceri1-2/+1
2017-01-06i965: pass gl_program to the brw_*_debug_recompile() functionsTimothy Arceri1-4/+3
2017-01-03i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...Timothy Arceri1-4/+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-5/+2
2016-11-19i965: Use shader_info for brw_vue_prog_data::cull_distance_mask.Kenneth Graunke1-4/+0
2016-11-19st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri1-2/+2
2016-11-17i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri1-4/+5
2016-11-17i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri1-3/+0
2016-10-26i965: replace brw_tess_{eval,ctrl}_program with brw_programTimothy Arceri1-8/+5
2016-10-26i965/mesa/st: eliminate gl_tess_eval_programTimothy Arceri1-13/+12
2016-10-26i965: switch tes over to shared shader_infoTimothy Arceri1-5/+5