aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: make use of new is_arb_asm flagTimothy Arceri2017-01-061-7/+6
* 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-5/+2
* i965: pass gl_program to the brw_*_debug_recompile() functionsTimothy Arceri2017-01-061-63/+62
* i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...Timothy Arceri2017-01-031-2/+2
* i965: update brw_get_shader_time_index() not to take gl_shader_programTimothy Arceri2017-01-031-2/+5
* i965: move compiled_once flag to brw_programTimothy Arceri2016-12-301-7/+3
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-191-2/+2
* i965: Disable depth writes when depth test is GL_EQUAL.Kenneth Graunke2016-11-181-1/+1
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-171-2/+1
* i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri2016-11-171-4/+4
* i965: Fix alpha-to-coverage and alpha test enabled checksAnuj Phogat2016-11-071-2/+2
* i965: replace brw_fragment_program with brw_programTimothy Arceri2016-10-261-6/+4
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-261-13/+12
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-261-13/+9
* i965: rewrite brw_setup_vue_interpolation()Timothy Arceri2016-10-261-4/+14
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-10/+10
* i965: get inputs read from nir infoTimothy Arceri2016-10-061-5/+9
* i965: get outputs written from nir infoTimothy Arceri2016-10-061-3/+7
* i965: remove remaining tabs in brw_wm.cTimothy Arceri2016-10-061-44/+44
* i965: get uses discard from nir infoTimothy Arceri2016-10-061-2/+4
* i965: get uses texture gather from nir infoTimothy Arceri2016-10-061-2/+3
* i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke2016-10-051-5/+5
* i965: make vs and fs key generation helpers available to shader cacheCarl Worth2016-09-271-1/+1
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-2/+3
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-1/+1
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-2/+2
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* i965: Allocate space in the binding table for non-coherent FB fetch.Francisco Jerez2016-08-251-3/+10