summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: use idep_nir instead of libnir in haiku softpipeEric Engestrom2019-10-071-2/+2
* meson: use idep_nir instead of libnir in gallium nineEric Engestrom2019-10-071-2/+3
* meson: use idep_nir instead of libnir in libclnirEric Engestrom2019-10-071-2/+2
* meson: use idep_nir instead of libnir in libnouveauEric Engestrom2019-10-071-3/+4
* meson: add missing idep_nir_headers in iris_gen_libsEric Engestrom2019-10-071-2/+2
* script: drop get_reviewer.plEric Engestrom2019-10-073-2349/+2
* meson/loader: drop unneeded *.h fileEric Engestrom2019-10-071-3/+2
* loader: use ARRAY_SIZE instead of NULL sentinelEric Engestrom2019-10-072-6/+3
* loader: s/int/bool/ for predicate resultEric Engestrom2019-10-072-5/+8
* loader: replace int/1/0 with bool/true/falseEric Engestrom2019-10-072-10/+9
* egl: replace MESA_EGL_NO_X11_HEADERS hack with upstream EGL_NO_X11Eric Engestrom2019-10-072-8/+16
* iris: Drop bonus parameters from iris_init_*_context()Kenneth Graunke2019-10-073-27/+10
* nir/constant_folding: fold load_constant intrinsicsRhys Perry2019-10-071-0/+58
* nir/constant_folding: add back and use constant_fold_stateRhys Perry2019-10-071-22/+19
* anv: Implement VK_KHR_shader_clockCaio Marcelo de Oliveira Filho2019-10-073-0/+10
* spirv: Implement SPV_KHR_shader_clockCaio Marcelo de Oliveira Filho2019-10-072-0/+36
* vulkan: Update the XML and headers to 1.1.124Caio Marcelo de Oliveira Filho2019-10-073-10/+231
* Revert "iris: Hack up a SKL/Gen9LP PS push constant fifo depth workaround"Kenneth Graunke2019-10-071-23/+0
* gitlab-ci/lava: Fix image to use in test jobsTomeu Vizoso2019-10-071-1/+2
* Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""Boris Brezillon2019-10-073-0/+53
* Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon2019-10-073-53/+0
* gitlab-ci: Move LAVA-related files into top-level ci dirTomeu Vizoso2019-10-0611-32/+1119
* gitlab-ci: Run dEQP on devices with PanfrostTomeu Vizoso2019-10-064-53/+43
* iris: Hack up a SKL/Gen9LP PS push constant fifo depth workaroundKenneth Graunke2019-10-051-0/+23
* iris: Refactor push constant allocation so we can reuse itKenneth Graunke2019-10-051-9/+22
* intel/isl: set vertical surface alignment on null surfacesLionel Landwerlin2019-10-051-0/+13
* intel/isl: set surface array appropriatelyLionel Landwerlin2019-10-051-1/+1
* intel/isl: Set null surface format to R32_UINTLionel Landwerlin2019-10-051-1/+6
* etnaviv: set texture INT_FILTER bitJonathan Marek2019-10-051-1/+2
* etnaviv: implement texture comparatorJonathan Marek2019-10-056-5/+51
* etnaviv: update headers from rnndbJonathan Marek2019-10-053-31/+40
* intel: fix subslice computation from topology dataLionel Landwerlin2019-10-051-1/+1
* dri: Avoid swapbuffer throttling in glXCopySubBufferMESAKenneth Graunke2019-10-052-2/+2
* st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFERKenneth Graunke2019-10-051-2/+4
* scons/MSYS2-MinGW-W64: Fix build options defaultsProdea Alexandru-Liviu2019-10-051-0/+12
* intel/error2aub: add support for platforms without PPGTTLionel Landwerlin2019-10-041-15/+24
* aco: fix load_constant with multiple arraysRhys Perry2019-10-041-3/+3
* nir: Fix some wonky whitespace in nir_search.h.Eric Anholt2019-10-041-2/+2
* nir: Factor out most of the algebraic passes C code to .c/.h.Eric Anholt2019-10-043-146/+173
* nir: Keep the range analysis HT around intra-pass until we make a change.Eric Anholt2019-10-047-38/+52
* nir: Skip emitting no-op movs from the builder.Eric Anholt2019-10-042-3/+12
* nir: Make nir_search's dumping go to stderr.Eric Anholt2019-10-041-16/+16
* surfaceless: Support EGL_WL_bind_wayland_displayAdam Jackson2019-10-041-0/+4
* nir/print: always use the right FILE *Rhys Perry2019-10-041-2/+4
* nir: initialize needs_helper_invocations as wellErik Faye-Lund2019-10-041-0/+1
* nir: initialize uses_discard to falseErik Faye-Lund2019-10-041-0/+1
* radv/aco,aco: set lower_fmodRhys Perry2019-10-043-31/+1
* scons/windows: Fix build with LLVM>=8Prodea Alexandru-Liviu2019-10-041-5/+6
* dri3: Pass __DRI2_THROTTLE_COPYSUBBUFFER from loader_dri3_copy_drawableMichel Dänzer2019-10-041-1/+1
* r600: Fix interpolateAtCentroidGert Wollny2019-10-044-1/+14