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: 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
*
mesa: Factor out _mesa_array_element.
Mathias Fröhlich
2019-03-15
2
-19
/
+32
*
mesa: Implement helper functions to map and unmap a VAO.
Mathias Fröhlich
2019-03-15
2
-0
/
+102
*
st/mesa: Let NIR lower UBO and SSBO access when we have it
Jason Ekstrand
2019-03-15
2
-1
/
+11
*
i965: Stop setting LowerBuferInterfaceBlocks
Jason Ekstrand
2019-03-15
2
-1
/
+4
*
glsl/nir: Add a pass to lower UBO and SSBO access
Jason Ekstrand
2019-03-15
4
-0
/
+305
*
glsl/nir: Handle unlowered SSBO atomic and array_length intrinsics
Jason Ekstrand
2019-03-15
1
-0
/
+112
*
glsl/nir: Set explicit types on UBO/SSBO variables
Jason Ekstrand
2019-03-15
1
-15
/
+67
*
glsl: Don't lower vector derefs for SSBOs, UBOs, and shared
Jason Ekstrand
2019-03-15
1
-0
/
+21
*
nir/lower_io: Add a new buffer_array_length intrinsic and lowering
Jason Ekstrand
2019-03-15
2
-0
/
+45
*
nir: Rename nir_address_format_vk_index_offset to not be vk
Jason Ekstrand
2019-03-15
4
-10
/
+10
*
nir/deref: Consider COHERENT decorated var derefs as aliasing
Jason Ekstrand
2019-03-15
1
-4
/
+47
*
compiler/types: Add helpers to get explicit types for standard layouts
Jason Ekstrand
2019-03-15
2
-16
/
+191
*
compiler/types: Add a C wrapper to get full struct field data
Jason Ekstrand
2019-03-15
2
-0
/
+11
*
compiler/types: Add a new is_interface C wrapper
Jason Ekstrand
2019-03-15
2
-0
/
+7
*
nir/validate: Allow 32-bit boolean load/store intrinsics
Jason Ekstrand
2019-03-15
1
-0
/
+6
*
nir/validate: Only require bare types to match for copy_deref
Jason Ekstrand
2019-03-15
3
-3
/
+6
*
nir/algebraic: Add a couple optimizations for iabs and ishr
Jason Ekstrand
2019-03-15
1
-0
/
+6
*
mesa/st: Fix leaks of TGSI tokens in VP variants.
Eric Anholt
2019-03-14
1
-14
/
+20
*
mesa/st: Make sure that prog_to_nir NIR gets freed.
Eric Anholt
2019-03-14
1
-0
/
+6
*
panfrost/midgard: Implement fpow
Alyssa Rosenzweig
2019-03-14
4
-1
/
+4
*
panfrost: Compute viewport state on the fly
Alyssa Rosenzweig
2019-03-14
2
-71
/
+38
[prev]
[next]