summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-13i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke1-0/+2
2017-06-30i965/i915: Add UYVY as the supported formatJohnson Lin1-0/+7
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-1/+1
2017-06-14i965: Remove some of the remnants of metaJason Ekstrand1-1/+1
2017-06-14i965: Print "force dual color blending" in FS recompile debug output.Kenneth Graunke1-0/+3
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-3/+3
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-03-01i965: Move some gen4 WM defines to brw_compiler.hJason Ekstrand1-16/+16
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-13i965: Fix textureGather with RG32I/UI on Gen7.Kenneth Graunke1-7/+34
2017-01-06i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri1-9/+4
2017-01-06i965: make use of new is_arb_asm flagTimothy Arceri1-7/+6
2017-01-06i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()Timothy Arceri1-1/+1
2017-01-06i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...Timothy Arceri1-5/+2
2017-01-06i965: pass gl_program to the brw_*_debug_recompile() functionsTimothy Arceri1-63/+62
2017-01-03i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...Timothy Arceri1-2/+2
2017-01-03i965: update brw_get_shader_time_index() not to take gl_shader_programTimothy Arceri1-2/+5
2016-12-30i965: move compiled_once flag to brw_programTimothy Arceri1-7/+3
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-18i965: Disable depth writes when depth test is GL_EQUAL.Kenneth Graunke1-1/+1
2016-11-17i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri1-2/+1
2016-11-17i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri1-4/+4
2016-11-07i965: Fix alpha-to-coverage and alpha test enabled checksAnuj Phogat1-2/+2
2016-10-26i965: replace brw_fragment_program with brw_programTimothy Arceri1-6/+4
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-13/+12
2016-10-26i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri1-13/+9
2016-10-26i965: rewrite brw_setup_vue_interpolation()Timothy Arceri1-4/+14
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri1-10/+10
2016-10-06i965: get inputs read from nir infoTimothy Arceri1-5/+9
2016-10-06i965: get outputs written from nir infoTimothy Arceri1-3/+7
2016-10-06i965: remove remaining tabs in brw_wm.cTimothy Arceri1-44/+44
2016-10-06i965: get uses discard from nir infoTimothy Arceri1-2/+4
2016-10-06i965: get uses texture gather from nir infoTimothy Arceri1-2/+3
2016-10-05i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke1-5/+5
2016-09-27i965: make vs and fs key generation helpers available to shader cacheCarl Worth1-1/+1