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
/
gallium
/
drivers
/
nouveau
/
codegen
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir/nir: implement load/store_global
Karol Herbst
2019-07-10
1
-0
/
+36
*
nv50/ir/nir: handle kernel inputs
Karol Herbst
2019-07-10
1
-3
/
+18
*
nv50/ir/nir: don't assert on !main
Karol Herbst
2019-07-10
1
-2
/
+0
*
nv50/ir/nir: parse system values first and stop for compute shaders
Karol Herbst
2019-07-10
1
-29
/
+32
*
nvc0: remove nvc0_program.tp.input_patch_size
Karol Herbst
2019-07-09
1
-1
/
+0
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
1
-8
/
+0
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-2
/
+1
*
nv50/ir/nir: make use of SYSTEM_VALUE_MAX when iterating read sysvals
Karol Herbst
2019-05-13
1
-1
/
+1
*
nv50/ir/nir: prefer to shift 1ull instead of 1ll
Karol Herbst
2019-05-13
1
-2
/
+2
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-1
/
+1
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-5
/
+5
*
nv50/ir/nir: add support for bindless images
Karol Herbst
2019-04-12
1
-4
/
+152
*
nv50/ir/nir: handle bindless texture
Karol Herbst
2019-04-12
1
-2
/
+18
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
1
-2
/
+2
*
nv50/ir/nir: support gather offsets
Karol Herbst
2019-03-21
1
-0
/
+15
*
nv50ir/nir: move immediates before use
Karol Herbst
2019-03-17
1
-18
/
+41
*
nv50/ir/nir: handle user clip planes for each emitted vertex
Karol Herbst
2019-03-17
1
-1
/
+7
*
nv50/ir/nir: implement intrinsic shader_clock
Karol Herbst
2019-03-17
1
-0
/
+8
*
nv50/ir/nir: implement load_per_vertex_output
Karol Herbst
2019-03-17
1
-0
/
+23
*
nv50/ir/nir: add memory barriers
Karol Herbst
2019-03-17
1
-0
/
+21
*
nv50/ir/nir: implement images
Karol Herbst
2019-03-17
1
-10
/
+380
*
nv50/ir/nir: implement ssbo intrinsics
Karol Herbst
2019-03-17
1
-0
/
+90
*
nv50/ir/nir: implement nir_intrinsic_load_ubo
Karol Herbst
2019-03-17
1
-0
/
+14
*
nv50/ir/nir: implement geometry shader nir_intrinsics
Karol Herbst
2019-03-17
1
-0
/
+27
*
nv50/ir/nir: implement variable indexing
Karol Herbst
2019-03-17
1
-0
/
+58
*
nv50/ir/nir: implement vote and ballot
Karol Herbst
2019-03-17
1
-0
/
+48
*
nv50/ir/nir: add skeleton getOperation for intrinsics
Karol Herbst
2019-03-17
1
-0
/
+22
*
nv50/ir/nir: implement nir_instr_type_tex
Karol Herbst
2019-03-17
1
-0
/
+234
*
nv50/ir/nir: implement nir_ssa_undef_instr
Karol Herbst
2019-03-17
1
-0
/
+13
*
nv50/ir/nir: implement loading system values
Karol Herbst
2019-03-17
1
-0
/
+122
*
nv50/ir/nir: implement intrinsic_discard(_if)
Karol Herbst
2019-03-17
1
-0
/
+14
*
nv50/ir/nir: implement load_(interpolated_)input/output
Karol Herbst
2019-03-17
1
-0
/
+135
*
nv50/ir/nir: implement nir_intrinsic_store_(per_vertex_)output
Karol Herbst
2019-03-17
1
-1
/
+56
*
nv50/ir/nir: implement nir_intrinsic_load_uniform
Karol Herbst
2019-03-17
1
-0
/
+10
*
nv50/ir/nir: implement nir_alu_instr handling
Karol Herbst
2019-03-17
1
-1
/
+561
*
nv50/ir/nir: add skeleton for nir_intrinsic_instr
Karol Herbst
2019-03-17
1
-0
/
+17
*
nv50/ir/nir: implement nir_load_const_instr
Karol Herbst
2019-03-17
1
-0
/
+28
*
nv50/ir/nir: parse NIR shader info
Karol Herbst
2019-03-17
1
-3
/
+320
*
nv50/ir/nir: add loadFrom and storeTo helpler
Karol Herbst
2019-03-17
1
-0
/
+72
*
nv50/ir/nir: run assignSlots
Karol Herbst
2019-03-17
1
-0
/
+642
*
nv50/ir/nir: add nir type helper functions
Karol Herbst
2019-03-17
1
-0
/
+127
*
nv50/ir/nir: track defs and provide easy access functions
Karol Herbst
2019-03-17
1
-0
/
+150
*
nv50/ir/nir: run some passes to make the conversion easier
Karol Herbst
2019-03-17
1
-0
/
+42
*
nouveau: add support for nir
Karol Herbst
2019-03-17
3
-0
/
+80
*
nv50/ir: add lowering helper
Karol Herbst
2019-03-17
2
-0
/
+328
*
nv50/ir: move common converter code in base class
Karol Herbst
2019-03-17
3
-103
/
+168
*
gm107/ir: add fp64 rsq
Karol Herbst
2019-02-06
3
-3
/
+128
*
gm107/ir: add fp64 rcp
Karol Herbst
2019-02-06
3
-4
/
+270
*
gk104/ir: Use the new rcp/rsq in library
Karol Herbst
2019-02-06
3
-15
/
+334
*
gk110/ir: Use the new rcp/rsq in library
Boyan Ding
2019-02-06
5
-0
/
+42
[next]