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: 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
*
intel/cfg: Add first/last_block helpers
Jason Ekstrand
2020-04-17
1
-0
/
+55
*
intel/batch_decoder: Stop printing to stdout
Jason Ekstrand
2020-04-16
1
-2
/
+2
*
anv: Report correct SLM size
Jason Ekstrand
2020-04-16
1
-1
/
+1
*
intel: Add _const versions of prog_data cast helpers
Jason Ekstrand
2020-04-16
1
-5
/
+10
*
anv: Fix UBO range detection in anv_nir_compute_push_layout
Jason Ekstrand
2020-04-15
1
-10
/
+5
*
anv: Advertise SEND count through VK_EXT_pipeline_executable_properties
Jason Ekstrand
2020-04-15
4
-0
/
+13
*
intel/compiler: Remove cs_prog_data->threads
Caio Marcelo de Oliveira Filho
2020-04-09
2
-20
/
+3
*
anv: Stop using cs_prog_data->threads
Caio Marcelo de Oliveira Filho
2020-04-09
5
-6
/
+32
*
intel/compiler: Add support for variable workgroup size
Plamena Manolova
2020-04-09
5
-29
/
+100
*
intel/compiler: Replace cs_prog_data->push.total with a helper
Caio Marcelo de Oliveira Filho
2020-04-09
3
-8
/
+18
*
anv/gen12: Lower VK_KHR_multiview using Primitive Replication
Caio Marcelo de Oliveira Filho
2020-04-07
8
-16
/
+471
*
intel/fs: Allow multiple slots for position
Caio Marcelo de Oliveira Filho
2020-04-07
9
-12
/
+41
*
intel/gen12: Add XML description for 3DSTATE_PRIMITIVE_REPLICATION
Caio Marcelo de Oliveira Filho
2020-04-07
1
-0
/
+16
*
intel/nir: Enable load/store vectorization
Jason Ekstrand
2020-04-03
1
-11
/
+55
*
intel/nir: Lower memory access bit sizes later
Jason Ekstrand
2020-04-03
1
-2
/
+12
*
anv: Improve brw_nir_lower_mem_access_bit_sizes
Jason Ekstrand
2020-04-03
1
-5
/
+5
*
intel/fs: Choose memory message type based on bit size
Jason Ekstrand
2020-04-03
1
-30
/
+42
[next]