summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-221-5/+20
* 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
* 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
* turnip: Add support for non-zero (still constant) UBO buffer indices.Eric Anholt2020-01-221-2/+3
* turnip: fix array/matrix varyingsJonathan Marek2020-01-211-2/+2
* turnip: remove tu_sort_variables_by_locationJonathan Marek2020-01-211-48/+0
* freedreno/ir3: allow inputs with the same locationJonathan Marek2020-01-211-9/+17
* intel/compiler: Test compaction on Gen <= 12Matt Turner2020-01-221-1/+1
* intel/compiler: Validate fuzzed instructionsMatt Turner2020-01-223-1/+7
* intel/compiler: Add unit tests for new EU validation checksMatt Turner2020-01-221-0/+396
* intel/compiler: Validate some instruction word encodingsMatt Turner2020-01-221-10/+84
* intel/compiler: Factor out brw_validate_instruction()Matt Turner2020-01-221-26/+35
* intel/compiler: Handle invalid compacted immediatesMatt Turner2020-01-221-1/+15
* intel/compiler: Handle invalid inputs to brw_reg_type_to_*()Matt Turner2020-01-221-0/+6
* intel/compiler: Split hw_type tablesMatt Turner2020-01-221-23/+116
* intel/compiler: Add a INVALID_{,HW_}REG_TYPE macrosMatt Turner2020-01-223-5/+8
* intel/compiler: Add NF some more placesMatt Turner2020-01-222-0/+5