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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: Rewrite CFG construction
Jason Ekstrand
2020-04-24
2
-294
/
+503
*
nir/lower_subgroups: Mask off unused bits in ballot ops
Jason Ekstrand
2020-04-24
1
-0
/
+26
*
spirv: Fix passing combined image/samplers through function calls
Jason Ekstrand
2020-04-24
1
-3
/
+7
*
nir/opt_deref: Remove certain sampler type casts
Jason Ekstrand
2020-04-24
1
-0
/
+77
*
spirv: Use nir_const_value for spec constants
Jason Ekstrand
2020-04-24
2
-70
/
+17
*
spirv: Allow constants and NULLs in SpvOpConvertUToPtr
Jason Ekstrand
2020-04-24
1
-2
/
+3
*
glsl: remove some duplicate code from the nir uniform linker
Timothy Arceri
2020-04-24
1
-245
/
+133
*
glsl: some nir uniform linker fixes
Timothy Arceri
2020-04-24
1
-1
/
+18
*
spirv: Update the headers from latest Khronos master
Caio Marcelo de Oliveira Filho
2020-04-24
2
-69
/
+1056
*
spirv: Handle instruction aliases in vtn_gather_types
Caio Marcelo de Oliveira Filho
2020-04-24
1
-0
/
+6
*
nir/lower_clip: Fix picking of unused driver locations.
Eric Anholt
2020-04-23
1
-38
/
+17
*
nir/lower_two_sided_color: Fix picking of new driver location.
Eric Anholt
2020-04-23
1
-15
/
+4
*
nir: Add umad24 and umul24 opcodes
Gert Wollny
2020-04-23
4
-16
/
+23
*
nir: Add r600 specific intrinsics for tesselation shader IO
Gert Wollny
2020-04-23
1
-0
/
+12
*
nir/algebraic: don't undo lowering of 8/16-bit comparisons to 32-bit
Rhys Perry
2020-04-23
2
-12
/
+23
*
nir/lower_bit_size: fix lowering of {imul,umul}_high
Rhys Perry
2020-04-23
1
-2
/
+12
*
nir/lower_bit_size: fix lowering of shifts
Rhys Perry
2020-04-23
1
-4
/
+9
*
nir: Actually do load/store vectorization beyond vec2
Kenneth Graunke
2020-04-22
1
-1
/
+2
*
mesa: enable GL_EXT_draw_instanced for gles2
Simon Zeni
2020-04-23
3
-0
/
+8
*
nir: add nir_tex_instr_need_sampler helper
Alejandro PiƱeiro
2020-04-22
1
-0
/
+24
*
spirv: Expand workaround for OpControlBarrier on old GLSLang
Danylo Piliaiev
2020-04-22
1
-1
/
+5
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
3
-4
/
+2
*
nir: Delete the fnoise opcodes
Jason Ekstrand
2020-04-21
2
-8
/
+1
*
glsl: Hard-code noise to zero in builtin_functions.cpp
Jason Ekstrand
2020-04-21
12
-205
/
+33
*
st/glsl_to_nir: make use of nir linker for linking uniforms
Timothy Arceri
2020-04-21
2
-4
/
+8
*
glsl: fix gl_nir_set_uniform_initializers() for bindless textures
Timothy Arceri
2020-04-21
1
-0
/
+6
*
glsl: add bindless support to nir uniform linker
Timothy Arceri
2020-04-21
1
-77
/
+172
*
nir: convert_ycbcr: preserve alpha channel
Jonathan Marek
2020-04-20
1
-2
/
+2
*
nir: add common convert_ycbcr for vulkan csc
Jonathan Marek
2020-04-20
4
-0
/
+158
*
nir/linking: fix issue with two compact variables in a row. (v2)
Dave Airlie
2020-04-20
1
-0
/
+8
*
spirv: Fix propagation of OpVariable access flags
Caio Marcelo de Oliveira Filho
2020-04-20
2
-23
/
+9
*
nir/opt_algebraic: lower 64-bit fmin3/fmax3/fmed3
Samuel Pitoiset
2020-04-20
1
-0
/
+4
*
nir/lower_int64: lower imin3/imax3/umin3/umax3/imed3/umed3
Samuel Pitoiset
2020-04-20
1
-0
/
+18
*
nir/gcm: dont move movs unless we can replace them later with their src
Timothy Arceri
2020-04-20
1
-0
/
+67
*
nir/gcm: be more conservative about moving instructions from loops
Timothy Arceri
2020-04-20
1
-1
/
+15
*
nir/gcm: allow derivative dependent intrinisics to be moved earlier
Timothy Arceri
2020-04-20
1
-7
/
+14
*
nir/gcm: Prefer the instruction's original block
Jason Ekstrand
2020-04-20
1
-0
/
+2
*
nir/gcm: Delete dead instructions
Jason Ekstrand
2020-04-20
1
-3
/
+26
*
nir/gcm: Add a real concept of "progress"
Jason Ekstrand
2020-04-20
1
-4
/
+11
*
nir/gcm: Move block choosing into a helper function
Jason Ekstrand
2020-04-20
1
-11
/
+21
*
nir/gcm: Use an array for storing the early block
Jason Ekstrand
2020-04-20
1
-12
/
+40
*
nir/gcm: Loop over blocks in pin_instructions
Jason Ekstrand
2020-04-20
1
-63
/
+58
*
nir/dominance: Better handle unreachable blocks
Jason Ekstrand
2020-04-20
2
-8
/
+38
*
nir: Lower returns correctly inside nested loops
Arcady Goldmints-Orlov
2020-04-19
1
-1
/
+1
*
glsl: only set stage ref when uniforms referenced in stage
Timothy Arceri
2020-04-18
1
-7
/
+215
*
glsl: pull mark_array_elements_referenced() out into common helper
Timothy Arceri
2020-04-18
5
-121
/
+130
*
glsl: fix block index in NIR uniform linker
Timothy Arceri
2020-04-18
1
-1
/
+7
*
glsl: error check max user assignable uniform locations
Timothy Arceri
2020-04-18
1
-0
/
+18
*
glsl: fix explicit locations for the glsl linker
Timothy Arceri
2020-04-18
1
-5
/
+16
*
Revert "glsl: fix resizing of the uniform remap table"
Timothy Arceri
2020-04-18
1
-8
/
+4
[next]