summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-06i965: drop likely/unlikely around INTEL_DEBUGMarcin Ślusarz1-2/+2
2020-07-31i965/i915: Add colorspace support to YUV samplingDavid Stevens1-0/+11
2020-07-02i965: add and fix fallthrough commentsTimothy Arceri1-1/+1
2020-06-19intel/compiler: Always apply sample mask on Vulkan.Arcady Goldmints-Orlov1-0/+2
2020-04-07intel/fs: Allow multiple slots for positionCaio Marcelo de Oliveira Filho1-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-24intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand1-0/+2
2019-07-10intel/compiler: Add a "base class" for program keysJason Ekstrand1-11/+25
2019-05-14i965: Pass compiler to default key populatorsKenneth Graunke1-2/+4
2019-04-16i965: Move program key debugging to the compiler.Kenneth Graunke1-125/+4
2019-03-25i965,iris,anv: Make alpha to coverage work with sample maskDanylo Piliaiev1-6/+12
2019-02-26i965: Add support for sampling from XYUV imagesKasireddy, Vivek1-0/+6
2019-02-18i965: scale factor changes should trigger recompileLionel Landwerlin1-1/+6
2019-02-12i965: add P0x formats and propagate required scaling factorsTapani Pälli1-0/+4
2019-02-12intel/compiler: add scale_factors to sampler_prog_key_dataTapani Pälli1-0/+1
2019-01-13i965: Drop mark_surface_used mechanism.Kenneth Graunke1-0/+3
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-5/+6
2018-11-12i965: add support for sampling from AYUVLionel Landwerlin1-0/+6
2018-09-07Replace uses of _mesa_bitcount with util_bitcountDylan Baker1-3/+4
2018-08-09i965: Only enable depth IZ signals if there's an actual depthbuffer.Kenneth Graunke1-3/+8
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-18/+30
2018-07-09i965: Replace brw_setup_tex_for_precompile brw with devinfoJordan Justen1-1/+1
2018-06-28i965: Add plumbing for shader time in 32-wide FS dispatch mode.Francisco Jerez1-2/+4
2018-04-24i965: Add and use a single miptree aux_buf fieldNanley Chery1-1/+1
2018-02-24mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.Francisco Jerez1-2/+2
2018-01-26mesa: change gl_link_status enums to uppercaseBrian Paul1-1/+1
2018-01-22i965: Drop render_target_start from binding table struct.Kenneth Graunke1-6/+4
2018-01-20i965: Delete completely bogus commentKenneth Graunke1-5/+0
2017-10-31i965: Add shader cache support for vertex and fragment stagesTimothy Arceri1-9/+15
2017-10-31i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen1-3/+1
2017-10-31intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen1-3/+2
2017-10-31i965: Don't rely on nir for uses_texture_gatherJordan Justen1-2/+2
2017-10-29i965: Only set key->high_quality_derivatives when it matters.Kenneth Graunke1-0/+1
2017-10-29i965: Update brw_wm_debug_recompile() for newer key entries.Kenneth Graunke1-5/+14
2017-10-12intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand1-11/+5
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-3/+4
2017-08-30i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin1-3/+3
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-15/+18
2017-08-23i965: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke1-1/+3
2017-07-20i965/miptree: Switch to isl_surf::samplesTopi Pohjolainen1-2/+2
2017-07-20i965/miptree: Switch to isl_surf::msaa_layoutTopi Pohjolainen1-1/+1
2017-07-18i965/miptree: Do not rely on msaa type to decide if aux is neededTopi Pohjolainen1-3/+5