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
*
intel/aux-map: Factor out some useful helpers
Jason Ekstrand
2020-01-25
2
-28
/
+91
*
intel/aux-map: Add some #defines
Jason Ekstrand
2020-01-25
2
-14
/
+25
*
intel/compiler: Add names for SHADER_OPCODE_[IU]SUB_SAT
Caio Marcelo de Oliveira Filho
2020-01-24
1
-0
/
+4
*
anv: Always initialize target_stencil_layout
Caio Marcelo de Oliveira Filho
2020-01-24
1
-2
/
+4
*
anv: Replace aux_surface.isl.size_B checks with aux_usage checks
Jason Ekstrand
2020-01-24
3
-13
/
+11
*
anv: Rework the meaning of anv_image::planes[]::aux_usage
Jason Ekstrand
2020-01-24
4
-27
/
+13
*
intel/isl: Add a hack for the Gen12 A0 texture buffer bug
Jason Ekstrand
2020-01-24
1
-0
/
+19
*
intel/isl: Plumb devinfo into isl_genX(buffer_fill_state_s)
Jason Ekstrand
2020-01-24
3
-3
/
+3
*
intel/disasm: Properly disassemble indirect SENDs
Jason Ekstrand
2020-01-24
1
-3
/
+16
*
intel/fs: Don't unnecessarily fall back to indirect sends on Gen12
Jason Ekstrand
2020-01-24
1
-3
/
+4
*
anv: Improve BTI change cache flushing
Jason Ekstrand
2020-01-24
2
-7
/
+17
*
anv: Allow HiZ in read-only depth layouts
Jason Ekstrand
2020-01-24
1
-0
/
+60
*
anv: Add a usage parameter to anv_layout_to_aux_usage
Jason Ekstrand
2020-01-24
4
-18
/
+53
*
anv: Use isl_aux_state for HiZ resolves
Jason Ekstrand
2020-01-24
2
-19
/
+50
*
anv: Add a layout_to_aux_state helper
Jason Ekstrand
2020-01-24
2
-82
/
+134
*
anv: Use TRANSFER_SRC_OPTIMAL for depth/stencil MSAA resolves
Jason Ekstrand
2020-01-24
1
-4
/
+4
*
intel/blorp: resize src and dst surfaces separately
Jason Ekstrand
2020-01-24
1
-45
/
+53
*
anv/apply_pipeline_layout: Initialize the nir_builder before use
Jason Ekstrand
2020-01-23
1
-1
/
+2
*
util/hash_table: added hash functions for integer types
Anthony Pesch
2020-01-23
1
-1
/
+1
*
anv/iris: warn gen12 3DSTATE_HS restriction
Lionel Landwerlin
2020-01-23
1
-0
/
+11
*
intel: Fix aux map alignments on 32-bit builds.
Kenneth Graunke
2020-01-23
1
-4
/
+4
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-6
/
+3
*
anv: Enable SPV_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_f...
Ian Romanick
2020-01-23
2
-0
/
+2
*
i965: Enable INTEL_shader_integer_functions2 on Gen8+
Ian Romanick
2020-01-23
1
-0
/
+2
*
intel/fs: Implement support for NIR opcodes for INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+67
*
intel/fs: Add SHADER_OPCODE_[IU]SUB_SAT pseudo-ops
Ian Romanick
2020-01-23
3
-0
/
+101
*
intel/fs: Don't lower integer multiplies that don't need lowering
Ian Romanick
2020-01-23
1
-0
/
+11
*
intel/compiler: Move Gen4/5 rounding to visitor
Matt Turner
2020-01-22
4
-37
/
+28
*
intel/compiler: Return early if read() failed
Emmanuel Gil Peyrot
2020-01-22
1
-1
/
+4
*
intel/perf: adapt to platforms like Solaris without d_type in struct dirent
Alan Coopersmith
2020-01-22
1
-5
/
+20
*
anv: ensure prog params are initialized with 0s
Lionel Landwerlin
2020-01-22
1
-1
/
+1
*
intel/compiler: Fix array bounds warning on GCC 10.
Timur Kristóf
2020-01-22
1
-0
/
+2
*
intel/compiler: Test compaction on Gen <= 12
Matt Turner
2020-01-22
1
-1
/
+1
*
intel/compiler: Validate fuzzed instructions
Matt Turner
2020-01-22
3
-1
/
+7
*
intel/compiler: Add unit tests for new EU validation checks
Matt Turner
2020-01-22
1
-0
/
+396
*
intel/compiler: Validate some instruction word encodings
Matt Turner
2020-01-22
1
-10
/
+84
*
intel/compiler: Factor out brw_validate_instruction()
Matt Turner
2020-01-22
1
-26
/
+35
*
intel/compiler: Handle invalid compacted immediates
Matt Turner
2020-01-22
1
-1
/
+15
*
intel/compiler: Handle invalid inputs to brw_reg_type_to_*()
Matt Turner
2020-01-22
1
-0
/
+6
*
intel/compiler: Split hw_type tables
Matt Turner
2020-01-22
1
-23
/
+116
*
intel/compiler: Add a INVALID_{,HW_}REG_TYPE macros
Matt Turner
2020-01-22
3
-5
/
+8
*
intel/compiler: Add NF some more places
Matt Turner
2020-01-22
2
-0
/
+5
*
intel/compiler: Limit compaction unit tests to specific gens
Matt Turner
2020-01-22
1
-9
/
+18
*
intel/compiler: Don't disassemble align1 3-src operands on Gen < 10
Matt Turner
2020-01-22
1
-0
/
+12
*
intel/compiler: Split has_64bit_types into float/int
Matt Turner
2020-01-22
8
-27
/
+80
*
intel/compiler: Extract GEN_* macros into separate file
Matt Turner
2020-01-22
2
-37
/
+63
*
intel/compiler: Use ARRAY_SIZE()
Matt Turner
2020-01-22
1
-22
/
+22
*
intel/fs: Don't emit control barrier if only one thread is used
Caio Marcelo de Oliveira Filho
2020-01-21
1
-0
/
+9
*
intel/fs: Don't emit fence for shared memory if only one thread is used
Caio Marcelo de Oliveira Filho
2020-01-21
1
-13
/
+23
*
intel/fs: Add workgroup_size() helper
Caio Marcelo de Oliveira Filho
2020-01-21
2
-0
/
+10
[next]