mesa.git
2019-10-07 Eric Engestromloader: s/int/bool/ for predicate result
2019-10-07 Eric Engestromloader: replace int/1/0 with bool/true/false
2019-10-07 Eric Engestromegl: replace MESA_EGL_NO_X11_HEADERS hack with upstream...
2019-10-07 Kenneth Graunkeiris: Drop bonus parameters from iris_init_*_context()
2019-10-07 Rhys Perrynir/constant_folding: fold load_constant intrinsics
2019-10-07 Rhys Perrynir/constant_folding: add back and use constant_fold_state
2019-10-07 Caio Marcelo... anv: Implement VK_KHR_shader_clock
2019-10-07 Caio Marcelo... spirv: Implement SPV_KHR_shader_clock
2019-10-07 Caio Marcelo... vulkan: Update the XML and headers to 1.1.124
2019-10-07 Kenneth GraunkeRevert "iris: Hack up a SKL/Gen9LP PS push constant...
2019-10-07 Tomeu Vizosogitlab-ci/lava: Fix image to use in test jobs
2019-10-07 Boris BrezillonRevert "Revert "st/dri2: Implement DRI2bufferDamageExte...
2019-10-07 Boris BrezillonRevert "st/dri2: Implement DRI2bufferDamageExtension"
2019-10-06 Tomeu Vizosogitlab-ci: Move LAVA-related files into top-level ci dir
2019-10-06 Tomeu Vizosogitlab-ci: Run dEQP on devices with Panfrost
2019-10-05 Kenneth Graunkeiris: Hack up a SKL/Gen9LP PS push constant fifo depth...
2019-10-05 Kenneth Graunkeiris: Refactor push constant allocation so we can reuse it
2019-10-05 Lionel Landwerlinintel/isl: set vertical surface alignment on null surfaces
2019-10-05 Lionel Landwerlinintel/isl: set surface array appropriately
2019-10-05 Lionel Landwerlinintel/isl: Set null surface format to R32_UINT
2019-10-05 Jonathan Mareketnaviv: set texture INT_FILTER bit
2019-10-05 Jonathan Mareketnaviv: implement texture comparator
2019-10-05 Jonathan Mareketnaviv: update headers from rnndb
2019-10-05 Lionel Landwerlinintel: fix subslice computation from topology data
2019-10-05 Kenneth Graunkedri: Avoid swapbuffer throttling in glXCopySubBufferMESA
2019-10-05 Kenneth Graunkest/dri: Perform MSAA downsampling for __DRI2_THROTTLE_C...
2019-10-05 Prodea Alexandru... scons/MSYS2-MinGW-W64: Fix build options defaults
2019-10-04 Lionel Landwerlinintel/error2aub: add support for platforms without...
2019-10-04 Rhys Perryaco: fix load_constant with multiple arrays
2019-10-04 Eric Anholtnir: Fix some wonky whitespace in nir_search.h.
2019-10-04 Eric Anholtnir: Factor out most of the algebraic passes C code...
2019-10-04 Eric Anholtnir: Keep the range analysis HT around intra-pass until...
2019-10-04 Eric Anholtnir: Skip emitting no-op movs from the builder.
2019-10-04 Eric Anholtnir: Make nir_search's dumping go to stderr.
2019-10-04 Adam Jacksonsurfaceless: Support EGL_WL_bind_wayland_display
2019-10-04 Rhys Perrynir/print: always use the right FILE *
2019-10-04 Erik Faye-Lundnir: initialize needs_helper_invocations as well
2019-10-04 Erik Faye-Lundnir: initialize uses_discard to false
2019-10-04 Rhys Perryradv/aco,aco: set lower_fmod
2019-10-04 Prodea Alexandru... scons/windows: Fix build with LLVM>=8
2019-10-04 Michel Dänzerdri3: Pass __DRI2_THROTTLE_COPYSUBBUFFER from loader_dr...
2019-10-04 Gert Wollnyr600: Fix interpolateAtCentroid
2019-10-04 Dylan Bakermeson: Only error building gallium video without libdrm...
2019-10-04 Alyssa Rosenzweigpan/midgard: Replace mir_is_live_after with new pass
2019-10-04 Alyssa Rosenzweigpan/midgard: Calculate temp_count for liveness
2019-10-04 Alyssa Rosenzweigpan/midgard: Invalidate liveness for mir_is_live_after
2019-10-04 Alyssa Rosenzweigpan/midgard: Begin tracking liveness metadata
2019-10-04 Alyssa Rosenzweigpan/midgard: Don't try to OR live_in of successors
2019-10-04 Alyssa Rosenzweigpan/midgard: Move RA's liveness analysis into midgard_l...
2019-10-04 Alyssa Rosenzweigpan/midgard: Add mir_calculate_temp_count helper
2019-10-04 Alyssa Rosenzweigpan/midgard: Remove mir_has_multiple_writes
2019-10-03 Erik Faye-Lund.mailmap: add a couple of aliases for Jakob Bornecrantz
2019-10-03 Erik Faye-Lund.mailmap: add an alias for Tomeu Vizoso
2019-10-03 Erik Faye-Lund.mailmap: add an alias for Gert Wollny
2019-10-03 Erik Faye-Lund.mailmap: add an alias for Alexandros Frantzis
2019-10-03 Erik Faye-Lund.mailmap: specify spelling for Elie Tournier
2019-10-03 Boris Brezillonpanfrost: Get rid of the flush in panfrost_set_framebuf...
2019-10-03 Boris Brezillonpanfrost: Kill the explicit serialization in panfrost_b...
2019-10-03 Boris Brezillonpanfrost: Do fine-grained flushing when preparing BO...
2019-10-03 Boris Brezillonpanfrost: Make sure the BO is 'ready' when picked from...
2019-10-03 Boris Brezillonpanfrost: Add flags to reflect the BO imported/exported...
2019-10-03 Boris Brezillonpanfrost: Add a panfrost_flush_batches_accessing_bo...
2019-10-03 Boris Brezillonpanfrost: Add a panfrost_flush_all_batches() helper
2019-10-03 Boris Brezillonpanfrost: Prepare panfrost_fence for batch pipelining
2019-10-03 Boris Brezillonpanfrost: Start tracking inter-batch dependencies
2019-10-03 Boris Brezillonpanfrost: Add a panfrost_freeze_batch() helper
2019-10-03 Boris Brezillonpanfrost: Use the per-batch fences to wait on the last...
2019-10-03 Boris Brezillonpanfrost: Add a batch fence
2019-10-03 Boris Brezillonpanfrost: Make panfrost_batch->bos a hash table
2019-10-03 Boris Brezillonpanfrost: Extend the panfrost_batch_add_bo() API to...
2019-10-03 Boris Brezillonpanfrost: Add the shader BO to the batch in patch_shade...
2019-10-03 Andres Gomezegl: Remove the 565 pbuffer-only EGL config under X11.
2019-10-03 Dylan Bakerbin: delete unused releasing scripts
2019-10-03 Dylan Bakerrelease: Add an update_release_calendar.py script
2019-10-03 Dylan Bakerscripts: Add a gen_release_notes.py script
2019-10-03 Dylan Bakerdocs: add a new_features.text file and remove 19.3...
2019-10-03 Rafael Antognollianv/block_pool: Align anv_block_pool state to 64 bits.
2019-10-03 Erik Faye-Lundloader/dri3: do not blit outside old/new buffers
2019-10-03 Dylan Bakerdocs: Add use of Closes: tag for closing gitlab issues
2019-10-03 Anuj Phogatintel/isl/icl: Use halign 8 instead of 4 hw workaround
2019-10-03 Samuel Pitoisetac/nir: remove unused code for nir_op_{fmod,frem}
2019-10-03 Samuel Pitoisetradv: enable lower_fmod for the LLVM path
2019-10-03 Adam Jacksonegl/dri2: Don't dlclose() the driver on dri2_load_drive...
2019-10-03 Bas Nieuwenhuizenradv: Fix warning in 32-bit build.
2019-10-03 Bas Nieuwenhuizenradv: Fix condition for skipping the continue CS.
2019-10-03 Michel Dänzergitlab-ci: Use per-job ccache
2019-10-03 Gurchetan Singhvirgl: honor winsys supplied metadata
2019-10-03 Gurchetan Singhvirgl: modify internal structures to track winsys-suppl...
2019-10-03 Gurchetan Singhvirgl: modify resource_create_from_handle(..) callback
2019-10-03 Gurchetan Singhvirgl: remove stride from virgl_hw_res
2019-10-02 Lionel Landwerlinintel: fix topology query
2019-10-02 Caio Marcelo... docs: Fix GL_EXT_demote_to_helper_invocation name
2019-10-02 Samuel Pitoisetradv/gfx10: fix the ESGS ring size symbol
2019-10-02 Samuel Pitoisetradv: fix build
2019-10-02 Samuel PitoisetRevert "radv: disable viewport clamping even if FS...
2019-10-02 Samuel Pitoisetradv: rework the slow depthstencil clear to write depth...
2019-10-02 Samuel Pitoisetradv/gfx10: fix NGG streamout with triangle strips...
2019-10-02 Samuel Pitoisetradv/gfx10: fix storing/loading NGG stream outputs...
2019-10-02 Samuel Pitoisetradv/gfx10: use the component mask when storing/loading...
2019-10-02 Samuel Pitoisetradv/gfx10: fix storing/loading NGG stream outputs...
next