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