summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Don't lower integer multiplies that don't need loweringIan Romanick2020-01-231-0/+11
* compiler: Translate GLSL IR to NIR for new INTEL_shader_integer_functions2 ex...Ian Romanick2020-01-231-0/+30
* nir/algebraic: Add lowering for 64-bit iadd_sat and isub_satIan Romanick2020-01-231-0/+50
* nir/algebraic: Add lowering for 64-bit uadd_satIan Romanick2020-01-231-0/+1
* nir/algebraic: Add lowering for 64-bit usub_satIan Romanick2020-01-232-0/+18
* nir/algebraic: Add lowering for 64-bit hadd and rhaddIan Romanick2020-01-232-0/+26
* nir/algebraic: Add lowering for uabs_usub and uabs_isubIan Romanick2020-01-231-0/+3
* nir: Add new instructions for INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+17
* glsl: Add built-in functions for INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+311
* glsl_types: Add function to get an unsigned base type from a signed typeIan Romanick2020-01-231-0/+21
* glsl: Add new expressions for INTEL_shader_integer_functions2Ian Romanick2020-01-235-0/+133
* mesa: Extension boilerplate for INTEL_shader_integer_functions2Ian Romanick2020-01-234-0/+5
* intel/compiler: Move Gen4/5 rounding to visitorMatt Turner2020-01-224-37/+28
* meson: Do not require libdrm for DRI2 on hurdSamuel Thibault2020-01-221-1/+3
* util: Do not fail to build on unknown pthread_setname_npSamuel Thibault2020-01-221-1/+1
* loader: #define PATH_MAX when undefined (eg. Hurd)Samuel Thibault2020-01-221-0/+5
* util/atomic: fix return type of p_atomic_add_return() fallbackEric Engestrom2020-01-221-1/+1
* gallium: dmabuf support for yuv formats that are not natively supportedJames Xiong2020-01-223-10/+26
* intel/compiler: Return early if read() failedEmmanuel Gil Peyrot2020-01-221-1/+4
* intel/perf: adapt to platforms like Solaris without d_type in struct direntAlan Coopersmith2020-01-222-5/+25
* llvmpipe: drop LLVM < 3.4 supportEric Engestrom2020-01-221-4/+0
* egl: drop confusing mincore() error messageEric Engestrom2020-01-221-2/+0
* aco: fix off-by-one error when initializing sgpr_live_inRhys Perry2020-01-221-1/+1
* radv: fix double free corruption in radv_alloc_memory()Samuel Pitoiset2020-01-221-1/+0
* gitlab-ci: Use single if for manual job rules entryMichel Dänzer2020-01-221-2/+1
* gitlab-ci: Set GIT_STRATEGY to none for the dummy jobMichel Dänzer2020-01-221-0/+2
* util/u_thread: Fix build under HaikuX5122020-01-221-1/+7
* haiku/hgl: Fix build via header reorderingAlexander von Gluck IV2020-01-221-2/+4
* aco: fix operand kill flags when a temporary is used more than onceRhys Perry2020-01-221-2/+6
* panfrost/midgard: Add missing lowering passes for type/size conversion opsBoris Brezillon2020-01-221-13/+34
* panfrost/midgard: Add 64 bits float <-> int convertersBoris Brezillon2020-01-221-0/+5
* panfrost/midgard: Fix mir_print_instruction() for branch instructionsBoris Brezillon2020-01-221-7/+31
* panfrost/midgard: Add f2f64 supportBoris Brezillon2020-01-221-2/+4
* panfrost/midgard: Factorize f2f and u2u handlingBoris Brezillon2020-01-221-20/+7
* panfrost/midgard: Make sure promote_fmov() only promotes 32-bit imovsBoris Brezillon2020-01-221-0/+1
* panfrost/midgard: Rework mir_adjust_constants() to make it type/size agnosticBoris Brezillon2020-01-221-94/+69
* panfrost/midgard: Use a union to manipulate embedded constantsBoris Brezillon2020-01-228-49/+85
* anv: ensure prog params are initialized with 0sLionel Landwerlin2020-01-221-1/+1
* panfrost: Fix crash in compute variant allocationAlyssa Rosenzweig2020-01-221-1/+2
* etnaviv: drm: Don't miscalculate timeoutGuido Günther2020-01-221-3/+2
* egl: Fix _eglPointerIsDereferencable w/o mincore()Alexander van der Grinten2020-01-221-3/+4
* egl/android: fix buffer_count for applications setting max countTapani Pälli2020-01-221-6/+22
* aco: Fix signedness compare warning.Timur Kristóf2020-01-221-1/+1
* aco: Fix maybe-uninitialized warnings.Timur Kristóf2020-01-222-0/+4
* aco: Fix -Wstringop-overflow warnings in aco_span.Timur Kristóf2020-01-221-2/+2
* radeon: Fix multiple definition error with radeon_debugTimur Kristóf2020-01-222-7/+17
* gallium: Fix a couple of multiple definition warnings.Timur Kristóf2020-01-221-4/+4
* r600: Move get_pic_param to radeon_vce.cTimur Kristóf2020-01-222-4/+4
* radeon: Move si_get_pic_param to radeon_vce.cTimur Kristóf2020-01-222-4/+4
* intel/compiler: Fix array bounds warning on GCC 10.Timur Kristóf2020-01-221-0/+2