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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
etnaviv: rework etna_resource_create tiling choice
Jonathan Marek
2019-10-11
1
-40
/
+26
*
etnaviv: rework compatible render base
Jonathan Marek
2019-10-11
7
-58
/
+64
*
etnaviv: get addressing mode from tiling layout
Jonathan Marek
2019-10-11
5
-24
/
+8
*
etnaviv: clear texture cache and flush ts when texture is modified
Jonathan Marek
2019-10-11
3
-29
/
+53
*
etnaviv: output the same shader-db format as freedreno, v3d and intel
Christian Gmeiner
2019-10-11
1
-6
/
+3
*
etnaviv: nir: start to make use of compile_error(..)
Christian Gmeiner
2019-10-11
2
-12
/
+15
*
gallivm: fix coroutines on aarch64 with llvm 8
Dave Airlie
2019-10-11
1
-0
/
+6
*
llvmpipe: add support for tg4 component selection.
Dave Airlie
2019-10-11
2
-0
/
+5
*
gallium: add a a new cap for changing the TGSI TG4 instruction encoding
Dave Airlie
2019-10-11
4
-0
/
+11
*
gallivm/sample: add gather component selection to the key.
Dave Airlie
2019-10-11
2
-1
/
+16
*
llvmpipe: increase max texture size to 2GB
Roland Scheidegger
2019-10-11
1
-1
/
+5
*
meson: add msvc compat args to swr
Dylan Baker
2019-10-10
1
-6
/
+18
*
meson: disable graw tests on mingw
Dylan Baker
2019-10-10
1
-1
/
+6
*
meson: don't build gallium trivial tests on windows
Dylan Baker
2019-10-10
1
-2
/
+7
*
meson: Set visibility and compat args for graw
Dylan Baker
2019-10-10
3
-0
/
+4
*
meson: add switches for SWR with MSVC
Dylan Baker
2019-10-10
1
-2
/
+7
*
meson: fix pipe-loader compilation for windows
Dylan Baker
2019-10-10
1
-1
/
+6
*
meson: fix gallium-osmesa to build for windows
Dylan Baker
2019-10-10
2
-2
/
+19
*
meson: build graw-gdi target
Dylan Baker
2019-10-10
2
-1
/
+39
*
meson: build libgl-gdi target
Dylan Baker
2019-10-10
2
-0
/
+46
*
meson: build wgl state tracker
Dylan Baker
2019-10-10
2
-0
/
+60
*
meson: build gallium gdi winsys
Dylan Baker
2019-10-10
2
-0
/
+33
*
clover: fix the nir_serialize build failure
Marek Olšák
2019-10-10
1
-1
/
+1
*
llvmpipe/draw: handle UBOs that are < 16 bytes.
Dave Airlie
2019-10-10
2
-3
/
+8
*
llvmpipe/draw: fix image sizes for vertex/geometry shaders.
Dave Airlie
2019-10-10
1
-3
/
+4
*
llvmpipe: make texture buffer offset alignment == 16
Dave Airlie
2019-10-10
1
-1
/
+1
*
GL: drop symbols mangling support
Eric Engestrom
2019-10-10
1
-4
/
+0
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
18
-39
/
+0
*
tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-5
/
+3
*
nir: add nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
4
-0
/
+4
*
tgsi_to_nir: add #ifdef header guards
Marek Olšák
2019-10-10
1
-0
/
+5
*
nir: add a strip parameter to nir_serialize
Marek Olšák
2019-10-10
3
-16
/
+4
*
v3d: take into account prim_counts_offset
Alejandro Piñeiro
2019-10-10
1
-1
/
+1
*
clover: Remove unused code
Matt Turner
2019-10-09
1
-17
/
+0
*
clover: use iterator_range in get_kernel_nodes
Greg V
2019-10-09
1
-2
/
+2
*
radeonsi: enable MSAA shader images
Marek Olšák
2019-10-09
1
-3
/
+0
*
radeonsi: expand FMASK before MSAA image stores are used
Marek Olšák
2019-10-09
7
-24
/
+193
*
radeonsi: apply FMASK to MSAA image loads
Marek Olšák
2019-10-09
2
-11
/
+42
*
radeonsi: clean up image_fetch_rsrc
Marek Olšák
2019-10-09
1
-33
/
+27
*
radeonsi: add FMASK slots for shader images (for MSAA images)
Marek Olšák
2019-10-09
5
-26
/
+42
*
radeonsi: set the sample index for shader images correctly
Marek Olšák
2019-10-09
1
-6
/
+7
*
radeonsi: fix GLSL imageSamples()
Marek Olšák
2019-10-09
1
-0
/
+13
*
tgsi/scan: add tgsi_shader_info::msaa_images_declared
Marek Olšák
2019-10-09
2
-0
/
+19
*
radeonsi: don't set BO metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+2
*
radeonsi: ignore metadata for non-zero planes
Marek Olšák
2019-10-09
1
-2
/
+8
*
radeonsi: remove si_vid_join_surfaces and use combined planar allocations
Marek Olšák
2019-10-09
6
-157
/
+50
*
radeonsi: allocate planar multimedia formats in 1 buffer
Marek Olšák
2019-10-09
3
-34
/
+124
*
vl: use u_format in vl_video_buffer_formats
Marek Olšák
2019-10-09
6
-112
/
+31
*
gallium/u_tests: test NV12 allocation and export
Marek Olšák
2019-10-09
1
-0
/
+159
*
gallium/util: add planar format layouts and helpers
Marek Olšák
2019-10-09
4
-7
/
+108
[next]