summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-30nv30: fix some s3tc layout issuesIlia Mirkin2-7/+26
2018-12-30nv30: use correct helper to get blocks in y directionIlia Mirkin1-1/+1
2018-12-30nv30: add support for multi-layer transfersIlia Mirkin1-4/+35
2018-12-30nv30: fix rare issue with fp unbinding not finding the bufctxIlia Mirkin1-1/+1
2018-12-30nv30: avoid setting user_priv without setting cur_ctxIlia Mirkin1-3/+1
2018-12-30v3d: Add support for gl_HelperInvocation.Eric Anholt1-0/+8
2018-12-30v3d: Add support for textureSize() on MSAA textures.Eric Anholt1-0/+1
2018-12-30v3d: Add support for requesting the sample offsets.Eric Anholt1-0/+22
2018-12-30v3d: Add support for non-constant texture offsets.Eric Anholt1-8/+24
2018-12-30v3d: Force sampling from base level for tg4.Eric Anholt1-3/+3
2018-12-30v3d: Add a note for a potential performance win on multop/umul24.Eric Anholt1-0/+4
2018-12-30v3d: Dead-code eliminate unused flags updates.Eric Anholt1-4/+42
2018-12-30v3d: Don't generate temps for comparisons.Eric Anholt1-12/+14
2018-12-30v3d: Move "does this instruction have flags" from sched to generic helpers.Eric Anholt6-55/+48
2018-12-30v3d: Drop incorrect dependency for flpop.Eric Anholt1-4/+0
2018-12-30v3d: Drop unused count_nir_instrs() helper.Eric Anholt1-18/+0
2018-12-30v3d: Hook up some shader-db output to GL_ARB_debug_output.Eric Anholt4-2/+55
2018-12-29v3d: Add a "precompile" debug flag for shader-db.Eric Anholt3-0/+78
2018-12-29v3d: Fix uniform pretty printing assertion failure with branches.Eric Anholt1-0/+3
2018-12-28meson: Override C++ standard to gnu++11 when building with altivec on ppc64Dylan Baker2-0/+12
2018-12-28intel/aub_viewer: highlight true booleansLionel Landwerlin3-2/+10
2018-12-28intel/aub_viewer: fold binding/sampler table itemsLionel Landwerlin1-4/+11
2018-12-28intel/aub_viewer: fix shader viewLionel Landwerlin1-1/+3
2018-12-28intel/aub_viewer: print address of missing shaderLionel Landwerlin1-1/+2
2018-12-28intel/aub_viewer: fixup 0x address prefixLionel Landwerlin1-1/+1
2018-12-28intel/aub_viewer: fix shader get_boLionel Landwerlin1-6/+2
2018-12-28radeonsi: Enable adaptive_sync by default for radeonNicholas Kazlauskas1-0/+4
2018-12-28loader/dri3: Enable adaptive_sync via _VARIABLE_REFRESH propertyNicholas Kazlauskas2-1/+49
2018-12-28drirc: Initial blacklist for adaptive syncNicholas Kazlauskas1-0/+85
2018-12-28util: Add adaptive_sync driconf optionNicholas Kazlauskas1-0/+5
2018-12-28util: Get program name based on path when possibleNicholas Kazlauskas1-1/+22
2018-12-28etnaviv: Consolidate buffer references from framebuffersTomeu Vizoso3-10/+9
2018-12-28virgl/vtest: fix front buffer flush with protocol version 0.Dave Airlie1-1/+1
2018-12-27docs/autoconf: Mark autoconf as being replacedDylan Baker1-0/+6
2018-12-27docs/install: Update python dependency sectionDylan Baker1-1/+3
2018-12-27docs/meson: Update LLVM section with information about native filesDylan Baker1-4/+49
2018-12-27docs/install: Add meson to the main install pageDylan Baker1-8/+30
2018-12-27docs: update calendar, add news item and link release notes for 18.2.8Juan A. Suarez Romero3-6/+11
2018-12-27docs: add sha256 checksums for 18.2.8Juan A. Suarez Romero1-1/+2
2018-12-27docs: add release notes for 18.2.8Juan A. Suarez Romero1-0/+182
2018-12-26nv50,nvc0: add missing CAPs for unsupported featuresIlia Mirkin2-0/+3
2018-12-26nvc0: enable GL_NV_shader_atomic_float on pre-MaxwellIlia Mirkin2-0/+3
2018-12-26nv50/ir: add support for converting ATOMFADD to proper irIlia Mirkin1-0/+4
2018-12-26st/mesa: expose GL_NV_shader_atomic_float when ATOMFADD is supportedIlia Mirkin1-0/+1
2018-12-26st/mesa: select ATOMFADD when source type is floatIlia Mirkin2-0/+3
2018-12-26gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate supportIlia Mirkin3-0/+4
2018-12-26tgsi: add ATOMFADD operationIlia Mirkin6-2/+23
2018-12-26st/mesa: allow glDrawElements to work with GL_SELECT feedbackIlia Mirkin2-23/+42
2018-12-26gallium/ttn: Fix setup of outputs_written.Eric Anholt1-1/+1
2018-12-24anv: don't do partial resolve on layer > 0Lionel Landwerlin1-0/+8