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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version to 17.2.0-rc5
mesa-17.2.0-rc5
Emil Velikov
2017-08-21
1
-1
/
+1
*
cherry-ignore: ignore storage offset fixes
Emil Velikov
2017-08-19
1
-0
/
+4
*
Revert "mesa: stop assigning unused storage for non-bindless opaque types"
Samuel Pitoiset
2017-08-19
1
-11
/
+45
*
i965/miptree: Set supports_fast_clear = false in make_shareable
Jason Ekstrand
2017-08-19
1
-0
/
+1
*
broadcom/vc4: Build the vc4_tiling_lt_neon.c with -mfpu=neon on ARM.
Eric Anholt
2017-08-19
4
-7
/
+25
*
configure.ac: Introduce HAVE_ARM_ASM/HAVE_AARCH64_ASM and the -D flags.
Eric Anholt
2017-08-19
2
-0
/
+28
*
util: Fix build on old glibc.
Eric Anholt
2017-08-19
1
-1
/
+3
*
intel/genxml: Fix gen10 BLEND_STATE variable length packing
Scott D Phillips
2017-08-19
1
-2
/
+2
*
i965: Always allow CPU readback of the scanout on LLC platforms
Chris Wilson
2017-08-19
1
-1
/
+15
*
glsl: add a few missing int64 constant propagation cases
Ilia Mirkin
2017-08-19
2
-0
/
+8
*
radv: disable support for VEGA for now.
Dave Airlie
2017-08-19
1
-0
/
+5
*
nv50/ir: fix TXQ srcMask
Ilia Mirkin
2017-08-19
1
-0
/
+2
*
nv50/ir: fix srcMask computation for TG4 and TXF
Ilia Mirkin
2017-08-19
1
-0
/
+2
*
gallium/os: fix os_time_get_nano() to roll over less
Frank Richter
2017-08-19
1
-1
/
+8
*
st/wgl: check for negative delta in wait_swap_interval()
Frank Richter
2017-08-19
1
-2
/
+5
*
st/mesa: fix a null pointer access
Frank Richter
2017-08-19
1
-1
/
+1
*
swr/rast: Fix invalid casting for calls to Interlocked* functions
Tim Rowley
2017-08-19
3
-7
/
+7
*
glsl/ast: update rhs in addition to the var's constant_value
Ilia Mirkin
2017-08-19
1
-1
/
+1
*
radv/gfx9: for fast clear use is_linear flag.
Dave Airlie
2017-08-19
1
-1
/
+1
*
radv/gfx9: handle GFX9 opaque metadata
David Airlie
2017-08-19
1
-4
/
+5
*
radv: emit db_htile_surface reg on gfx9 as well
David Airlie
2017-08-19
1
-1
/
+2
*
radv/gfx9: remove some leftover gfx6 descriptor setup.
Dave Airlie
2017-08-19
1
-4
/
+0
*
radv/gfx9: fix set predication packet.
Dave Airlie
2017-08-19
1
-9
/
+12
*
radeonsi: disable CE by default
Marek Olšák
2017-08-19
3
-8
/
+21
*
i965/blorp: Correct type of src_format in call to intel_miptree_texture_aux_u...
Scott D Phillips
2017-08-19
1
-1
/
+2
*
nv50/ir: clean up saturated values immediately
Ilia Mirkin
2017-08-19
1
-1
/
+6
*
glxcmds: Fix a typo in the __APPLE__ codepath
Jeremy Huddleston Sequoia
2017-08-17
1
-1
/
+1
*
Update version to 17.2.0-rc4
mesa-17.2.0-rc4
Emil Velikov
2017-08-12
1
-1
/
+1
*
radv: force cs/ps/l2 flush at end of command stream. (v2)
Dave Airlie
2017-08-11
1
-1
/
+4
*
radv: fix MSAA on SI gpus.
Dave Airlie
2017-08-11
1
-3
/
+7
*
radv: fix f16->f32 denorm handling for SI/CIK. (v2)
Dave Airlie
2017-08-11
1
-2
/
+16
*
radv: Use the correct channel for alpha in resolve srgb conversion.
Bas Nieuwenhuizen
2017-08-11
1
-1
/
+1
*
radv: Only convert linear->srgb in compute resolves.
Bas Nieuwenhuizen
2017-08-11
5
-79
/
+54
*
radv: Don't use SRGB format for image stores during resolve.
Bas Nieuwenhuizen
2017-08-11
2
-1
/
+24
*
radeonsi/gfx9: use the VI codepath for clamping Z
Marek Olšák
2017-08-11
2
-12
/
+2
*
isl: Validate row pitch of stencil surfaces.
Kenneth Graunke
2017-08-11
1
-2
/
+7
*
egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpy
Emil Velikov
2017-08-11
1
-2
/
+2
*
configure: remove trailing "-a" in swr architecture test
Tim Rowley
2017-08-11
1
-1
/
+1
*
ac: fail shader compilation if libelf is replaced by an incompatible version
Marek Olšák
2017-08-11
3
-4
/
+15
*
nv50/ir: fix ConstantFolding with saturation
Karol Herbst
2017-08-11
2
-0
/
+9
*
radv: Fix decompression on multisampled depth buffers
Alex Smith
2017-08-11
2
-35
/
+69
*
i965/miptree: Call alloc_aux in create_for_bo
Jason Ekstrand
2017-08-11
1
-6
/
+7
*
intel/isl: Don't align the height of the last array slice
Jason Ekstrand
2017-08-11
1
-1
/
+2
*
intel/isl: Stop padding surfaces
Jason Ekstrand
2017-08-11
1
-117
/
+2
*
anv/formats: Allow sampling on depth-only formats on gen7
Jason Ekstrand
2017-08-11
1
-1
/
+2
*
radv: avoid GPU hangs if someone does a resolve with non-multisample src (v2)
Dave Airlie
2017-08-11
1
-0
/
+5
*
egl/x11: don't leak xfixes_query in the error path
Emil Velikov
2017-08-11
1
-0
/
+1
*
Update version to 17.2.0-rc3
mesa-17.2.0-rc3
Emil Velikov
2017-08-07
1
-1
/
+1
*
anv: Stop advertising VK_KHX_multiview
Jason Ekstrand
2017-08-05
1
-4
/
+0
*
st/dri: enable 32-bit RGBX/RGBA formats only on Android
Tomasz Figa
2017-08-05
1
-0
/
+12
[next]