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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Extension boilerplate for INTEL_shader_atomic_float_minmax
Ian Romanick
2018-08-22
2
-0
/
+3
*
glsl: Add built-in functions for NV_shader_atomic_float
Ian Romanick
2018-08-22
1
-3
/
+48
*
mesa: Extension boilerplate for NV_shader_atomic_float
Ian Romanick
2018-08-22
2
-0
/
+3
*
nir: Give end_block its own index
Caio Marcelo de Oliveira Filho
2018-08-22
1
-1
/
+4
*
nir: Skip common instructions when comparing deref paths
Caio Marcelo de Oliveira Filho
2018-08-22
1
-0
/
+3
*
nir: Export deref comparison functions
Caio Marcelo de Oliveira Filho
2018-08-22
3
-132
/
+132
*
nir/vars_to_ssa: Don't build deref nodes for non-local variables
Jason Ekstrand
2018-08-22
1
-4
/
+14
*
meson: Run the test with Python 3
Mathieu Bridon
2018-08-22
2
-4
/
+10
*
python: Disable universal newlines
Mathieu Bridon
2018-08-22
1
-1
/
+4
*
python: difflib prefers unicode strings
Mathieu Bridon
2018-08-22
1
-1
/
+2
*
compiler/glsl/tests: Make tests python3 safe
Dylan Baker
2018-08-22
3
-5
/
+14
*
Add NV_fragment_shader_interlock support.
Kevin Rogovin
2018-08-20
4
-2
/
+25
*
nir: mark *prev_block as MAYBE_UNUSED in opt_peel_loop_initial_if
Kai Wasserbäch
2018-08-18
1
-1
/
+1
*
nir: allow more nested loops to be unrolled
Timothy Arceri
2018-08-18
1
-14
/
+17
*
glsl: Avoid calling get_array_element for scalar constants
Danylo Piliaiev
2018-08-15
1
-1
/
+1
*
compiler: add SYSTEM_VALUE_VARYING_COORD
Rob Clark
2018-08-14
2
-0
/
+7
*
nir/glsl: make nir_remap_attributes public
Alejandro Piñeiro
2018-08-13
3
-17
/
+27
*
nir/lower_samplers: don't assume a deref for both texture and sampler srcs
Alejandro Piñeiro
2018-08-13
1
-53
/
+58
*
nir/linker: take into account hidden uniforms
Alejandro Piñeiro
2018-08-13
2
-1
/
+8
*
nir: add how_declared to nir_variable.data
Alejandro Piñeiro
2018-08-13
3
-1
/
+26
*
spirv: Make VertexIndex and VertexId both non-zero-based
Neil Roberts
2018-08-13
1
-7
/
+7
*
spirv: fill info.gs.input_primitive too
Alejandro Piñeiro
2018-08-13
1
-0
/
+2
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
4
-12
/
+12
*
python: Better check for integer types
Mathieu Bridon
2018-08-09
1
-3
/
+5
*
python: Do not mix bytes and unicode strings
Mathieu Bridon
2018-08-09
1
-1
/
+10
*
python: Use the right function for the job
Mathieu Bridon
2018-08-09
1
-1
/
+1
*
glsl: handle error case with ast_post_inc, ast_post_dec
Tapani Pälli
2018-08-09
1
-0
/
+5
*
python: Specify the template output encoding
Mathieu Bridon
2018-08-07
2
-2
/
+2
*
nir: Transform expressions of b2f(a) and b2f(b) to a == b
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to a ^^ b
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to !(a && b)
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to a && b
Ian Romanick
2018-08-04
1
-0
/
+3
*
nir: Transform expressions of b2f(a) and b2f(b) to !(a || b)
Ian Romanick
2018-08-04
1
-0
/
+11
*
nir: Transform -fabs(a) >= 0 to a == 0
Ian Romanick
2018-08-04
1
-0
/
+9
*
nir: Transform expressions of b2f(a) and b2f(b) to a || b
Ian Romanick
2018-08-04
1
-0
/
+19
*
nir: Transform -fabs(a) < 0 to a != 0
Ian Romanick
2018-08-04
1
-0
/
+4
*
nir: Rearrange bcsel with two bcsel sources
Ian Romanick
2018-08-04
1
-0
/
+4
*
nir: Collapse more repeated bcsels on the same argument
Ian Romanick
2018-08-04
1
-0
/
+1
*
nir: Don't compare i2f or u2i with zero
Ian Romanick
2018-08-04
1
-0
/
+13
*
nir: Remove f2i(i2f(x)) conversions
Ian Romanick
2018-08-04
1
-0
/
+8
*
nir: Mark the 0.0 < abs(a) transformation as imprecise
Ian Romanick
2018-08-04
1
-1
/
+1
*
nir: add fall through comment to nir_gather_info
Timothy Arceri
2018-08-03
1
-0
/
+1
*
glsl: use util_snprintf()
Andres Gomez
2018-08-02
6
-27
/
+34
*
glsl: make a copy of array indices that are used to deref a function out param
Timothy Arceri
2018-08-02
1
-0
/
+54
*
nir/lower_indirect: Bail early if modes == 0
Jason Ekstrand
2018-08-01
1
-0
/
+3
*
nir/meson: fix c vs cpp args for nir test
Dylan Baker
2018-08-01
1
-1
/
+1
*
python: Explicitly add the 'L' suffix on Python 3
Mathieu Bridon
2018-08-01
1
-1
/
+10
*
python: Don't abuse hex()
Mathieu Bridon
2018-08-01
1
-2
/
+2
*
glsl: fix function inlining with opaque parameters
Rhys Perry
2018-08-01
1
-8
/
+44
*
glsl, glsl_to_tgsi: fix sampler/image constants
Rhys Perry
2018-08-01
1
-2
/
+30
[prev]
[next]