summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v3d: Create separate sampler states for the various blend formats.Eric Anholt2019-01-274-50/+303
* v3d: Move the sampler state to the long-lived state uploader.Eric Anholt2019-01-273-6/+13
* v3d: Use the symbolic names for wrap modes from the XML.Eric Anholt2019-01-272-11/+14
* v3d: Fix stencil sampling from a separate-stencil buffer.Eric Anholt2019-01-272-0/+7
* v3d: Fix stencil sampling from packed depth/stencil.Eric Anholt2019-01-271-1/+1
* v3d: Fix release-build warning about utile_h.Eric Anholt2019-01-271-2/+1
* v3d: Flush blit jobs immediately after generating them.Eric Anholt2019-01-271-0/+8
* v3d: Fix BO stats accounting for imported buffers.Eric Anholt2019-01-271-0/+3
* v3d: Drop maximum number of texture units down to 16.Eric Anholt2019-01-272-4/+4
* v3d: Avoid duplicating limits defines between gallium and v3d core.Eric Anholt2019-01-279-17/+52
* v3d: Fix overly-large vattr_sizes structs.Eric Anholt2019-01-271-2/+2
* v3d: Rename gallium-local limits defines from VC5 to V3D.Eric Anholt2019-01-2711-33/+33
* radv: Remove unused variable.Bas Nieuwenhuizen2019-01-271-1/+0
* radv: add device->instance extension dependenciesNiklas Haas2019-01-271-0/+27
* radv: correctly use vulkan 1.0 by defaultNiklas Haas2019-01-271-1/+1
* glsl: fix block member alignment validation for vec3Niklas Haas2019-01-271-4/+4
* spirv: Add support for SPV_EXT_physical_storage_bufferJason Ekstrand2019-01-265-3/+55
* spirv: Implement OpConvertPtrToU and OpConvertUToPtrJason Ekstrand2019-01-262-2/+75
* spirv: Handle OpTypeForwardPointerJason Ekstrand2019-01-261-33/+66
* spirv: Drop a bogus assertJason Ekstrand2019-01-261-1/+0
* nir: Allow SSBOs and global to aliasJason Ekstrand2019-01-261-1/+6
* nir/validate: Allow array derefs of vectors for nir_var_mem_globalJason Ekstrand2019-01-261-1/+2
* nir/lower_io: Add support for nir_var_mem_globalJason Ekstrand2019-01-261-0/+12
* nir/lower_io: Add a 32 and 64-bit global address formatsJason Ekstrand2019-01-262-30/+123
* nir: Add load/store/atomic global intrinsicsJason Ekstrand2019-01-263-1/+39
* st/nine: Enable debug info if NDEBUG is not setAxel Davy2019-01-2611-26/+26
* st/nine: Immediately upload user provided texturesAxel Davy2019-01-261-0/+13
* i965: Always compile fp64 funcs when neededMatt Turner2019-01-261-1/+2
* intel/compiler: Add a file-level description of brw_eu_validate.cMatt Turner2019-01-261-1/+13
* freedreno: add renderonly scanoutJonathan Marek2019-01-268-10/+66
* freedreno/a2xx: fix unused variable warningRob Clark2019-01-261-1/+0
* tgsi: remove culldist semantic from docsTimothy Arceri2019-01-261-18/+0
* ac/nir_to_llvm: fix clamp shadow reference for more hardwareTimothy Arceri2019-01-261-1/+1
* gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt2019-01-255-24/+101
* gallium: Fix comment about possible colorspaces.Eric Anholt2019-01-251-1/+1
* gallium: Enable unit tests as actual meson unit tests.Eric Anholt2019-01-252-7/+9
* mapi: print function declarations for shared glapiEmil Velikov2019-01-251-1/+1
* freedreno: limit tiling to PIPE_BIND_SAMPLER_VIEWRob Clark2019-01-251-0/+1
* radv: fix computing number of user SGPRs for streamout buffersSamuel Pitoiset2019-01-251-0/+3
* appveyor: Revert commits adding Cygwin support.Jose Fonseca2019-01-253-91/+30
* android: fix build issues with libmesa_anv_gen* librariesTapani Pälli2019-01-251-0/+1
* intel/batch-decoder: fix a vb end address calculationAndrii Simiklit2019-01-251-1/+3
* intel/batch-decoder: fix vertex buffer size calculation for gen<8Andrii Simiklit2019-01-251-1/+1
* meson/vdpau: add missing soversionEric Engestrom2019-01-252-2/+10
* anv: drop always-successful VkResultEric Engestrom2019-01-251-9/+4
* anv/allocator: Avoid race condition in anv_block_pool_map.Rafael Antognolli2019-01-242-6/+27
* meson: Add warnings and errors when using ICCDylan Baker2019-01-241-1/+9
* meson: Fix compiler checks for SWR with ICCDylan Baker2019-01-241-25/+5
* meson: fix swr KNL buildDylan Baker2019-01-241-1/+1
* gallivm: Return true from arch_rounding_available() if NEON is availableMatt Turner2019-01-242-2/+5