aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gallivm/nir: add texture unit indexingDave Airlie2020-07-022-1/+21
* llvmpipe: add support for indirect texture access.Dave Airlie2020-07-021-4/+21
* draw: add support for indirect texture accessDave Airlie2020-07-021-4/+21
* gallivm: add indirect texture switch statement builder.Dave Airlie2020-07-022-0/+119
* gallivm/sample: change texture function generator apiDave Airlie2020-07-021-9/+10
* llvmpipe: pass number of samplers into llvm sampler code.Dave Airlie2020-07-024-4/+8
* draw: pass nr_samplers into llvm sample state creation.Dave Airlie2020-07-023-6/+11
* nir: add missing break to nir_opt_access()Timothy Arceri2020-07-021-0/+1
* egl: move fallthrough comment so gcc can see itTimothy Arceri2020-07-021-1/+1
* iris: add missing fallthrough commentTimothy Arceri2020-07-021-0/+1
* intel/compiler: add and fix up fallthrough comments for gcc warningsTimothy Arceri2020-07-022-4/+4
* anv: update fallthrough comment so gcc sees itTimothy Arceri2020-07-021-1/+1
* gallivm: add missing breakTimothy Arceri2020-07-021-0/+1
* llvmpipe: add missing fallthrough commentsTimothy Arceri2020-07-021-0/+3
* i965: add and fix fallthrough commentsTimothy Arceri2020-07-024-6/+6
* intel/compiler: Don't emit no-op cr0 changesMatt Turner2020-07-021-0/+3
* intel/compiler: Add assert that set bits are within maskMatt Turner2020-07-021-2/+5
* gallium,util: undef ALIGN on FreeBSD to prevent name clashGreg V2020-07-012-0/+10
* i965: Explicitly cast value to uint64_tEmmanuel2020-07-011-4/+4
* iris: Explicitly cast value to uint64_tEmmanuel2020-07-011-2/+2
* meson: Do not enable USE_ELF_TLS for FreeBSDEmmanuel2020-07-011-1/+1
* gitlab-ci: Do not create the "success" job when the test-docs job existsMichel Dänzer2020-07-011-5/+9
* gitlab-ci: Extend .ci-run-policy template for docs jobsMichel Dänzer2020-07-011-9/+9
* gitlab-ci: Use rules: instead of except:/only: for test-docs jobMichel Dänzer2020-07-011-7/+11
* ci: move test-docs to container stageErik Faye-Lund2020-07-011-4/+5
* ci: move deploy-stage later in the pipelineErik Faye-Lund2020-07-011-1/+1
* ci: test docs for non-master buildsErik Faye-Lund2020-07-011-1/+14
* ci: only build docs if any docs changedErik Faye-Lund2020-07-011-1/+5
* ci: only build docs in the upstream-repoErik Faye-Lund2020-07-011-1/+1
* freedreno/ir3: add support for INTERP_MODE_NOPERSPECTIVEJonathan Marek2020-07-011-21/+50
* turnip: set missing bary sysvalsJonathan Marek2020-07-011-30/+43
* freedreno/a6xx: set missing bary sysvalsJonathan Marek2020-07-011-30/+40
* freedreno/a5xx: set missing bary sysvalsJonathan Marek2020-07-011-10/+25
* freedreno/ir3: add generic get_barycentric()Jonathan Marek2020-07-013-28/+43
* freedreno/a4xx: fake LINEAR_PIXEL varying support for u_blitterJonathan Marek2020-07-011-1/+11
* freedreno/a3xx: support LINEAR_PIXEL/PERSP_CENTROID/LINEAR_CENTROID sysvalsJonathan Marek2020-07-013-4/+22
* freedreno/registers: update varying-related registersJonathan Marek2020-07-019-47/+71
* gitlab-ci: Automatically run pipelines for Marge Bot pre-merge onlyMichel Dänzer2020-07-011-7/+14
* v3d/compiler: fix image size for 1D arraysIago Toral Quiroga2020-07-011-1/+4
* st/mesa: do not clear NewDriverState for inactive statesPierre-Eric Pelloux-Prayer2020-07-011-1/+1
* gallium/docs: remove unused imgmath extensionErik Faye-Lund2020-07-011-1/+1
* gallium/docs: remove non-existent static dirErik Faye-Lund2020-07-011-1/+1
* gallium/docs: prefix exts dir with underscoreErik Faye-Lund2020-07-012-1/+1
* gallium/docs: use none for highlight_languageErik Faye-Lund2020-07-012-2/+2
* gallium/docs: remove reference to non-existent labelErik Faye-Lund2020-07-011-1/+1
* gallium/docs: fixup formatting of numbered listsErik Faye-Lund2020-07-011-3/+6
* gallium/docs: update to recent sphinxErik Faye-Lund2020-07-011-2/+2
* draw/llvm: fix big-endian mask adjustingDave Airlie2020-07-011-6/+6
* mesa/get: fix enum16 big-endian getting.Dave Airlie2020-07-011-9/+10
* llvmpipe: fix occlusion queries on big-endian.Dave Airlie2020-07-011-0/+4