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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "mesa/main: Fix multisample texture initialize"
Illia Iorin
2019-10-25
1
-25
/
+13
*
glsl/serialize: optimize for equal offsets in uniform remap tables
Marek Olšák
2019-10-25
1
-2
/
+28
*
glsl/serialize: restructure remap table code
Marek Olšák
2019-10-25
1
-63
/
+56
*
nir: Use VARYING_SLOT_TESS_MAX to size indirect bitmasks
Kenneth Graunke
2019-10-25
1
-2
/
+2
*
Revert "ci: Disable lima until its farm can get fixed."
Neil Armstrong
2019-10-25
1
-2
/
+2
*
Revert "mapi: Inline call x86_current_tls."
Jason Ekstrand
2019-10-25
1
-7
/
+3
*
rbug: Fix use of alloca() without #include "c99_alloca.h"
Jon Turney
2019-10-25
1
-0
/
+2
*
pan/midgard: Express allocated registers as offsets
Alyssa Rosenzweig
2019-10-25
1
-104
/
+62
*
pan/midgard: Expose more typesize manipulation routines
Alyssa Rosenzweig
2019-10-25
2
-2
/
+4
*
pan/midgard: Add mir_set_bytemask helper
Alyssa Rosenzweig
2019-10-25
2
-0
/
+7
*
st/nine: Fix unused variable warnings in release build.
Timur Kristóf
2019-10-25
1
-9
/
+9
*
st/nine: Fix build with -Werror=empty-body
Timur Kristóf
2019-10-25
1
-3
/
+3
*
aco: Refactor hazard mitigations, separate pass for GFX10.
Timur Kristóf
2019-10-25
1
-70
/
+113
*
aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.
Timur Kristóf
2019-10-25
1
-10
/
+20
*
aco/gfx10: Mitigate LdsBranchVmemWARHazard.
Timur Kristóf
2019-10-25
2
-0
/
+66
*
aco/gfx10: Mitigate SMEMtoVectorWriteHazard.
Timur Kristóf
2019-10-25
2
-0
/
+70
*
aco/gfx10: Mitigate VcmpxExecWARHazard.
Timur Kristóf
2019-10-25
2
-0
/
+59
*
aco/gfx10: Mitigate VcmpxPermlaneHazard.
Timur Kristóf
2019-10-25
2
-0
/
+28
*
aco/gfx10: Add notes about some GFX10 hazards.
Timur Kristóf
2019-10-25
2
-2
/
+37
*
radv: fix VK_KHR_shader_float_controls dependency on GFX6-7
Samuel Pitoiset
2019-10-25
1
-3
/
+3
*
mapi: Inline call x86_current_tls.
Lepton Wu
2019-10-24
1
-3
/
+7
*
virgl: Remove formats with unusual sample count.
Lepton Wu
2019-10-24
1
-0
/
+3
*
nir: Use BITSET for tracking varyings in lower_io_arrays
Kristian H. Kristensen
2019-10-24
1
-33
/
+22
*
docs: update calendar, add news item and link release notes for 19.2.2
Dylan Baker
2019-10-24
3
-10
/
+5
*
docs: Add sha256 sum for 19.2.2
Dylan Baker
2019-10-24
1
-1
/
+1
*
docs: Add release notes for 19.2.2
Dylan Baker
2019-10-24
1
-0
/
+147
*
freedreno/ir3: handle the progress case
Rob Clark
2019-10-24
1
-26
/
+35
*
freedreno/ir3: remove restrictions on const + (abs)/(neg)
Rob Clark
2019-10-24
2
-14
/
+6
*
freedreno/ir3: allow copy-propagate out of fanout
Rob Clark
2019-10-24
1
-7
/
+27
*
freedreno/ir3: treat high vs low reg as conversion
Rob Clark
2019-10-24
1
-1
/
+7
*
freedreno/ir3: propagate dest flags for collect/fanin
Rob Clark
2019-10-24
1
-3
/
+9
*
freedreno/ir3: make high regs easier to see in IR dumps
Rob Clark
2019-10-24
1
-0
/
+2
*
freedreno/ir3: debug cleanup
Rob Clark
2019-10-24
6
-46
/
+32
*
spirv: Add helper to find args of Image Operands
Caio Marcelo de Oliveira Filho
2019-10-24
1
-22
/
+79
*
spirv: Check that only one offset is defined as Image Operand
Caio Marcelo de Oliveira Filho
2019-10-24
1
-0
/
+6
*
spirv: Add imageoperands_to_string helper
Caio Marcelo de Oliveira Filho
2019-10-24
2
-3
/
+23
*
anv: Implement VK_KHR_vulkan_memory_model
Caio Marcelo de Oliveira Filho
2019-10-24
4
-0
/
+13
*
spirv: Handle MakePointerAvailable/Visible
Caio Marcelo de Oliveira Filho
2019-10-24
1
-0
/
+32
*
spirv: Handle MakeTexelAvailable/Visible
Caio Marcelo de Oliveira Filho
2019-10-24
1
-8
/
+39
*
spirv: Add option to emit scoped memory barriers
Caio Marcelo de Oliveira Filho
2019-10-24
2
-0
/
+126
*
spirv: Add SpvMemoryModelVulkan and related capabilities
Caio Marcelo de Oliveira Filho
2019-10-24
2
-3
/
+24
*
spirv: Emit memory barriers for atomic operations
Caio Marcelo de Oliveira Filho
2019-10-24
2
-1
/
+100
*
spirv: Parse memory semantics for atomic operations
Caio Marcelo de Oliveira Filho
2019-10-24
2
-5
/
+38
*
intel/fs: Implement scoped_memory_barrier
Caio Marcelo de Oliveira Filho
2019-10-24
1
-8
/
+19
*
nir/tests: Add copy propagation tests with scoped_memory_barrier
Caio Marcelo de Oliveira Filho
2019-10-24
1
-1
/
+407
*
nir: Add scoped_memory_barrier intrinsic
Caio Marcelo de Oliveira Filho
2019-10-24
7
-0
/
+124
*
spirv/info: Add a memorymodel_to_string helper
Jason Ekstrand
2019-10-24
2
-0
/
+2
*
docs: Add release not about scons deprecation
Dylan Baker
2019-10-24
1
-0
/
+1
*
scons: Also print a deprecation warning on windows
Dylan Baker
2019-10-24
1
-0
/
+7
*
scons: Print a deprecation warning about using scons on not windows
Dylan Baker
2019-10-24
4
-4
/
+19
[prev]
[next]