| Commit message (Expand) | Author | Age | Files | Lines |
* | nir: initialize uses_discard to false | Erik Faye-Lund | 2019-10-04 | 1 | -0/+1 |
* | radv/aco,aco: set lower_fmod | Rhys Perry | 2019-10-04 | 3 | -31/+1 |
* | scons/windows: Fix build with LLVM>=8 | Prodea Alexandru-Liviu | 2019-10-04 | 1 | -5/+6 |
* | dri3: Pass __DRI2_THROTTLE_COPYSUBBUFFER from loader_dri3_copy_drawable | Michel Dänzer | 2019-10-04 | 1 | -1/+1 |
* | r600: Fix interpolateAtCentroid | Gert Wollny | 2019-10-04 | 4 | -1/+14 |
* | meson: Only error building gallium video without libdrm when the platform is drm | Dylan Baker | 2019-10-03 | 1 | -1/+1 |
* | pan/midgard: Replace mir_is_live_after with new pass | Alyssa Rosenzweig | 2019-10-03 | 1 | -57/+15 |
* | pan/midgard: Calculate temp_count for liveness | Alyssa Rosenzweig | 2019-10-03 | 2 | -1/+3 |
* | pan/midgard: Invalidate liveness for mir_is_live_after | Alyssa Rosenzweig | 2019-10-03 | 3 | -0/+6 |
* | pan/midgard: Begin tracking liveness metadata | Alyssa Rosenzweig | 2019-10-03 | 4 | -5/+39 |
* | pan/midgard: Don't try to OR live_in of successors | Alyssa Rosenzweig | 2019-10-03 | 1 | -6/+2 |
* | pan/midgard: Move RA's liveness analysis into midgard_liveness.c | Alyssa Rosenzweig | 2019-10-03 | 3 | -122/+129 |
* | pan/midgard: Add mir_calculate_temp_count helper | Alyssa Rosenzweig | 2019-10-03 | 2 | -0/+19 |
* | pan/midgard: Remove mir_has_multiple_writes | Alyssa Rosenzweig | 2019-10-03 | 3 | -18/+0 |
* | .mailmap: add a couple of aliases for Jakob Bornecrantz | Erik Faye-Lund | 2019-10-03 | 1 | -0/+2 |
* | .mailmap: add an alias for Tomeu Vizoso | Erik Faye-Lund | 2019-10-03 | 1 | -0/+2 |
* | .mailmap: add an alias for Gert Wollny | Erik Faye-Lund | 2019-10-03 | 1 | -0/+2 |
* | .mailmap: add an alias for Alexandros Frantzis | Erik Faye-Lund | 2019-10-03 | 1 | -0/+2 |
* | .mailmap: specify spelling for Elie Tournier | Erik Faye-Lund | 2019-10-03 | 1 | -0/+2 |
* | panfrost: Get rid of the flush in panfrost_set_framebuffer_state() | Boris Brezillon | 2019-10-03 | 1 | -43/+3 |
* | panfrost: Kill the explicit serialization in panfrost_batch_submit() | Boris Brezillon | 2019-10-03 | 1 | -12/+0 |
* | panfrost: Do fine-grained flushing when preparing BO for CPU accesses | Boris Brezillon | 2019-10-03 | 2 | -19/+12 |
* | panfrost: Make sure the BO is 'ready' when picked from the cache | Boris Brezillon | 2019-10-03 | 3 | -24/+110 |
* | panfrost: Add flags to reflect the BO imported/exported state | Boris Brezillon | 2019-10-03 | 2 | -2/+8 |
* | panfrost: Add a panfrost_flush_batches_accessing_bo() helper | Boris Brezillon | 2019-10-03 | 2 | -0/+35 |
* | panfrost: Add a panfrost_flush_all_batches() helper | Boris Brezillon | 2019-10-03 | 5 | -15/+64 |
* | panfrost: Prepare panfrost_fence for batch pipelining | Boris Brezillon | 2019-10-03 | 5 | -58/+59 |
* | panfrost: Start tracking inter-batch dependencies | Boris Brezillon | 2019-10-03 | 3 | -5/+356 |
* | panfrost: Add a panfrost_freeze_batch() helper | Boris Brezillon | 2019-10-03 | 1 | -18/+44 |
* | panfrost: Use the per-batch fences to wait on the last submitted batch | Boris Brezillon | 2019-10-03 | 4 | -15/+47 |
* | panfrost: Add a batch fence | Boris Brezillon | 2019-10-03 | 2 | -1/+94 |
* | panfrost: Make panfrost_batch->bos a hash table | Boris Brezillon | 2019-10-03 | 2 | -12/+23 |
* | panfrost: Extend the panfrost_batch_add_bo() API to pass access flags | Boris Brezillon | 2019-10-03 | 8 | -23/+114 |
* | panfrost: Add the shader BO to the batch in patch_shader_state() | Boris Brezillon | 2019-10-03 | 1 | -6/+5 |
* | egl: Remove the 565 pbuffer-only EGL config under X11. | Andres Gomez | 2019-10-03 | 1 | -93/+4 |
* | bin: delete unused releasing scripts | Dylan Baker | 2019-10-03 | 2 | -64/+0 |
* | release: Add an update_release_calendar.py script | Dylan Baker | 2019-10-03 | 1 | -0/+122 |
* | scripts: Add a gen_release_notes.py script | Dylan Baker | 2019-10-03 | 3 | -0/+326 |
* | docs: add a new_features.text file and remove 19.3.0 release notes | Dylan Baker | 2019-10-03 | 2 | -68/+5 |
* | anv/block_pool: Align anv_block_pool state to 64 bits. | Rafael Antognolli | 2019-10-03 | 1 | -2/+8 |
* | loader/dri3: do not blit outside old/new buffers | Erik Faye-Lund | 2019-10-03 | 1 | -1/+3 |
* | docs: Add use of Closes: tag for closing gitlab issues | Dylan Baker | 2019-10-03 | 1 | -3/+7 |
* | intel/isl/icl: Use halign 8 instead of 4 hw workaround | Anuj Phogat | 2019-10-03 | 1 | -8/+21 |
* | ac/nir: remove unused code for nir_op_{fmod,frem} | Samuel Pitoiset | 2019-10-03 | 1 | -14/+0 |
* | radv: enable lower_fmod for the LLVM path | Samuel Pitoiset | 2019-10-03 | 1 | -0/+1 |
* | egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure | Adam Jackson | 2019-10-03 | 1 | -3/+2 |
* | radv: Fix warning in 32-bit build. | Bas Nieuwenhuizen | 2019-10-03 | 1 | -2/+3 |
* | radv: Fix condition for skipping the continue CS. | Bas Nieuwenhuizen | 2019-10-03 | 1 | -1/+2 |
* | gitlab-ci: Use per-job ccache | Michel Dänzer | 2019-10-03 | 1 | -0/+2 |
* | virgl: honor winsys supplied metadata | Gurchetan Singh | 2019-10-02 | 1 | -1/+6 |