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
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
marge_bot_batch_merge_job
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
tess-use-io-semantics
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-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
2019-02-15
swr: set PIPE_CAP_MAX_VARYINGS correctly
Ilia Mirkin
1
-0
/
+2
2019-02-15
anv: Put MOCS in the correct location
Kenneth Graunke
1
-2
/
+2
2019-02-14
spirv: Add missing break
Ian Romanick
1
-0
/
+1
2019-02-14
meson: Add dependency on genxml to anvil
Dylan Baker
1
-2
/
+5
2019-02-14
radv: always export gl_SampleMask when the fragment shader uses it
Samuel Pitoiset
1
-4
/
+4
2019-02-14
radv/winsys: fix BO list creation when RADV_DEBUG=allbos is set
Samuel Pitoiset
1
-0
/
+1
2019-02-13
get-pick-list: Add --pretty=medium to the arguments for Cc patches
Dylan Baker
1
-2
/
+2
2019-02-13
nir/opt_if: don't mark progress if nothing changes
Karol Herbst
1
-0
/
+7
2019-02-13
radeonsi: Fix guardband computation for large render targets
Oscar Blumberg
1
-2
/
+28
2019-02-13
version: bump for 19.0-rc4
mesa-19.0.0-rc4
Dylan Baker
1
-1
/
+1
2019-02-12
anv/cmd_buffer: check for NULL framebuffer
Juan A. Suarez Romero
1
-5
/
+29
2019-02-12
radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8
Samuel Pitoiset
3
-3
/
+10
2019-02-12
radv: fix compiler issues with GCC 9
Samuel Pitoiset
1
-42
/
+48
2019-02-12
st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048
Kenneth Graunke
1
-1
/
+6
2019-02-12
st/va/vp9: set max reference as default of VP9 reference number
Leo Liu
1
-1
/
+6
2019-02-12
st/va: fix the incorrect max profiles report
Leo Liu
2
-2
/
+3
2019-02-12
winsys/amdgpu: don't drop manually added fence dependencies
Marek Olšák
1
-2
/
+0
2019-02-12
radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
1
-2
/
+5
2019-02-12
gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
1
-1
/
+2
2019-02-12
nvc0: we have 16k-sized framebuffers, fix default scissors
Ilia Mirkin
1
-2
/
+2
2019-02-12
st/mesa: require RGBA2, RGB4, and RGBA4 to be renderable
Karol Herbst
1
-0
/
+2
2019-02-12
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
18
-16
/
+51
2019-02-12
gm107/ir: add fp64 rsq
Karol Herbst
3
-3
/
+128
2019-02-12
gm107/ir: add fp64 rcp
Karol Herbst
3
-4
/
+270
2019-02-12
gk104/ir: Use the new rcp/rsq in library
Karol Herbst
3
-15
/
+334
2019-02-12
gk110/ir: Use the new rcp/rsq in library
Boyan Ding
5
-0
/
+42
2019-02-12
gk110/ir: Add rsq f64 implementation
Boyan Ding
2
-2
/
+109
2019-02-12
gk110/ir: Add rcp f64 implementation
Boyan Ding
2
-4
/
+235
2019-02-12
nvc0: stick zero values for the compute invocation counts
Ilia Mirkin
1
-0
/
+2
2019-02-12
nv50,nvc0: use condition for occlusion queries when already complete
Ilia Mirkin
6
-28
/
+25
2019-02-12
nvc0: fix 3d images on kepler
Ilia Mirkin
2
-35
/
+34
2019-02-12
nvc0/ir: always use CG mode for loads from atomic-only buffers
Ilia Mirkin
1
-2
/
+12
2019-02-12
nvc0: add support for handling indirect draws with attrib conversion
Ilia Mirkin
3
-1
/
+82
2019-02-12
amd/common: Use correct writemask for shared memory stores.
Bas Nieuwenhuizen
1
-1
/
+1
2019-02-12
radv: Only look at pImmutableSamples if the descriptor has a sampler.
Bas Nieuwenhuizen
1
-2
/
+6
2019-02-12
gallium-xlib: query MIT-SHM before using it.
Bart Oldeman
1
-1
/
+3
2019-02-12
nv50,nvc0: add explicit settings for recent caps
Ilia Mirkin
2
-0
/
+4
2019-02-12
meson: drop the xcb-xrandr version requirement
Marek Olšák
1
-1
/
+1
[next]