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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
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
1
-0
/
+1
*
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
16
-52
/
+52
*
etnaviv: s/boolean/bool
Christian Gmeiner
2019-08-03
2
-2
/
+2
*
lima/ppir: Add gl_FrontFace handling
Andreas Baierl
2019-08-03
6
-13
/
+35
*
intel/nir: Add 1-bit opcodes to brw_cmod_for_nir_comparison_op
Jason Ekstrand
2019-08-03
1
-0
/
+10
*
intel/nir: Add a common nir comparison -> cmod helper
Jason Ekstrand
2019-08-03
4
-82
/
+47
*
util: fix pointer type on NetBSD
Eric Engestrom
2019-08-03
1
-1
/
+1
*
meson: remove unused field
Eric Engestrom
2019-08-03
1
-9
/
+9
*
meson: replace last uses of libxmlconfig with idep_xmlconfig
Eric Engestrom
2019-08-03
8
-16
/
+18
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
25
-29
/
+25
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
51
-125
/
+124
*
pan/midgard: Print texture outmod
Alyssa Rosenzweig
2019-08-02
2
-4
/
+8
*
pan/midgard: Promote all 16 uniforms
Alyssa Rosenzweig
2019-08-02
3
-9
/
+4
*
pan/midgard: Break mir_spill_register into its function
Alyssa Rosenzweig
2019-08-02
1
-117
/
+129
*
pan/midgard: Switch sources to an array for trinary sources
Alyssa Rosenzweig
2019-08-02
12
-145
/
+133
*
pan/midgard: Remove "r27-only" register class
Alyssa Rosenzweig
2019-08-02
5
-97
/
+66
[next]