summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-21Replace IS_INF_OR_NAN with util_is_inf_or_nanDylan Baker11-49/+28
2020-04-21move windows strtok_r define to u_stringDylan Baker2-4/+4
2020-04-21replace IROUND with util functionsDylan Baker12-95/+80
2020-04-21mesa/main: remove unused IROUNDDDylan Baker1-8/+0
2020-04-21Replace IROUND_POS with _mesa_roundevenfDylan Baker4-24/+11
2020-04-21replace IFLOOR with util_ifloorDylan Baker7-77/+47
2020-04-21u_math: add x86 optimized version of ifloorDylan Baker1-0/+18
2020-04-21replace LOG2 with util_fast_log2Dylan Baker3-33/+3
2020-04-21replace _mesa_logbase2 with util_logbase2Dylan Baker11-38/+18
2020-04-21replace _mesa_next_pow_two_* with util_next_power_of_two_*Dylan Baker2-53/+1
2020-04-21replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker11-40/+29
2020-04-21freedreno/drm-shim: Add support for faking other adreno chips.Eric Anholt2-3/+124
2020-04-21r600/sfn: use new temp register allocation when loading single value temporariesGert Wollny1-2/+1
2020-04-21r600/sfn: Count only literals that are not inline to split instruction groupsGert Wollny1-1/+11
2020-04-21r600/sfn: Fix using the result of a fetch instruction in next fetchGert Wollny1-0/+11
2020-04-21r600/sfn: Fix handling of GS inputsGert Wollny1-0/+3
2020-04-21r600/sfn: Handle b2b1 like it was a movGert Wollny1-0/+1
2020-04-21r600/sfn: Fix null pointer deref in live range evalationGert Wollny1-2/+4
2020-04-21r600/nir: Pin interpolation results to channelGert Wollny3-0/+11
2020-04-21r600/sfn: Implementing instructions blocksGert Wollny12-36/+199
2020-04-21r600/sfn: Fix setting alignments when lowering UBOsGert Wollny1-1/+1
2020-04-21r600/sfn: Reduce array limit for scratch usageGert Wollny1-1/+1
2020-04-21r600: Dump a few more variables when requestedGert Wollny1-0/+32
2020-04-21anv/android: fix assert in anv_import_ahw_memoryAbhishek Kumar1-1/+1
2020-04-21st/mesa: Re-assign vs in locations after updating nir info for ffvp/ARB_vpDanylo Piliaiev1-0/+1
2020-04-21tu: Fix the advertised maxFragmentInputComponentsConnor Abbott1-1/+1
2020-04-21freedreno/a6xx: Expand various varying-count bitfieldsConnor Abbott1-6/+6
2020-04-21docs: remove outdated sentenceErik Faye-Lund1-3/+0
2020-04-21st/omx: fix gcc warningsPierre-Eric Pelloux-Prayer1-3/+3
2020-04-21gallium/utils: silence strncpy warningPierre-Eric Pelloux-Prayer1-1/+1
2020-04-21mesa: fix crash in find_valuePierre-Eric Pelloux-Prayer1-1/+5
2020-04-21nir: Delete the fnoise opcodesJason Ekstrand4-44/+1
2020-04-21glsl: Hard-code noise to zero in builtin_functions.cppJason Ekstrand16-229/+33
2020-04-21st/glsl_to_nir: make use of nir linker for linking uniformsTimothy Arceri3-14/+17
2020-04-21glsl: fix gl_nir_set_uniform_initializers() for bindless texturesTimothy Arceri1-0/+6
2020-04-21glsl: add bindless support to nir uniform linkerTimothy Arceri1-77/+172
2020-04-21pick-ui: show commit sha in the pick listEric Engestrom1-1/+1
2020-04-21pick-ui: make .pick_status.json path relative to the git root instead of the ...Eric Engestrom1-1/+4
2020-04-21pick-ui: compute .pick_status.json path only onceEric Engestrom1-7/+6
2020-04-21intel/fs: Coalesce when the src live range is contained in the dstJason Ekstrand1-7/+43
2020-04-21intel/fs: Rename block to scan_block in can_coalesce_varsJason Ekstrand1-4/+4
2020-04-20radv: use common nir_convert_ycbcrJonathan Marek1-122/+9
2020-04-20anv: use common nir_convert_ycbcrJonathan Marek1-123/+8
2020-04-20nir: convert_ycbcr: preserve alpha channelJonathan Marek1-2/+2
2020-04-20nir: add common convert_ycbcr for vulkan cscJonathan Marek4-0/+158
2020-04-20nir/linking: fix issue with two compact variables in a row. (v2)Dave Airlie1-0/+8
2020-04-20pick-ui: auto-scroll the feedback windowEric Engestrom1-0/+2
2020-04-20bin/pick-ui: Add a new maintainer script for picking patchesDylan Baker5-0/+1142
2020-04-20bin/gen_release_notes.py: Fix version detection for .0 releaseDylan Baker2-37/+15
2020-04-20anv: Add support for new MMAP_OFFSET ioctl.Rafael Antognolli3-5/+49