index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_wm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: add P0x formats and propagate required scaling factors
Tapani Pälli
2019-02-12
1
-0
/
+4
*
intel/compiler: add scale_factors to sampler_prog_key_data
Tapani Pälli
2019-02-12
1
-0
/
+1
*
i965: Drop mark_surface_used mechanism.
Kenneth Graunke
2019-01-13
1
-0
/
+3
*
i965: Do NIR shader cloning in the caller.
Kenneth Graunke
2018-11-20
1
-1
/
+1
*
i965: Use a 'nir' temporary rather than poking at brw_program
Kenneth Graunke
2018-11-20
1
-5
/
+6
*
i965: add support for sampling from AYUV
Lionel Landwerlin
2018-11-12
1
-0
/
+6
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-3
/
+4
*
i965: Only enable depth IZ signals if there's an actual depthbuffer.
Kenneth Graunke
2018-08-09
1
-3
/
+8
*
intel/compiler: Account for built-in uniforms in analyze_ubo_ranges
Jason Ekstrand
2018-07-23
1
-1
/
+1
*
i965: Add flag_state param to brw_search_cache
Jordan Justen
2018-07-09
1
-4
/
+3
*
i965: Add brw_populate_default_key
Jordan Justen
2018-07-09
1
-18
/
+30
*
i965: Replace brw_setup_tex_for_precompile brw with devinfo
Jordan Justen
2018-07-09
1
-1
/
+1
*
i965: Add plumbing for shader time in 32-wide FS dispatch mode.
Francisco Jerez
2018-06-28
1
-2
/
+4
*
i965: Add and use a single miptree aux_buf field
Nanley Chery
2018-04-24
1
-1
/
+1
*
mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.
Francisco Jerez
2018-02-24
1
-2
/
+2
*
mesa: change gl_link_status enums to uppercase
Brian Paul
2018-01-26
1
-1
/
+1
*
i965: Drop render_target_start from binding table struct.
Kenneth Graunke
2018-01-22
1
-6
/
+4
*
i965: Delete completely bogus comment
Kenneth Graunke
2018-01-20
1
-5
/
+0
*
i965: Add shader cache support for vertex and fragment stages
Timothy Arceri
2017-10-31
1
-9
/
+15
*
i965: Calculate thread_count in brw_alloc_stage_scratch
Jordan Justen
2017-10-31
1
-3
/
+1
*
intel/compiler: Remove final_program_size from brw_compile_*
Jordan Justen
2017-10-31
1
-3
/
+2
*
i965: Don't rely on nir for uses_texture_gather
Jordan Justen
2017-10-31
1
-2
/
+2
*
i965: Only set key->high_quality_derivatives when it matters.
Kenneth Graunke
2017-10-29
1
-0
/
+1
*
i965: Update brw_wm_debug_recompile() for newer key entries.
Kenneth Graunke
2017-10-29
1
-5
/
+14
*
intel: Allocate prog_data::[pull_]param deeper inside the compiler
Jason Ekstrand
2017-10-12
1
-11
/
+5
*
intel/compiler: Stop adding params for texture sizes
Jason Ekstrand
2017-10-12
1
-3
/
+0
*
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
2017-10-12
1
-4
/
+0
*
intel: Rewrite the world of push/pull params
Jason Ekstrand
2017-10-12
1
-4
/
+2
*
i965: Convert brw->*_program into a brw->programs[i] array.
Kenneth Graunke
2017-09-26
1
-3
/
+4
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-3
/
+3
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-15
/
+18
*
i965: Only set key->flat_shade if COL0/COL1 are written.
Kenneth Graunke
2017-08-23
1
-1
/
+3
*
i965/miptree: Switch to isl_surf::samples
Topi Pohjolainen
2017-07-20
1
-2
/
+2
*
i965/miptree: Switch to isl_surf::msaa_layout
Topi Pohjolainen
2017-07-20
1
-1
/
+1
*
i965/miptree: Do not rely on msaa type to decide if aux is needed
Topi Pohjolainen
2017-07-18
1
-3
/
+5
*
i965: Select ranges of UBO data to be uploaded as push constants.
Kenneth Graunke
2017-07-13
1
-0
/
+2
*
i965/i915: Add UYVY as the supported format
Johnson Lin
2017-06-30
1
-0
/
+7
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
1
-1
/
+1
*
i965: Remove some of the remnants of meta
Jason Ekstrand
2017-06-14
1
-1
/
+1
*
i965: Print "force dual color blending" in FS recompile debug output.
Kenneth Graunke
2017-06-14
1
-0
/
+3
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-3
/
+3
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-2
/
+2
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-2
/
+2
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-1
/
+1
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-1
/
+0
*
i965: Move some gen4 WM defines to brw_compiler.h
Jason Ekstrand
2017-03-01
1
-16
/
+16
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
1
-1
/
+1
*
i965: Make a helper for finding an existing shader variant.
Kenneth Graunke
2017-01-17
1
-17
/
+5
*
i965: Fix textureGather with RG32I/UI on Gen7.
Kenneth Graunke
2017-01-13
1
-7
/
+34
*
i965: stop passing gl_shader_program to the precompile and codegen functions
Timothy Arceri
2017-01-06
1
-9
/
+4
[next]