aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pan/bi: Feed data register to BI_TEXAlyssa Rosenzweig2020-04-221-1/+1
* pan/bi: Include TEX_COMPACT f16 opcodeAlyssa Rosenzweig2020-04-221-0/+1
* pan/bi: Structify TEX compactAlyssa Rosenzweig2020-04-221-0/+12
* pan/bi: Disassemble f16 dual texAlyssa Rosenzweig2020-04-221-3/+6
* pan/bi: Document when dual-tex is triggeredAlyssa Rosenzweig2020-04-221-1/+5
* pan/bi: Print tex_compact coordinatesAlyssa Rosenzweig2020-04-221-0/+7
* intel/compiler: Put back saturate on [iu]add_sat opcodesKenneth Graunke2020-04-221-0/+1
* panfrost: Align Android makefiles with recent changesRoman Stratiienko2020-04-222-0/+15
* freedreno/ir3: Drop handling FRAG_RESULT_DEPTH writing to .zEric Anholt2020-04-211-3/+1
* turnip: fix GMEM resolve in CmdNextSubpassJonathan Marek2020-04-211-1/+3
* egl: simplify client/platform extension handlingEmil Velikov2020-04-214-59/+23
* mesa/gallium: do not use enum for bit-allocated memberErik Faye-Lund2020-04-211-1/+1
* util/ralloc: fix ralloc alignment on Win64Jesse Natalie2020-04-211-0/+4
* intel/compiler: Drop nir_lower_to_source_mods() and related handling.Kenneth Graunke2020-04-214-123/+27
* 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
* st/omx: fix gcc warningsPierre-Eric Pelloux-Prayer2020-04-211-3/+3
* gallium/utils: silence strncpy warningPierre-Eric Pelloux-Prayer2020-04-211-1/+1