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
...
*
anv: Stop fetching the timestamp frequency ourselves
Jason Ekstrand
2020-03-24
1
-13
/
+0
*
egl/android: enable/disable KHR_partial_update correctly
Chia-I Wu
2020-03-23
1
-3
/
+5
*
ci: Ban the recent popular freedreno a630 intermittent failure.
Eric Anholt
2020-03-23
1
-0
/
+1
*
st/mesa: fix use of uninitialized memory due to st_nir_lower_builtin
Marek Olšák
2020-03-23
1
-1
/
+1
*
aco: fix boolean undef regclass
Rhys Perry
2020-03-23
1
-0
/
+2
*
lima: Add missing source file to Android.mk
Roman Stratiienko
2020-03-23
1
-0
/
+1
*
intel/tools/aubinator_error_decode: Decode ring buffers from HEAD to TAIL
D Scott Phillips
2020-03-23
1
-5
/
+43
*
docs/features: Update virgl OpenGL 4.5 features
Elie Tournier
2020-03-23
1
-2
/
+2
*
intel/tools/aubinator_error_decode: read HW Context before other batches
D Scott Phillips
2020-03-23
1
-0
/
+18
*
iris: Set patch count threshold in 3DSTATE_HS
Sagar Ghuge
2020-03-23
1
-0
/
+7
*
anv: Set patch count threshold in 3DSTATE_HS
Sagar Ghuge
2020-03-23
1
-0
/
+7
*
intel/compiler: Track patch count threshold
Sagar Ghuge
2020-03-23
2
-0
/
+33
*
intel/genxml: Add patch count threshold field on gen12
Sagar Ghuge
2020-03-23
1
-0
/
+1
*
gitlab-ci/traces: Add Vulkan sample entries for POLARIS10
Andres Gomez
2020-03-23
1
-1
/
+9
*
gitlab: add bug report template
Denys
2020-03-23
1
-0
/
+54
*
aco: emit IR in IF's merge block instead if the other side ends in a jump
Rhys Perry
2020-03-23
1
-6
/
+92
*
aco: improve check for unreachable loop continue blocks
Rhys Perry
2020-03-23
1
-6
/
+10
*
aco: skip NIR in unreachable merge blocks
Rhys Perry
2020-03-23
1
-2
/
+6
*
aco: handle when ACO adds new continue edges
Rhys Perry
2020-03-23
2
-1
/
+92
*
aco: handle missing second predecessors at merge block phis
Rhys Perry
2020-03-23
1
-0
/
+4
*
aco: set has_divergent_branch for discards in loops
Rhys Perry
2020-03-23
1
-0
/
+3
*
gitlab-ci: add python3-requests to the test-vk container
Andres Gomez
2020-03-23
2
-1
/
+2
*
radv/llvm: fix subgroup shuffle for chips without bpermute
Samuel Pitoiset
2020-03-23
2
-5
/
+30
*
panfrost: Align Android makefiles with recent changes
Roman Stratiienko
2020-03-23
7
-3
/
+68
*
gitlab-ci: add a bunch of new fossils from the Sascha Vulkan demos
Samuel Pitoiset
2020-03-23
1
-2
/
+2
*
gitlab-ci: add a new stage for RADV CI
Samuel Pitoiset
2020-03-23
2
-4
/
+4
*
gitlab-ci: compile fossils with more ASICs
Samuel Pitoiset
2020-03-23
1
-4
/
+17
*
gitlab-ci: compile fossils with both RADV compiler backends (LLVM/ACO)
Samuel Pitoiset
2020-03-23
1
-0
/
+3
*
gallium/gallivm: Remove workaround disabling AVX code for newer CPUs
Jan Zielinski
2020-03-23
1
-9
/
+3
*
radv/winsys: spoof some values for num_render_backends in the null winsys
Samuel Pitoiset
2020-03-23
1
-40
/
+32
*
radv/winsys: fix wrong PCI ID for Vega10 in the null winsys
Samuel Pitoiset
2020-03-23
1
-1
/
+1
*
glsl: Restore the IsES flag on the shader when reading from cache.
Eric Anholt
2020-03-22
1
-0
/
+2
*
gallivm: add support for rgtc/latc fetches.
Dave Airlie
2020-03-23
3
-3
/
+415
*
gallivm/s3tc: split out dxt5 alpha code
Dave Airlie
2020-03-23
1
-35
/
+55
*
intel: Add TGL PCI ID
Jordan Justen
2020-03-21
1
-0
/
+1
*
intel: Update TGL PCI strings
Jordan Justen
2020-03-21
1
-5
/
+5
*
pan/bi: Pack csel4 opcodes
Alyssa Rosenzweig
2020-03-22
2
-1
/
+80
*
pan/bi: Default csel to "!= 0" mode
Alyssa Rosenzweig
2020-03-22
1
-0
/
+5
*
pan/bi: Use bi_lookup_immediate when packing
Alyssa Rosenzweig
2020-03-22
1
-15
/
+25
*
pan/bi: Respect shift when printing immediates
Alyssa Rosenzweig
2020-03-22
3
-2
/
+11
*
pan/bi: Implement csel fusing
Alyssa Rosenzweig
2020-03-22
1
-21
/
+65
*
pan/bi: Add `soft` NIR->BIR condition translation
Alyssa Rosenzweig
2020-03-22
1
-3
/
+11
*
pan/bi: Remove hacks for 1-bit booleans in IR
Alyssa Rosenzweig
2020-03-22
4
-8
/
+8
*
pan/bi: Lower bool to ints
Alyssa Rosenzweig
2020-03-22
2
-27
/
+39
*
pan/bi: Pack LD_ATTR
Alyssa Rosenzweig
2020-03-22
3
-11
/
+39
*
pan/bi: Pack st_vary
Alyssa Rosenzweig
2020-03-22
2
-0
/
+29
*
pan/bi: Add store_channels property
Alyssa Rosenzweig
2020-03-22
3
-1
/
+7
*
pan/bi: Generalize data register setting
Alyssa Rosenzweig
2020-03-22
1
-3
/
+15
*
pan/bi: Flesh out st_vary IR
Alyssa Rosenzweig
2020-03-22
4
-15
/
+16
*
pan/bi: Pack ld_var_addr
Alyssa Rosenzweig
2020-03-22
4
-1
/
+42
[prev]
[next]