aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gitlab-ci: test meson installationEric Engestrom2019-06-291-0/+1
* anv: fix indentationEric Engestrom2019-06-291-15/+14
* anv: fix typoEric Engestrom2019-06-291-1/+1
* anv: replace hard-coded platform list with vk.xml parseEric Engestrom2019-06-291-5/+11
* android: fix typo LOCAL_EXPORT_C_INCLUDESChih-Wei Huang2019-06-292-2/+2
* android: virgl: fix generated virgl_driinfo.h building rulesMauro Rossi2019-06-291-2/+8
* intel/compiler: don't use byte operands for src1 on ICLLionel Landwerlin2019-06-294-20/+192
* egl: Enable eglGetPlatformDisplay on Android Platformrenchenglei2019-06-293-0/+27
* nir/serach: Increase maximum commutative expressions from 4 to 8Ian Romanick2019-06-282-2/+4
* nir/algebraic: Don't mark expression with duplicate sources as commutativeIan Romanick2019-06-281-1/+56
* nir/search: Log Boolean constants instead of assertingIan Romanick2019-06-281-0/+3
* nir/algebraic: Fail build when too many commutative expressions are usedIan Romanick2019-06-283-1/+51
* nir/algebraic: Fix whitespace errorIan Romanick2019-06-281-1/+0
* panfrost: Allow R11G11B10 renderingAlyssa Rosenzweig2019-06-282-4/+15
* panfrost: Default to util_pack_color for clearsAlyssa Rosenzweig2019-06-281-2/+7
* intel/vec4: Try both sources as candidates for being immediatesIan Romanick2019-06-281-41/+80
* intel/vec4: Try immediate sources for dot products tooIan Romanick2019-06-281-0/+4
* intel/vec4: Try emitting non-scalar immediatesIan Romanick2019-06-281-4/+31
* nir: Fix lowering of bitfield_insert to shifts.Eric Anholt2019-06-281-3/+5
* Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker2019-06-284-32/+13
* Revert "meson: try to use cmake as a finder for clang"Dylan Baker2019-06-281-27/+16
* mesa: stop trying new filenames if the filename existing is not the issueEric Engestrom2019-06-281-0/+6
* mesa: use os_file_create_unique()Eric Engestrom2019-06-281-5/+4
* util: add os_file_create_unique()Eric Engestrom2019-06-282-0/+34
* panfrost: Disable DXT-style texture compressionAlyssa Rosenzweig2019-06-281-3/+1
* panfrost: Dump unknown formats before abortingAlyssa Rosenzweig2019-06-281-0/+1
* panfrost/midgard: Fix 3D texture regressionAlyssa Rosenzweig2019-06-281-1/+2
* panfrost: Add some special formatsAlyssa Rosenzweig2019-06-283-0/+7
* panfrost/midgard: Implement integer samplerAlyssa Rosenzweig2019-06-283-8/+42
* panfrost: Remove dubious assertAlyssa Rosenzweig2019-06-281-3/+0
* panfrost: Implement primitive restartAlyssa Rosenzweig2019-06-281-0/+13
* i965/icl: Apply WA_1606682166 to compute workloadsAnuj Phogat2019-06-281-1/+3
* Revert "iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-8/+0
* Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-12/+0
* Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-282-10/+0
* i965/icl: Fix WA_1606682166Anuj Phogat2019-06-281-2/+1
* freedreno/ir3: small cleanupRob Clark2019-06-281-1/+1
* freedreno/ir3: fix missing (ss) in dummy bary.f caseRob Clark2019-06-281-0/+5
* freedreno/a6xx: wire up dither stateRob Clark2019-06-283-2/+14
* meson: Improve detection of Python when using Meson >=0.50.Arfrever Frehtes Taifersar Arahesis2019-06-281-1/+5
* radeon/uvd: fix calc_ctx_size_h265_main10Pierre-Eric Pelloux-Prayer2019-06-283-9/+9
* mesa: add display list support for gl(Compressed)TextureSubImage2DEXTPierre-Eric Pelloux-Prayer2019-06-281-0/+89
* mesa: add glTextureParameteri/iv/f/fvEXTPierre-Eric Pelloux-Prayer2019-06-286-6/+271
* mesa: extend _mesa_lookup_or_create_texture to support EXT_dsaPierre-Eric Pelloux-Prayer2019-06-282-3/+19
* mesa: refactor bind_texturePierre-Eric Pelloux-Prayer2019-06-282-17/+36
* mesa: extract helper function for glTexParameter*Pierre-Eric Pelloux-Prayer2019-06-281-13/+24
* mesa: add buffer != 0 checks to glNamedBufferEXT functionsPierre-Eric Pelloux-Prayer2019-06-281-2/+33
* mesa: fix a typo in map_named_buffer_rangeMarek Olšák2019-06-281-2/+2
* mesa: add support for glMapNamedBufferEXT()Timothy Arceri2019-06-285-1/+33
* mesa: add support for glUnmapNamedBufferEXT()Timothy Arceri2019-06-286-8/+12