summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-21218-952/+843
* dri/nouveau: replace assert with unreachableDylan Baker2020-04-211-1/+3
* mesa: move ADD_POINTERS to macros.hDylan Baker2020-04-211-0/+1
* mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2020-04-2118-78/+44
* replace imports memory functions with utils memory functionsDylan Baker2020-04-2119-254/+96
* util: Add an aligned realloc functionDylan Baker2020-04-214-17/+40
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-2168-1/+70
* Replace IS_INF_OR_NAN with util_is_inf_or_nanDylan Baker2020-04-2111-49/+28
* move windows strtok_r define to u_stringDylan Baker2020-04-212-4/+4
* replace IROUND with util functionsDylan Baker2020-04-2112-95/+80
* mesa/main: remove unused IROUNDDDylan Baker2020-04-211-8/+0
* Replace IROUND_POS with _mesa_roundevenfDylan Baker2020-04-214-24/+11
* replace IFLOOR with util_ifloorDylan Baker2020-04-217-77/+47
* u_math: add x86 optimized version of ifloorDylan Baker2020-04-211-0/+18
* replace LOG2 with util_fast_log2Dylan Baker2020-04-213-33/+3
* replace _mesa_logbase2 with util_logbase2Dylan Baker2020-04-2111-38/+18
* replace _mesa_next_pow_two_* with util_next_power_of_two_*Dylan Baker2020-04-212-53/+1
* replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker2020-04-2111-40/+29
* freedreno/drm-shim: Add support for faking other adreno chips.Eric Anholt2020-04-212-3/+124
* r600/sfn: use new temp register allocation when loading single value temporariesGert Wollny2020-04-211-2/+1
* r600/sfn: Count only literals that are not inline to split instruction groupsGert Wollny2020-04-211-1/+11
* r600/sfn: Fix using the result of a fetch instruction in next fetchGert Wollny2020-04-211-0/+11
* r600/sfn: Fix handling of GS inputsGert Wollny2020-04-211-0/+3
* r600/sfn: Handle b2b1 like it was a movGert Wollny2020-04-211-0/+1
* r600/sfn: Fix null pointer deref in live range evalationGert Wollny2020-04-211-2/+4
* r600/nir: Pin interpolation results to channelGert Wollny2020-04-213-0/+11
* r600/sfn: Implementing instructions blocksGert Wollny2020-04-2112-36/+199
* r600/sfn: Fix setting alignments when lowering UBOsGert Wollny2020-04-211-1/+1
* r600/sfn: Reduce array limit for scratch usageGert Wollny2020-04-211-1/+1
* r600: Dump a few more variables when requestedGert Wollny2020-04-211-0/+32
* anv/android: fix assert in anv_import_ahw_memoryAbhishek Kumar2020-04-211-1/+1
* st/mesa: Re-assign vs in locations after updating nir info for ffvp/ARB_vpDanylo Piliaiev2020-04-211-0/+1
* tu: Fix the advertised maxFragmentInputComponentsConnor Abbott2020-04-211-1/+1
* freedreno/a6xx: Expand various varying-count bitfieldsConnor Abbott2020-04-211-6/+6
* docs: remove outdated sentenceErik Faye-Lund2020-04-211-3/+0
* st/omx: fix gcc warningsPierre-Eric Pelloux-Prayer2020-04-211-3/+3
* gallium/utils: silence strncpy warningPierre-Eric Pelloux-Prayer2020-04-211-1/+1
* mesa: fix crash in find_valuePierre-Eric Pelloux-Prayer2020-04-211-1/+5
* nir: Delete the fnoise opcodesJason Ekstrand2020-04-214-44/+1
* glsl: Hard-code noise to zero in builtin_functions.cppJason Ekstrand2020-04-2116-229/+33
* st/glsl_to_nir: make use of nir linker for linking uniformsTimothy Arceri2020-04-213-14/+17
* glsl: fix gl_nir_set_uniform_initializers() for bindless texturesTimothy Arceri2020-04-211-0/+6
* glsl: add bindless support to nir uniform linkerTimothy Arceri2020-04-211-77/+172
* pick-ui: show commit sha in the pick listEric Engestrom2020-04-211-1/+1
* pick-ui: make .pick_status.json path relative to the git root instead of the ...Eric Engestrom2020-04-211-1/+4
* pick-ui: compute .pick_status.json path only onceEric Engestrom2020-04-211-7/+6
* intel/fs: Coalesce when the src live range is contained in the dstJason Ekstrand2020-04-211-7/+43
* intel/fs: Rename block to scan_block in can_coalesce_varsJason Ekstrand2020-04-211-4/+4
* radv: use common nir_convert_ycbcrJonathan Marek2020-04-201-122/+9
* anv: use common nir_convert_ycbcrJonathan Marek2020-04-201-123/+8