summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-06ac/llvm: create features list using snprintf.Dave Airlie1-2/+5
2017-07-06ac/radv: change api to create target machineDave Airlie3-7/+14
2017-07-06build systems: move git_sha1_gen.sh to bin/Eric Engestrom5-5/+5
2017-07-06swr/rast: Correctly allocate SWR_STATS memory as cacheline alignedTim Rowley2-5/+5
2017-07-06swr/rast: remove unused variablesTim Rowley2-4/+0
2017-07-06swr/rast: don't use _mm256_fmsub_ps in AVX codeTim Rowley1-1/+5
2017-07-06swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley1-0/+6
2017-07-06etnaviv: don't dereference etna_resource pointer if allocation failsAleksander Morgado1-3/+7
2017-07-06scons: Check for xlocale.h before defining HAVE_XLOCALE_H.Vinson Lee1-1/+3
2017-07-06radv: add support for cmd predication.Dave Airlie5-30/+64
2017-07-05glsl: check if any of the named builtins are available firstIlia Mirkin3-4/+14
2017-07-05nir/spirv: Rework function argument setupJason Ekstrand3-28/+34
2017-07-05nir/spirv: Stop trying to convert pointers to SSA in glsl450Jason Ekstrand1-1/+6
2017-07-05nir/spirv: Use real pointer typesJason Ekstrand4-15/+60
2017-07-05nir/spirv: Stop using glsl_type for function typesJason Ekstrand3-31/+31
2017-07-05nir/spirv: Beef up the type system a bitJason Ekstrand2-28/+59
2017-07-05nir/spirv: Compact vtn_typeJason Ekstrand2-26/+39
2017-07-05nir/spirv: Simplify type copyingJason Ekstrand1-7/+1
2017-07-05nir/spirv: Compute offsets for UBOs and SSBOs up-frontJason Ekstrand2-27/+138
2017-07-05nir/spirv: Rework the way pointers get dereferencedJason Ekstrand2-64/+88
2017-07-05nir/spirv: Break variable creation out into a helperJason Ekstrand1-172/+184
2017-07-05nir/spirv: Remove unneeded parameters from pointer_to_offsetJason Ekstrand3-19/+8
2017-07-05nir/spirv: Simplify matrix loads/storesJason Ekstrand2-100/+90
2017-07-05nir/spirv: Use the correct stride for non-32-bit vectorsJason Ekstrand1-1/+1
2017-07-05nir/spirv: Wrap access chains in a new vtn_pointer data structureJason Ekstrand4-159/+187
2017-07-05nir/spirv: Rename some things from access_chain to pointerJason Ekstrand4-82/+73
2017-07-05nir/spirv: Split up Uniform and UniformConstant storage classesJason Ekstrand1-3/+7
2017-07-05nir/spirv: Add a storage_class_to_mode helperJason Ekstrand1-45/+78
2017-07-05nir/spirv: Use the type from the deref for atomicsJason Ekstrand1-3/+3
2017-07-05nir/spirv: Move a "}"Jason Ekstrand1-1/+1
2017-07-05i965: Move surface resolves back to draw/dispatch timeJason Ekstrand4-121/+143
2017-07-05mesa: Avoid set comprehension.Vinson Lee1-1/+1
2017-07-05ac/nir: Move VS position exports before param exports.Bas Nieuwenhuizen1-55/+54
2017-07-05radv: Always set depthbuffer using image format instead of iview format.Bas Nieuwenhuizen1-2/+2
2017-07-05radv: Disable depth & stencil tests when the depthbuffer doesn't support it.Bas Nieuwenhuizen6-11/+36
2017-07-05egl: android: Fix potential use of unitialized variableTomasz Figa1-1/+3
2017-07-05intel: common: Fix link failure with standalone Android buildTomasz Figa1-0/+5
2017-07-05Android: generate symlinks for all enabled gallium driversMauro Rossi2-1/+2
2017-07-05android: build imx-drm winsysTomeu Vizoso3-2/+44
2017-07-05android: add etnaviv driver build supportRob Herring4-2/+78
2017-07-05st/glsl_to_nir: fix edgeflag passthroughNicolai Hähnle2-1/+6
2017-07-05st/mesa: use pipe_shader_type_from_mesaNicolai Hähnle1-21/+2
2017-07-05tgsi_from_mesa: add tgsi_get_gl_frag_result_semanticNicolai Hähnle2-0/+40
2017-07-05tgsi_from_mesa: add pipe_shader_type_from_mesaNicolai Hähnle1-0/+23
2017-07-05tgsi,st/mesa: move varying slot to semantic mapping into a helper for VSNicolai Hähnle5-99/+203
2017-07-05ddebug: handle some cases of non-TGSI shadersNicolai Hähnle3-6/+28
2017-07-05glsl_to_nir: zero-initialize var->data.descriptor_setNicolai Hähnle1-0/+1
2017-07-05glsl: add glsl_base_type_is_integerNicolai Hähnle1-0/+11
2017-07-05nir: add NIR_PRINT environment variableNicolai Hähnle1-0/+19
2017-07-05glsl/blob: add valgrind checks that written data is definedNicolai Hähnle2-0/+13