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
*
v3d: Create separate sampler states for the various blend formats.
Eric Anholt
2019-01-27
4
-50
/
+303
*
v3d: Move the sampler state to the long-lived state uploader.
Eric Anholt
2019-01-27
3
-6
/
+13
*
v3d: Use the symbolic names for wrap modes from the XML.
Eric Anholt
2019-01-27
2
-11
/
+14
*
v3d: Fix stencil sampling from a separate-stencil buffer.
Eric Anholt
2019-01-27
2
-0
/
+7
*
v3d: Fix stencil sampling from packed depth/stencil.
Eric Anholt
2019-01-27
1
-1
/
+1
*
v3d: Fix release-build warning about utile_h.
Eric Anholt
2019-01-27
1
-2
/
+1
*
v3d: Flush blit jobs immediately after generating them.
Eric Anholt
2019-01-27
1
-0
/
+8
*
v3d: Fix BO stats accounting for imported buffers.
Eric Anholt
2019-01-27
1
-0
/
+3
*
v3d: Drop maximum number of texture units down to 16.
Eric Anholt
2019-01-27
2
-4
/
+4
*
v3d: Avoid duplicating limits defines between gallium and v3d core.
Eric Anholt
2019-01-27
9
-17
/
+52
*
v3d: Fix overly-large vattr_sizes structs.
Eric Anholt
2019-01-27
1
-2
/
+2
*
v3d: Rename gallium-local limits defines from VC5 to V3D.
Eric Anholt
2019-01-27
11
-33
/
+33
*
radv: Remove unused variable.
Bas Nieuwenhuizen
2019-01-27
1
-1
/
+0
*
radv: add device->instance extension dependencies
Niklas Haas
2019-01-27
1
-0
/
+27
*
radv: correctly use vulkan 1.0 by default
Niklas Haas
2019-01-27
1
-1
/
+1
*
glsl: fix block member alignment validation for vec3
Niklas Haas
2019-01-27
1
-4
/
+4
*
spirv: Add support for SPV_EXT_physical_storage_buffer
Jason Ekstrand
2019-01-26
5
-3
/
+55
*
spirv: Implement OpConvertPtrToU and OpConvertUToPtr
Jason Ekstrand
2019-01-26
2
-2
/
+75
*
spirv: Handle OpTypeForwardPointer
Jason Ekstrand
2019-01-26
1
-33
/
+66
*
spirv: Drop a bogus assert
Jason Ekstrand
2019-01-26
1
-1
/
+0
*
nir: Allow SSBOs and global to alias
Jason Ekstrand
2019-01-26
1
-1
/
+6
*
nir/validate: Allow array derefs of vectors for nir_var_mem_global
Jason Ekstrand
2019-01-26
1
-1
/
+2
*
nir/lower_io: Add support for nir_var_mem_global
Jason Ekstrand
2019-01-26
1
-0
/
+12
*
nir/lower_io: Add a 32 and 64-bit global address formats
Jason Ekstrand
2019-01-26
2
-30
/
+123
*
nir: Add load/store/atomic global intrinsics
Jason Ekstrand
2019-01-26
3
-1
/
+39
*
st/nine: Enable debug info if NDEBUG is not set
Axel Davy
2019-01-26
11
-26
/
+26
*
st/nine: Immediately upload user provided textures
Axel Davy
2019-01-26
1
-0
/
+13
*
i965: Always compile fp64 funcs when needed
Matt Turner
2019-01-26
1
-1
/
+2
*
intel/compiler: Add a file-level description of brw_eu_validate.c
Matt Turner
2019-01-26
1
-1
/
+13
*
freedreno: add renderonly scanout
Jonathan Marek
2019-01-26
8
-10
/
+66
*
freedreno/a2xx: fix unused variable warning
Rob Clark
2019-01-26
1
-1
/
+0
*
tgsi: remove culldist semantic from docs
Timothy Arceri
2019-01-26
1
-18
/
+0
*
ac/nir_to_llvm: fix clamp shadow reference for more hardware
Timothy Arceri
2019-01-26
1
-1
/
+1
*
gallium: Make sure we return is_unorm/is_snorm for compressed formats.
Eric Anholt
2019-01-25
5
-24
/
+101
*
gallium: Fix comment about possible colorspaces.
Eric Anholt
2019-01-25
1
-1
/
+1
*
gallium: Enable unit tests as actual meson unit tests.
Eric Anholt
2019-01-25
2
-7
/
+9
*
mapi: print function declarations for shared glapi
Emil Velikov
2019-01-25
1
-1
/
+1
*
freedreno: limit tiling to PIPE_BIND_SAMPLER_VIEW
Rob Clark
2019-01-25
1
-0
/
+1
*
radv: fix computing number of user SGPRs for streamout buffers
Samuel Pitoiset
2019-01-25
1
-0
/
+3
*
appveyor: Revert commits adding Cygwin support.
Jose Fonseca
2019-01-25
3
-91
/
+30
*
android: fix build issues with libmesa_anv_gen* libraries
Tapani Pälli
2019-01-25
1
-0
/
+1
*
intel/batch-decoder: fix a vb end address calculation
Andrii Simiklit
2019-01-25
1
-1
/
+3
*
intel/batch-decoder: fix vertex buffer size calculation for gen<8
Andrii Simiklit
2019-01-25
1
-1
/
+1
*
meson/vdpau: add missing soversion
Eric Engestrom
2019-01-25
2
-2
/
+10
*
anv: drop always-successful VkResult
Eric Engestrom
2019-01-25
1
-9
/
+4
*
anv/allocator: Avoid race condition in anv_block_pool_map.
Rafael Antognolli
2019-01-24
2
-6
/
+27
*
meson: Add warnings and errors when using ICC
Dylan Baker
2019-01-24
1
-1
/
+9
*
meson: Fix compiler checks for SWR with ICC
Dylan Baker
2019-01-24
1
-25
/
+5
*
meson: fix swr KNL build
Dylan Baker
2019-01-24
1
-1
/
+1
*
gallivm: Return true from arch_rounding_available() if NEON is available
Matt Turner
2019-01-24
2
-2
/
+5
[next]