index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix updating bound fast ds clear values with different aspects
Samuel Pitoiset
2019-10-22
1
-3
/
+13
*
intel/compiler: Refactor disassembly of sources in 3src instruction
Sagar Ghuge
2019-10-21
1
-19
/
+10
*
intel/compiler: Don't move immediate in register
Sagar Ghuge
2019-10-21
1
-0
/
+38
*
intel/compiler: Set bits according to source file
Sagar Ghuge
2019-10-21
1
-2
/
+12
*
intel/compiler: Add Immediate support for 3 source instruction
Sagar Ghuge
2019-10-21
1
-21
/
+32
*
intel: Add missing entry for brw_nir_lower_alpha_to_coverage in Makefile
Sagar Ghuge
2019-10-21
1
-0
/
+1
*
llvmpipe: handle compute shader launch with 0 threads
Dave Airlie
2019-10-21
1
-0
/
+9
*
freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mk
Marijn Suijten
2019-10-21
1
-0
/
+1
*
ac/llvm: fix ac_to_integer_type() for 32-bit const addr space pointers
Samuel Pitoiset
2019-10-21
1
-0
/
+1
*
aco: run opt_algebraic in a loop
Rhys Perry
2019-10-21
1
-3
/
+8
*
aco: use nir_lower_idiv_precise
Rhys Perry
2019-10-21
1
-1
/
+1
*
nir/lower_idiv: add new llvm-based path
Rhys Perry
2019-10-21
8
-17
/
+136
*
intel/compiler: Remove emit_alpha_to_coverage workaround from backend
Sagar Ghuge
2019-10-21
2
-84
/
+13
*
nir: Add alpha_to_coverage lowering pass
Sagar Ghuge
2019-10-21
3
-0
/
+171
*
aco: ensure that uniform booleans are computed in WQM if their uses happen in...
Daniel Schürmann
2019-10-21
1
-1
/
+2
*
aco/gfx10: Update constant addresses in fix_branches_gfx10.
Timur Kristóf
2019-10-21
1
-1
/
+12
*
aco/gfx10: Fix PS exports for SPI_SHADER_32_AR.
Timur Kristóf
2019-10-21
1
-1
/
+7
*
aco/gfx10: Wait for pending SMEM stores before loads
Timur Kristóf
2019-10-21
2
-1
/
+33
*
panfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()
Boris Brezillon
2019-10-21
3
-2
/
+63
*
st/mesa: only require ESSL 3.1 for geometry shaders
Iago Toral Quiroga
2019-10-21
1
-1
/
+1
*
egl/android: Remove our own reference to buffers.
Lepton Wu
2019-10-21
1
-3
/
+1
*
radv: advertise VK_KHR_spirv_1_4
Samuel Pitoiset
2019-10-21
1
-0
/
+1
*
radv: do not dump descriptors twice in hang reports
Samuel Pitoiset
2019-10-21
1
-10
/
+15
*
radv: dump trace files earlier if a GPU hang is detected
Samuel Pitoiset
2019-10-21
1
-1
/
+2
*
radv: print which ring is dumped in hang reports
Samuel Pitoiset
2019-10-21
1
-0
/
+2
*
radv: do not print useless descriptors info in hang reports
Samuel Pitoiset
2019-10-21
1
-74
/
+1
*
radv: enable VK_KHR_shader_float_controls on GFX6-GFX7
Samuel Pitoiset
2019-10-21
2
-4
/
+4
*
pan/midgard: Implement SIMD-aware dead code elimination
Alyssa Rosenzweig
2019-10-20
1
-8
/
+57
*
pan/midgard: Create dependency graph bytewise
Alyssa Rosenzweig
2019-10-20
1
-12
/
+12
*
pan/midgard: Handle nontrivial masks in texture RA
Alyssa Rosenzweig
2019-10-20
1
-1
/
+1
*
pan/midgard: Implement per-byte liveness tracking
Alyssa Rosenzweig
2019-10-20
1
-3
/
+2
*
pan/midgard: Simplify mir_bytemask_of_read_components
Alyssa Rosenzweig
2019-10-20
1
-18
/
+4
*
pan/midgard: Report byte masks for read components
Alyssa Rosenzweig
2019-10-20
6
-31
/
+31
*
pan/midgard: Add helpers for manipulating byte masks
Alyssa Rosenzweig
2019-10-20
2
-0
/
+177
*
pan/midgard: Implement OP_IS_STORE with table
Alyssa Rosenzweig
2019-10-20
2
-13
/
+2
*
pan/midgard: Tableize load/store ops
Alyssa Rosenzweig
2019-10-20
5
-70
/
+102
*
pan/midgard: Factor out mir_get_alu_src
Alyssa Rosenzweig
2019-10-20
1
-6
/
+8
*
pan/midgard/disasm: Fix printing 8-bit/16-bit masks
Alyssa Rosenzweig
2019-10-20
1
-49
/
+30
*
pan/midgard: Identify 64-bit atomic opcodes
Alyssa Rosenzweig
2019-10-20
2
-0
/
+20
*
pan/midgard: Debug mir_insert_instruction_after_scheduled
Alyssa Rosenzweig
2019-10-20
1
-2
/
+6
*
etnaviv: keep track of buffer valid ranges for PIPE_BUFFER
Christian Gmeiner
2019-10-20
3
-2
/
+35
*
etnaviv: store updated usage in pipe_transfer object
Christian Gmeiner
2019-10-20
1
-8
/
+8
*
etnaviv: fix code style
Christian Gmeiner
2019-10-20
1
-1
/
+2
*
anv: fix memory leak on device destroy
Lionel Landwerlin
2019-10-20
1
-1
/
+11
*
etnaviv: fix compile warnings
Christian Gmeiner
2019-10-20
3
-7
/
+0
*
mesa: Redefine the RG formats as array formats.
Eric Anholt
2019-10-20
15
-117
/
+67
*
gallium: Drop the unused PIPE_FORMAT_A*L* formats.
Eric Anholt
2019-10-20
3
-30
/
+0
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
20
-103
/
+62
*
mesa: Replace the LA16_UNORM packed formats with one array format.
Eric Anholt
2019-10-20
10
-22
/
+16
*
radeon: Drop the unused first arg of OUT_BATCH_RELOC.
Eric Anholt
2019-10-20
9
-24
/
+24
[next]