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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: fix nir and TGSI shader cache collision
Karol Herbst
2019-03-17
2
-1
/
+10
*
nouveau: add support for nir
Karol Herbst
2019-03-17
15
-23
/
+327
*
nv50/ir: add lowering helper
Karol Herbst
2019-03-17
4
-0
/
+332
*
nv50/ir: move common converter code in base class
Karol Herbst
2019-03-17
5
-103
/
+172
*
nvc0: print the shader type when dumping headers
Karol Herbst
2019-03-17
1
-0
/
+1
*
radeonsi: Remove implicit const cast.
Bas Nieuwenhuizen
2019-03-17
1
-1
/
+1
*
turnip: Deconflict vk_format_table regeneration
Bas Nieuwenhuizen
2019-03-16
2
-6
/
+6
*
turnip: Fix GCC compiles.
Bas Nieuwenhuizen
2019-03-16
1
-6
/
+3
*
intel/nir: Lower array-deref-of-vector UBO and SSBO loads
Jason Ekstrand
2019-03-15
1
-0
/
+11
*
nir: Add a new pass to lower array dereferences on vectors
Jason Ekstrand
2019-03-15
4
-0
/
+202
*
nir/builder: Add a vector extract helper
Jason Ekstrand
2019-03-15
2
-6
/
+30
*
softpipe: Enable PIPE_CAP_MIXED_COLORBUFFER_FORMATS
Gert Wollny
2019-03-15
1
-1
/
+1
*
freedreno/ir3/cp: fix ldib bug
Rob Clark
2019-03-15
1
-0
/
+6
*
gallium/auxiliary/vl: Change weave compute shader implementation
James Zhu
2019-03-15
1
-17
/
+62
*
gallium/auxiliary/vl: Change grid setting
James Zhu
2019-03-15
1
-4
/
+5
*
gallium/auxiliary/vl: Increase shader_params size
James Zhu
2019-03-15
2
-2
/
+9
*
omx: add a compute path in enc_LoadImage_common
Marek Olšák
2019-03-15
4
-37
/
+196
*
omx: clean up enc_LoadImage_common
Marek Olšák
2019-03-15
1
-16
/
+37
*
gallium: add pipe_grid_info::last_block
Marek Olšák
2019-03-15
8
-35
/
+35
*
nir/xfb: move varyings info out of nir_xfb_info
Alejandro Piñeiro
2019-03-15
3
-30
/
+64
*
radv: always load 3 channels for formats that need to be shuffled
Samuel Pitoiset
2019-03-15
1
-9
/
+14
*
mesa: Add assert to _mesa_primitive_restart_index.
Mathias Fröhlich
2019-03-15
1
-0
/
+3
*
vbo: Fix GL_PRIMITIVE_RESTART_FIXED_INDEX in display list compiles.
Mathias Fröhlich
2019-03-15
1
-5
/
+9
*
vbo: Fix basevertex handling in display list compiles.
Mathias Fröhlich
2019-03-15
1
-5
/
+12
*
mesa: Use mapping tools in debug prints.
Mathias Fröhlich
2019-03-15
1
-45
/
+12
*
mesa: Remove _ae_{,un}map_vbos and dependencies.
Mathias Fröhlich
2019-03-15
2
-100
/
+0
*
mesa: Replace _ae_{,un}map_vbos with _mesa_vao_{,un}map_arrays
Mathias Fröhlich
2019-03-15
2
-13
/
+11
*
mesa: Use _mesa_array_element in dlist save.
Mathias Fröhlich
2019-03-15
1
-4
/
+19
[next]