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-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
2019-02-25
anv: advertise 8 subpixel precision bits
Juan A. Suarez Romero
2
-1
/
+6
2019-02-25
genxml: add missing field values for 3DSTATE_SF
Juan A. Suarez Romero
6
-6
/
+24
2019-02-25
intel: fix urb size for CFL GT1
Lionel Landwerlin
1
-0
/
+1
2019-02-25
intel/fs: Implement extended strides greater than 4 for IR source regions.
Francisco Jerez
1
-3
/
+10
2019-02-25
intel/fs: Exclude control sources from execution type and region alignment ca...
Francisco Jerez
3
-4
/
+68
2019-02-25
i965: re-emit index buffer state on a reset option change.
Andrii Simiklit
3
-1
/
+13
2019-02-20
intel: Add more PCI Device IDs for Coffee Lake and Ice Lake.
Rodrigo Vivi
1
-0
/
+5
2019-02-20
wayland/egl: Ensure EGL surface is resized on DRI update_buffers()
Carlos Garnacho
1
-4
/
+7
2019-02-20
radv: Sync ETC2 whitelisted devices.
Bas Nieuwenhuizen
3
-5
/
+11
2019-02-20
drirc: Add sddm-greeter to adaptive_sync blacklist.
Mario Kleiner
1
-0
/
+3
2019-02-20
driconf: add Civ6Sub executable for Civilization 6
Marek Olšák
1
-0
/
+6
2019-02-20
radeonsi: always enable NIR for Civilization 6 to fix corruption
Marek Olšák
1
-0
/
+3
2019-02-20
radeonsi: add driconf option radeonsi_enable_nir
Marek Olšák
3
-1
/
+8
2019-02-19
Version: update to 19.0-rc5
mesa-19.0.0-rc5
chadv/arc-mesa-19.0-r31-vanilla
chadv/arc-mesa-19.0-r1-vanilla
arc-mesa-19.0-r1-vanilla
Dylan Baker
1
-1
/
+1
2019-02-19
mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachment
Tapani Pälli
1
-2
/
+6
2019-02-19
radv: ensure export arguments are always float
Rhys Perry
1
-5
/
+1
2019-02-19
radv: bitcast 16-bit outputs to integers
Rhys Perry
1
-2
/
+2
2019-02-19
v3d: Fix the check for "is the last thrsw inside control flow"
Eric Anholt
2
-8
/
+17
2019-02-19
v3d: Use the early_fragment_tests flag for the shader's disable-EZ field.
Eric Anholt
4
-17
/
+23
2019-02-19
radv: fix writing the alpha channel of MRT0 when alpha coverage is enabled
Samuel Pitoiset
1
-7
/
+8
2019-02-19
radv: write the alpha channel of MRT0 when alpha coverage is enabled
Samuel Pitoiset
1
-0
/
+8
2019-02-19
nir: Don't reassociate add/mul chains containing only constants
Kenneth Graunke
1
-5
/
+5
2019-02-15
intel/compiler/test: Add unit test for mismatched signedness comparison
Matt Turner
1
-0
/
+32
2019-02-15
intel/compiler: Avoid propagating inequality cmods if types are different
Matt Turner
1
-0
/
+7
2019-02-15
intel/fs: Bail in optimize_extract_to_float if we have modifiers
Jason Ekstrand
1
-0
/
+9
[next]