index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
VERSION: bump version for rc7
mesa-19.0.0-rc7
Dylan Baker
1
-1
/
+1
2019-03-05
radv: properly align the fence and EOP bug VA on GFX9
Samuel Pitoiset
1
-2
/
+5
2019-03-05
egl: fix libdrm-less builds
Eric Engestrom
2
-15
/
+0
2019-03-05
anv: retain the is_array state in create_plane_tex_instr_implicit
Tapani Pälli
1
-0
/
+1
2019-03-05
intel,nir: Lower TXD with min_lod when the sampler index is not < 16
Jason Ekstrand
3
-1
/
+30
2019-03-05
spirv: OpImageQueryLod requires a sampler
Jason Ekstrand
1
-1
/
+1
2019-03-05
anv: Count surfaces for non-YCbCr images in GetDescriptorSetLayoutSupport
Jason Ekstrand
1
-0
/
+3
2019-03-05
st/nine: Ignore multisample quality level if no ms
Axel Davy
1
-0
/
+4
2019-03-05
st/nine: Ignore window size if error
Axel Davy
1
-1
/
+8
2019-03-05
android: anv: fix libexpat shared dependency
Mauro Rossi
1
-1
/
+1
2019-03-05
android: anv: fix generated files depedencies (v2)
Mauro Rossi
1
-15
/
+25
2019-03-05
glsl: fix recording of variables for XFB in TCS shaders
Ilia Mirkin
3
-5
/
+44
2019-03-05
glsl: TCS outputs can not be transform feedback candidates on GLES
Jose Maria Casanova Crespo
1
-1
/
+21
2019-03-05
glx: fix shared memory leak in X11
Ray Zhang
1
-0
/
+3
2019-03-05
glsl: fix shader cache for packed param list
Timothy Arceri
3
-11
/
+11
2019-03-05
i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0
Yevhenii Kolesnikov
1
-6
/
+12
2019-03-05
intel/compiler: use correct swizzle for replacement
Lionel Landwerlin
1
-5
/
+5
2019-03-05
freedreno: use renderonly path for buffers allocated with modifiers
Jonathan Marek
1
-1
/
+7
2019-03-05
freedreno: a2xx: fix mipmapping for NPOT textures
Jonathan Marek
1
-0
/
+6
2019-03-05
freedreno: a2xx: fix fast clear for some gmem configurations
Jonathan Marek
1
-3
/
+3
2019-03-05
freedreno: a2xx: add use_hw_binning function
Jonathan Marek
1
-2
/
+24
2019-03-05
freedreno: a2xx: don't write 4th vertex in mem2gmem
Jonathan Marek
1
-3
/
+1
2019-02-28
scons: Workaround failures with MSVC when using SCons 3.0.[2-4].
Jose Fonseca
1
-1
/
+7
2019-02-27
mesa: fix display list corner case assertion
Brian Paul
1
-0
/
+2
2019-02-27
radv: Interpolate less aggressively.
Bas Nieuwenhuizen
1
-9
/
+12
2019-02-26
Bump version for rc6
mesa-19.0.0-rc6
Dylan Baker
1
-1
/
+1
2019-02-26
radv: fix clearing attachments in secondary command buffers
Samuel Pitoiset
1
-10
/
+46
2019-02-26
i965: fixed clamping in set_scissor_bits when the y is flipped
Eleni Maria Stea
1
-1
/
+1
2019-02-26
meson: egl: correctly manage loader/xmlconfig
Emil Velikov
1
-6
/
+5
2019-02-26
radv: don't copy buffer descriptors list for samplers
Samuel Pitoiset
1
-1
/
+5
2019-02-26
radv: fix out-of-bounds access when copying descriptors BO list
Samuel Pitoiset
1
-2
/
+0
2019-02-26
nir: initialize value in copy_prop_vars_block
Tapani Pälli
1
-1
/
+1
2019-02-26
radeonsi: fix query buffer allocation
Timothy Arceri
2
-25
/
+32
2019-02-26
spirv: Eliminate dead input/output variables after translation.
Kenneth Graunke
1
-5
/
+20
2019-02-26
radv: Fix rebase issue in 19.0 for float16 fix.
Bas Nieuwenhuizen
1
-1
/
+2
2019-02-26
compiler: Mark clip/cull distance arrays as compact before lowering.
Kenneth Graunke
2
-0
/
+14
2019-02-25
nir/lower_clip_cull: Fix an incorrect assert
Jason Ekstrand
1
-1
/
+1
2019-02-25
radv: Handle clip+cull distances more generally as compact arrays.
Bas Nieuwenhuizen
4
-99
/
+83
2019-02-25
nir/xfb: Handle compact arrays in gather_xfb_info
Jason Ekstrand
1
-11
/
+22
2019-02-25
nir/xfb: Work in terms of components rather than slots
Jason Ekstrand
1
-5
/
+5
2019-02-25
nir: Rewrite lower_clip_cull_distance_arrays to do a lot less lowering
Jason Ekstrand
1
-117
/
+26
2019-02-25
nir/xfb: Properly align 64-bit values
Jason Ekstrand
1
-0
/
+4
2019-02-25
compiler/types: Add a contains_64bit helper
Jason Ekstrand
4
-0
/
+29
2019-02-25
configure: fix test portability
Maya Rashish
1
-2
/
+2
2019-02-25
radv: Allow interpolation on non-float types.
Bas Nieuwenhuizen
1
-10
/
+9
2019-02-25
radv: Fix float16 interpolation set up.
Bas Nieuwenhuizen
6
-15
/
+92
2019-02-25
dri: meson: do not prefix user provided dri-drivers-path
Sergii Romantsov
2
-3
/
+3
2019-02-25
meson: ensure that xmlpool_options.h is generated for gallium targets that ne...
David Shao
5
-5
/
+5
2019-02-25
swr/rast: bypass size limit for non-sampled textures
Alok Hota
1
-1
/
+3
2019-02-25
tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomics
Marek Olšák
1
-1
/
+3
[next]