aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.c
Commit message (Expand)AuthorAgeFilesLines
* i965: add P0x formats and propagate required scaling factorsTapani Pälli2019-02-121-0/+4
* intel/compiler: add scale_factors to sampler_prog_key_dataTapani Pälli2019-02-121-0/+1
* i965: Drop mark_surface_used mechanism.Kenneth Graunke2019-01-131-0/+3
* 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
* i965: add support for sampling from AYUVLionel Landwerlin2018-11-121-0/+6
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-3/+4
* i965: Only enable depth IZ signals if there's an actual depthbuffer.Kenneth Graunke2018-08-091-3/+8
* 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-18/+30
* i965: Replace brw_setup_tex_for_precompile brw with devinfoJordan Justen2018-07-091-1/+1
* i965: Add plumbing for shader time in 32-wide FS dispatch mode.Francisco Jerez2018-06-281-2/+4
* i965: Add and use a single miptree aux_buf fieldNanley Chery2018-04-241-1/+1
* mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.Francisco Jerez2018-02-241-2/+2
* mesa: change gl_link_status enums to uppercaseBrian Paul2018-01-261-1/+1
* i965: Drop render_target_start from binding table struct.Kenneth Graunke2018-01-221-6/+4
* i965: Delete completely bogus commentKenneth Graunke2018-01-201-5/+0
* i965: Add shader cache support for vertex and fragment stagesTimothy Arceri2017-10-311-9/+15
* i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen2017-10-311-3/+1
* intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen2017-10-311-3/+2
* i965: Don't rely on nir for uses_texture_gatherJordan Justen2017-10-311-2/+2
* i965: Only set key->high_quality_derivatives when it matters.Kenneth Graunke2017-10-291-0/+1
* i965: Update brw_wm_debug_recompile() for newer key entries.Kenneth Graunke2017-10-291-5/+14
* intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand2017-10-121-11/+5
* 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-3/+4
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-301-3/+3
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-15/+18
* i965: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke2017-08-231-1/+3
* i965/miptree: Switch to isl_surf::samplesTopi Pohjolainen2017-07-201-2/+2
* i965/miptree: Switch to isl_surf::msaa_layoutTopi Pohjolainen2017-07-201-1/+1
* i965/miptree: Do not rely on msaa type to decide if aux is neededTopi Pohjolainen2017-07-181-3/+5
* i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke2017-07-131-0/+2
* i965/i915: Add UYVY as the supported formatJohnson Lin2017-06-301-0/+7
* mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák2017-06-221-1/+1
* i965: Remove some of the remnants of metaJason Ekstrand2017-06-141-1/+1
* i965: Print "force dual color blending" in FS recompile debug output.Kenneth Graunke2017-06-141-0/+3
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-3/+3
* 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: Move some gen4 WM defines to brw_compiler.hJason Ekstrand2017-03-011-16/+16
* st/mesa/i965: create link status enumTimothy Arceri2017-02-091-1/+1
* i965: Make a helper for finding an existing shader variant.Kenneth Graunke2017-01-171-17/+5
* i965: Fix textureGather with RG32I/UI on Gen7.Kenneth Graunke2017-01-131-7/+34
* i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri2017-01-061-9/+4