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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Add support for HiZ+CCS
Jason Ekstrand
2020-04-24
2
-2
/
+40
*
intel/isl: Refactor isl_surf_get_ccs_surf
Jason Ekstrand
2020-04-24
2
-139
/
+178
*
intel/isl: Delete a misleading comment
Jason Ekstrand
2020-04-24
1
-3
/
+0
*
anv/cmd_buffer: Move anv_image_init_aux_tt higher
Jason Ekstrand
2020-04-24
1
-99
/
+99
*
anv: Simplify a case in layout_to_aux_usage
Jason Ekstrand
2020-04-24
1
-6
/
+1
*
intel/blorp: Allow more HiZ usages in hiz_clear_depth_stencil
Jason Ekstrand
2020-04-24
1
-1
/
+1
*
anv: Generalize some aux usage checks
Jason Ekstrand
2020-04-24
2
-6
/
+7
*
anv/blorp: Do less hard-coding of aux usages
Jason Ekstrand
2020-04-24
1
-5
/
+9
*
anv: Rework anv_layout_to_aux_state
Jason Ekstrand
2020-04-24
1
-73
/
+81
*
anv: Be more conservative about image view usage
Jason Ekstrand
2020-04-24
1
-5
/
+32
*
anv: Move vk_image_layout_is_read_only higher
Jason Ekstrand
2020-04-24
1
-44
/
+44
*
anv: Add a vk_image_layout_to_usage_flags helper
Jason Ekstrand
2020-04-24
1
-0
/
+109
*
anv: Enable HiZ on multi-layer depth buffers.
Rafael Antognolli
2020-04-24
2
-11
/
+11
*
anv: Drop an assert
Jason Ekstrand
2020-04-24
1
-1
/
+0
*
spirv: Use nir_const_value for spec constants
Jason Ekstrand
2020-04-24
1
-5
/
+5
*
anv: Properly handle all sizes of specialization constants
Jason Ekstrand
2020-04-24
1
-2
/
+15
*
anv/radv: Resolving 'GetInstanceProcAddr' should not require a valid instance
Eduardo Lima Mitev
2020-04-24
1
-0
/
+5
*
anv: force whole EU array to be powered for perf queries
Lionel Landwerlin
2020-04-23
1
-0
/
+10
*
intel/perf: specify sseu configuration when supported
Lionel Landwerlin
2020-04-23
3
-6
/
+14
*
intel/perf: store default sseu configuration
Lionel Landwerlin
2020-04-23
2
-0
/
+20
*
nir/algebraic: don't undo lowering of 8/16-bit comparisons to 32-bit
Rhys Perry
2020-04-23
1
-1
/
+3
*
intel/compiler: Don't create 64-bit src1 immediates in opt_peephole_sel
Kenneth Graunke
2020-04-23
1
-2
/
+8
*
intel/compiler: Delete abs/neg handling in fsign code
Kenneth Graunke
2020-04-22
2
-40
/
+2
*
intel/compiler: Don't copy prop source mods into PICK_HIGH_32BIT
Kenneth Graunke
2020-04-22
1
-1
/
+2
*
intel/compiler: Put back saturate on [iu]add_sat opcodes
Kenneth Graunke
2020-04-22
1
-0
/
+1
*
intel/compiler: Drop nir_lower_to_source_mods() and related handling.
Kenneth Graunke
2020-04-21
4
-123
/
+27
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
2
-0
/
+2
*
replace _mesa_logbase2 with util_logbase2
Dylan Baker
2020-04-21
5
-8
/
+8
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
2
-3
/
+2
*
anv/android: fix assert in anv_import_ahw_memory
Abhishek Kumar
2020-04-21
1
-1
/
+1
*
nir: Delete the fnoise opcodes
Jason Ekstrand
2020-04-21
2
-36
/
+0
*
intel/fs: Coalesce when the src live range is contained in the dst
Jason Ekstrand
2020-04-21
1
-7
/
+43
*
intel/fs: Rename block to scan_block in can_coalesce_vars
Jason Ekstrand
2020-04-21
1
-4
/
+4
*
anv: use common nir_convert_ycbcr
Jonathan Marek
2020-04-20
1
-123
/
+8
*
anv: Add support for new MMAP_OFFSET ioctl.
Rafael Antognolli
2020-04-20
3
-5
/
+49
*
anv: Add anv_device parameter to anv_gem_munmap.
Rafael Antognolli
2020-04-20
5
-7
/
+8
*
intel/fs,vec4: Properly account SENDs in IVB memory fence
Caio Marcelo de Oliveira Filho
2020-04-20
4
-8
/
+20
*
anv: Apply any needed PIPE_CONTROLs before emitting state
Jason Ekstrand
2020-04-19
1
-0
/
+12
*
anv: Move vb_emit setup closer to where it's used in flush_state
Jason Ekstrand
2020-04-19
1
-4
/
+4
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
anv: skip writing perfcntr in results on Gen12+
Lionel Landwerlin
2020-04-18
1
-0
/
+4
*
intel/perf: Enable MDAPI queries for Gen12
Lionel Landwerlin
2020-04-18
2
-5
/
+8
*
intel/compiler: Fixup operands in fs_builder::emit() that takes array
Ian Romanick
2020-04-17
1
-1
/
+10
*
intel/compiler: CSEL can do saturate
Ian Romanick
2020-04-17
1
-0
/
+1
*
intel/compiler: Only GE and L modifiers are commutative for SEL
Ian Romanick
2020-04-17
1
-1
/
+5
*
intel/compiler: Silence unused parameter warning in update_inst_scoreboard
Ian Romanick
2020-04-17
1
-3
/
+3
*
intel/compiler: Silence unused parameter warning in fs_live_variables::setup_...
Ian Romanick
2020-04-17
2
-4
/
+3
*
intel/compiler: Silence unused parameter warnings in vec4_tcs_visitor
Ian Romanick
2020-04-17
1
-4
/
+4
*
intel/blorp: Delete an unused enum
Jason Ekstrand
2020-04-17
1
-15
/
+0
*
anv: Emit pushed UBO bounds checking code in the back-end compiler
Jason Ekstrand
2020-04-17
5
-144
/
+131
[next]