summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/i965: Remove driverDylan Baker1-639/+0
2021-11-08intel: move away from booleans to identify platformsLionel Landwerlin1-2/+3
2021-10-15intel: fix INTEL_DEBUG environment variable on 32-bit systemsMarcin Ślusarz1-3/+3
2021-07-28mesa: move gl_program::is_arb_asm to shader_infoPierre-Eric Pelloux-Prayer1-7/+7
2021-06-03intel/nir,i965: Move HW generation check for UBO pushing to i965Jason Ekstrand1-2/+4
2021-05-17intel: simplify is_haswell checks, part 1Marcin Ślusarz1-1/+1
2021-04-20intel: Rename gen_device prefix to intel_deviceAnuj Phogat1-7/+7
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-1/+1
2021-04-02intel: Rename Genx keyword to GfxxAnuj Phogat1-2/+2
2021-04-02intel: Rename genx keyword to gfxx in source filesAnuj Phogat1-4/+4
2021-04-02intel: Rename gen field in gen_device_info struct to verAnuj Phogat1-14/+14
2021-03-24intel/compiler: Use a struct for brw_compile_fs parametersCaio Marcelo de Oliveira Filho1-15/+24
2021-03-11i965: Rename files with "intel_" prefix to "brw_"Anuj Phogat1-3/+3
2021-02-25i965: Rename the rest of intel_* functions to brw_*Kenneth Graunke1-1/+1
2021-02-25i965: Rename intel_renderbuffer to brw_renderbufferKenneth Graunke1-1/+1
2021-02-25i965: Rename intel_texture_{object,image} to brw_texture_{object,image}Kenneth Graunke1-2/+2
2021-02-15mesa: optimize the dual source blend error checking using a bitmaskMarek Olšák1-1/+1
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-8/+8
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