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
Commit message (
Expand
)
Author
Age
Files
Lines
*
panfrost/ci: Remove two tests from list of failures
Tomeu Vizoso
2019-08-06
1
-2
/
+0
*
st/dri: Move dri2_format_mapping table and it's accessors from dri2.c to dri_...
Jon Turney
2019-08-06
3
-213
/
+223
*
glcpp: use pre-expansion line number for __LINE__
Jonathan Marek
2019-08-06
1
-4
/
+7
*
anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D
Jason Ekstrand
2019-08-06
1
-0
/
+19
*
nir/algebraic: Use value range analysis to eliminate useless unary ops
Ian Romanick
2019-08-05
1
-2
/
+8
*
nir/algebraic: Use value range analysis to convert fmin to fsat
Ian Romanick
2019-08-05
1
-1
/
+1
*
nir/algebraic: Use value range analysis to eliminate tautological compares
Ian Romanick
2019-08-05
1
-21
/
+21
*
nir/algebraic: Use value range analysis to eliminate tautological compares no...
Ian Romanick
2019-08-05
1
-0
/
+28
*
nir/range-analysis: Range tracking for ffma and flrp
Ian Romanick
2019-08-05
1
-114
/
+138
*
nir/range-analysis: Range tracking for bcsel
Ian Romanick
2019-08-05
1
-0
/
+77
*
nir/range-analysis: Tighten the range of fsat based on the range of its source
Ian Romanick
2019-08-05
1
-1
/
+22
*
nir/range-analysis: Rudimentary value range analysis pass
Ian Romanick
2019-08-05
5
-0
/
+753
*
nir/algebraic: Simplify some comparisons like a+constant < constant
Ian Romanick
2019-08-05
1
-0
/
+8
*
nir/algebraic: Recognize (a < 0 || 0 < b) as min(a, -b) < 0
Ian Romanick
2019-08-05
1
-0
/
+14
*
nir/algebraic: Replace checks that a value is between (or not) [0, 1]
Ian Romanick
2019-08-05
1
-0
/
+10
*
tgsi_to_nir: fix nir_gather_ssa_types for TGSI->NIR shaders
Jonathan Marek
2019-08-05
1
-5
/
+13
*
anv: Implement VK_EXT_line_rasterization
Jason Ekstrand
2019-08-06
8
-12
/
+211
*
genxml: Rename 3DSTATE_SF::Anti-Aliasing Enable
Jason Ekstrand
2019-08-06
7
-7
/
+7
*
anv: Use dirty bits for dynamic state tracking
Jason Ekstrand
2019-08-06
3
-23
/
+64
*
anv: Advertise the right line width range on gen9 and CHV
Jason Ekstrand
2019-08-06
1
-1
/
+5
*
meson: Add panfrost to the --auto list
Alyssa Rosenzweig
2019-08-05
1
-1
/
+1
*
lima/ppir: enable lower_vector_cmp to lower fall_equal
Erico Nunes
2019-08-05
1
-0
/
+1
*
lima: re-run nir_opt_algebraic after int lowering
Erico Nunes
2019-08-05
1
-0
/
+15
*
pan/midgard: Extend SSA concurrency checks to other args
Alyssa Rosenzweig
2019-08-05
1
-13
/
+12
*
pan/midgard: Rewrite bidirectionally when eliminating moves
Alyssa Rosenzweig
2019-08-05
1
-3
/
+2
*
intel/compiler: add ability to override shader's assembly
Danylo Piliaiev
2019-08-05
4
-12
/
+85
*
intel/tools: add binary output type to i965_asm
Danylo Piliaiev
2019-08-05
2
-17
/
+47
*
panfrost: Add app blacklist
Alyssa Rosenzweig
2019-08-05
1
-2
/
+16
*
iris: Fix bad external BO hash table and zombie list interactions
Kenneth Graunke
2019-08-05
1
-12
/
+21
*
iris/bufmgr: Move iris_bo_reference into hash_find_bo, rename it
Kenneth Graunke
2019-08-05
1
-14
/
+16
*
gallium: add stm DRM entry point
Ahmad Fatoum
2019-08-05
3
-0
/
+3
*
gitlab-ci: don't remove a package we don't install anymore
Eric Engestrom
2019-08-05
1
-2
/
+1
*
etnaviv: fix a null pointer dereference
Andrii Simiklit
2019-08-05
1
-2
/
+2
*
ac/nir: Lower large indirect variables to scratch
Connor Abbott
2019-08-05
1
-0
/
+54
*
drirc: Add discard workaround for Divinity: Original Sin EE
Timothy Arceri
2019-08-05
1
-0
/
+1
*
lima/ppir: simplify load uni/temp op lowering and scheduling
Erico Nunes
2019-08-04
2
-34
/
+33
*
lima/ppir: simplify select op lowering and scheduling
Erico Nunes
2019-08-04
5
-11
/
+15
*
lima/ppir: support pipeline registers in scheduler
Erico Nunes
2019-08-04
2
-46
/
+65
*
docs: fix "empty array" meson syntax
Eric Engestrom
2019-08-04
1
-1
/
+1
*
egl: drop unnecessary function deref
Eric Engestrom
2019-08-04
1
-2
/
+2
*
glx: drop unnecessary pointer deref for function calls
Eric Engestrom
2019-08-04
4
-46
/
+46
*
introduce c11_compat.h to provide C11 things in C99
Eric Engestrom
2019-08-04
2
-0
/
+28
*
travis: add MacOS Scons build
Eric Engestrom
2019-08-04
1
-6
/
+31
*
symbols-check: fix `nm` invocation on MacOS
Eric Engestrom
2019-08-04
1
-4
/
+14
*
symbols-check: discard platform symbols early
Eric Engestrom
2019-08-04
1
-2
/
+2
*
symbols-check: skip test if we can't get the symbols list
Eric Engestrom
2019-08-04
1
-1
/
+6
*
lima/ppir: move alu vec to scalar lowering into NIR
Vasily Khoruzhick
2019-08-04
2
-107
/
+14
*
iris: Fix handling of SIMD32 fragment shaders
Jason Ekstrand
2019-08-03
1
-44
/
+50
*
mesa: Rename GLX_USE_TLS to USE_ELF_TLS.
Bas Nieuwenhuizen
2019-08-03
18
-57
/
+57
*
meson: Do not use GLX_USE_TLS on Android.
Bas Nieuwenhuizen
2019-08-03
1
-1
/
+5
[next]