summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v3d: Add a note for a potential performance win on multop/umul24.Eric Anholt2018-12-301-0/+4
* v3d: Dead-code eliminate unused flags updates.Eric Anholt2018-12-301-4/+42
* v3d: Don't generate temps for comparisons.Eric Anholt2018-12-301-12/+14
* v3d: Move "does this instruction have flags" from sched to generic helpers.Eric Anholt2018-12-306-55/+48
* v3d: Drop incorrect dependency for flpop.Eric Anholt2018-12-301-4/+0
* v3d: Drop unused count_nir_instrs() helper.Eric Anholt2018-12-301-18/+0
* v3d: Hook up some shader-db output to GL_ARB_debug_output.Eric Anholt2018-12-304-2/+55
* v3d: Add a "precompile" debug flag for shader-db.Eric Anholt2018-12-293-0/+78
* v3d: Fix uniform pretty printing assertion failure with branches.Eric Anholt2018-12-291-0/+3
* meson: Override C++ standard to gnu++11 when building with altivec on ppc64Dylan Baker2018-12-282-0/+12
* intel/aub_viewer: highlight true booleansLionel Landwerlin2018-12-283-2/+10
* intel/aub_viewer: fold binding/sampler table itemsLionel Landwerlin2018-12-281-4/+11
* intel/aub_viewer: fix shader viewLionel Landwerlin2018-12-281-1/+3
* intel/aub_viewer: print address of missing shaderLionel Landwerlin2018-12-281-1/+2
* intel/aub_viewer: fixup 0x address prefixLionel Landwerlin2018-12-281-1/+1
* intel/aub_viewer: fix shader get_boLionel Landwerlin2018-12-281-6/+2
* radeonsi: Enable adaptive_sync by default for radeonNicholas Kazlauskas2018-12-281-0/+4
* loader/dri3: Enable adaptive_sync via _VARIABLE_REFRESH propertyNicholas Kazlauskas2018-12-282-1/+49
* drirc: Initial blacklist for adaptive syncNicholas Kazlauskas2018-12-281-0/+85
* util: Add adaptive_sync driconf optionNicholas Kazlauskas2018-12-281-0/+5
* util: Get program name based on path when possibleNicholas Kazlauskas2018-12-281-1/+22
* etnaviv: Consolidate buffer references from framebuffersTomeu Vizoso2018-12-283-10/+9
* virgl/vtest: fix front buffer flush with protocol version 0.Dave Airlie2018-12-281-1/+1
* docs/autoconf: Mark autoconf as being replacedDylan Baker2018-12-271-0/+6
* docs/install: Update python dependency sectionDylan Baker2018-12-271-1/+3
* docs/meson: Update LLVM section with information about native filesDylan Baker2018-12-271-4/+49
* docs/install: Add meson to the main install pageDylan Baker2018-12-271-8/+30
* docs: update calendar, add news item and link release notes for 18.2.8Juan A. Suarez Romero2018-12-273-6/+11
* docs: add sha256 checksums for 18.2.8Juan A. Suarez Romero2018-12-271-1/+2
* docs: add release notes for 18.2.8Juan A. Suarez Romero2018-12-271-0/+182
* nv50,nvc0: add missing CAPs for unsupported featuresIlia Mirkin2018-12-262-0/+3
* nvc0: enable GL_NV_shader_atomic_float on pre-MaxwellIlia Mirkin2018-12-262-0/+3
* nv50/ir: add support for converting ATOMFADD to proper irIlia Mirkin2018-12-261-0/+4
* st/mesa: expose GL_NV_shader_atomic_float when ATOMFADD is supportedIlia Mirkin2018-12-261-0/+1
* st/mesa: select ATOMFADD when source type is floatIlia Mirkin2018-12-262-0/+3
* gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate supportIlia Mirkin2018-12-263-0/+4
* tgsi: add ATOMFADD operationIlia Mirkin2018-12-266-2/+23
* st/mesa: allow glDrawElements to work with GL_SELECT feedbackIlia Mirkin2018-12-262-23/+42
* gallium/ttn: Fix setup of outputs_written.Eric Anholt2018-12-261-1/+1
* anv: don't do partial resolve on layer > 0Lionel Landwerlin2018-12-241-0/+8
* st/nine: Increase the limit of cached ff shadersAxel Davy2018-12-231-2/+2
* st/nine: Add src reference to nine_context_range_uploadAxel Davy2018-12-233-1/+8
* st/nine: Bind src not dst in nine_context_box_uploadAxel Davy2018-12-234-6/+6
* st/nine: Fix volumetexture dtor on ctor failureAxel Davy2018-12-231-1/+2
* st/nine: Switch to presentation buffer if resize is detectedAxel Davy2018-12-231-1/+36
* st/nine: Use helper to release swapchain buffers laterAxel Davy2018-12-232-8/+42
* freedreno/a6xx: fix 3d texture layoutRob Clark2018-12-223-3/+15
* freedreno: update generated headersRob Clark2018-12-227-21/+28
* freedreno/a6xx: improve setup_slices() debug msgsRob Clark2018-12-221-6/+5
* freedreno/a6xx: simplify special case for 3d layoutRob Clark2018-12-221-9/+10