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
*
nir/linker: Add the start of a pure-NIR linker for XFB
Neil Roberts
2018-07-31
4
-0
/
+321
*
nir/types: Add a wrapper to access gl_type
Neil Roberts
2018-07-31
2
-0
/
+8
*
compiler/spirv: add XFB and GeometryStreams capability check support
Alejandro Piñeiro
2018-07-31
2
-2
/
+10
*
nir/gather_info: Set info.gs.uses_streams
Neil Roberts
2018-07-31
1
-0
/
+5
*
spirv/nir: Fix the stream ID when emitting a primitive or vertex
Neil Roberts
2018-07-31
1
-2
/
+5
*
spirv: Handle the SpvDecorationStream decoration
Neil Roberts
2018-07-31
2
-2
/
+12
*
spirv: Handle XFB variable decorations
Neil Roberts
2018-07-31
1
-3
/
+9
*
spirv: Handle SpvExecutionModeXfb
Neil Roberts
2018-07-31
1
-1
/
+1
*
nir: Add members for the explicit XFB properties to nir_variable
Neil Roberts
2018-07-31
2
-1
/
+30
*
nir/instr_set: Fix nir_instrs_equal for derefs
Jason Ekstrand
2018-07-29
1
-2
/
+2
*
nir: Take if uses into account in ssa_def_components_read
Jason Ekstrand
2018-07-29
1
-0
/
+3
*
nir/lower_int64: mark all metadata as dirty
Karol Herbst
2018-07-28
1
-0
/
+3
*
glsl: use only copy_propagation_elements
Caio Marcelo de Oliveira Filho
2018-07-27
6
-375
/
+0
*
glsl: teach copy_propagation_elements to deal with whole variables
Caio Marcelo de Oliveira Filho
2018-07-27
1
-29
/
+118
*
i965: Combine both gl_PatchVerticesIn lowering passes.
Kenneth Graunke
2018-07-26
2
-7
/
+64
*
nir: Add flipping of gl_PointCoord.y in nir_lower_wpos_ytransform.
Eric Anholt
2018-07-26
2
-0
/
+32
*
nir: remove wrong assertion in print_var_decl()
Samuel Pitoiset
2018-07-26
1
-1
/
+0
*
nir: Add a couple of iand/ior optimizations
Jason Ekstrand
2018-07-24
1
-0
/
+4
*
nir/serialize: Alloc constants off the variable
Jason Ekstrand
2018-07-24
1
-1
/
+1
*
nir: rename f2f16_undef to f2f16
Karol Herbst
2018-07-24
2
-6
/
+6
*
nir: add builtin builder
Karol Herbst
2018-07-24
5
-45
/
+166
*
nir/spirv: import OpenCL.std.h
Rob Clark
2018-07-24
1
-0
/
+211
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
2
-3
/
+3
*
python: Better use iterators
Mathieu Bridon
2018-07-24
2
-3
/
+5
*
python: Better iterate over dictionaries
Mathieu Bridon
2018-07-24
6
-8
/
+8
*
nir: add 16bit type information to glsl types
Daniel Schürmann
2018-07-23
3
-0
/
+28
*
nir: Add a couple trivial abs optimizations
Jason Ekstrand
2018-07-23
1
-0
/
+2
*
glsl: remove delegating constructors to allow build with C++98
Caio Marcelo de Oliveira Filho
2018-07-23
1
-6
/
+8
*
spirv: add support for SPV_KHR_post_depth_coverage
Ilia Mirkin
2018-07-22
2
-0
/
+10
*
Android: fix a missing nir_intrinsics.h error
Chih-Wei Huang
2018-07-21
1
-0
/
+1
*
nir: Fix end of function without return warning/error.
Bas Nieuwenhuizen
2018-07-20
1
-0
/
+2
*
nir: Do not use continue block after removing it.
Bas Nieuwenhuizen
2018-07-20
1
-6
/
+25
*
glsl: don't let an 'if' then-branch kill copy propagation (elements) for else...
Caio Marcelo de Oliveira Filho
2018-07-19
1
-19
/
+21
*
glsl: change opt_copy_propagation_elements data structures
Caio Marcelo de Oliveira Filho
2018-07-19
1
-117
/
+125
*
glsl: separate copy propagation state
Caio Marcelo de Oliveira Filho
2018-07-19
1
-126
/
+142
*
glsl: remove unnecessary parenthesis from macro
Caio Marcelo de Oliveira Filho
2018-07-18
1
-1
/
+1
*
spirv: initialize is_vertex_input
Caio Marcelo de Oliveira Filho
2018-07-18
1
-3
/
+1
*
nir: add lowering for gl_HelperInvocation
Rob Clark
2018-07-18
3
-0
/
+34
*
nir: fixup intrinsic comment
Rob Clark
2018-07-18
1
-1
/
+1
*
nir: add a couple of ior opts to nir_opt_algebraic
Timothy Arceri
2018-07-18
1
-0
/
+3
*
nir: allow opt_peephole_select to handle nir_instr_type_deref
Timothy Arceri
2018-07-18
1
-0
/
+1
*
nir/spirv: print id for unsupported alu opcode
Karol Herbst
2018-07-17
1
-1
/
+1
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
13
-53
/
+57
*
glsl: do second pass of const propagation in loops
Caio Marcelo de Oliveira Filho
2018-07-16
1
-6
/
+23
*
glsl: don't let an 'if' then-branch kill const propagation for else-branch
Caio Marcelo de Oliveira Filho
2018-07-16
1
-16
/
+23
*
nir: fix msvc build
Roland Scheidegger
2018-07-16
1
-1
/
+1
*
nir/worklist: Rework the foreach macro
Jason Ekstrand
2018-07-16
2
-4
/
+3
*
spirv: Fix a couple of image atomic load/store bugs
Jason Ekstrand
2018-07-16
1
-17
/
+30
*
nir: fix printing of vec16 type
Karol Herbst
2018-07-15
1
-0
/
+1
*
nir/spirv: implement BuiltInWorkDim
Rob Clark
2018-07-15
5
-0
/
+9
[next]