summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radv: fix DCC fast clear code for intensity formatsSamuel Pitoiset2019-10-143-9/+31
* glsl: fix crash compiling bindless samplers inside unnamed UBOsTimothy Arceri2019-10-141-5/+5
* nir/dead_cf: Remove dead control flow after infinite loops.Bas Nieuwenhuizen2019-10-111-0/+7
* meson: skip installation of GLVND-provided headersEric Engestrom2019-10-111-54/+56
* meson: split Mesa headers as a separate installationEric Engestrom2019-10-111-0/+7
* meson: split headers one per lineEric Engestrom2019-10-111-6/+22
* meson: move a couple of include installs aroundEric Engestrom2019-10-111-8/+8
* meson: rename `glvnd_missing_pc_files` to `not glvnd_has_headers_and_pc_files`Eric Engestrom2019-10-113-9/+8
* GL: drop symbols mangling supportEric Engestrom2019-10-1117-2975/+2
* radv: Disallow sparse shared images.Bas Nieuwenhuizen2019-10-111-8/+7
* nir/sink: Don't sink load_ubo to outside of its defining loopConnor Abbott2019-10-101-5/+32
* nir/sink: Rewrite loop handling logicConnor Abbott2019-10-101-35/+40
* v3d: take into account prim_counts_offsetAlejandro Piñeiro2019-10-101-1/+1
* radv: bump minTexelBufferOffsetAlignment to 4Samuel Pitoiset2019-10-101-1/+1
* drirc: enable vk_x11_override_min_image_count for DOOMSamuel Pitoiset2019-10-101-0/+5
* radeonsi: enable zerovram for Rocket LeagueClément Guérin2019-10-101-0/+3
* iris: Properly unreference extra VBOs for draw parametersKenneth Graunke2019-10-101-3/+3
* docs: Add SHA256 sum for 19.2.1Dylan Baker2019-10-091-1/+1
* Bump version for 19.2.1mesa-19.2.1Dylan Baker2019-10-091-1/+1
* docs: Add relnotes for 19.2.1Dylan Baker2019-10-091-0/+159
* bin: delete unused releasing scriptsDylan Baker2019-10-092-64/+0
* release: Add an update_release_calendar.py scriptDylan Baker2019-10-091-0/+122
* scripts: Mesa 19.2.x only implements GL 4.5Dylan Baker2019-10-091-1/+1
* scripts: Add a gen_release_notes.py scriptDylan Baker2019-10-093-0/+326
* meson: add missing idep_nir_headers in iris_gen_libsEric Engestrom2019-10-081-2/+2
* anv/android: fix images created with external format supportTapani Pälli2019-10-081-0/+12
* scons/MSYS2-MinGW-W64: Fix build options defaultsProdea Alexandru-Liviu2019-10-071-0/+12
* intel/isl: Set null surface format to R32_UINTLionel Landwerlin2019-10-071-1/+6
* intel: fix subslice computation from topology dataLionel Landwerlin2019-10-071-1/+1
* egl: Remove the 565 pbuffer-only EGL config under X11.Andres Gomez2019-10-071-97/+4
* meson: Only error building gallium video without libdrm when the platform is drmDylan Baker2019-10-071-1/+1
* .cherry-ignore: Update for 19.2.1 cycleDylan Baker2019-10-071-0/+6
* radv: Fix condition for skipping the continue CS.Bas Nieuwenhuizen2019-10-041-1/+2
* intel: fix topology queryLionel Landwerlin2019-10-031-0/+3
* radeonsi/gfx10: fix corruption for chips with harvested TCCsMarek Olšák2019-10-011-2/+6
* ac: add radeon_info::tcc_harvestedMarek Olšák2019-10-012-0/+5
* mesa: don't forget to clear _Layer field on texture unitLionel Landwerlin2019-10-011-1/+1
* haiku: fix Mesa buildKen Mays2019-10-014-31/+21
* iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.Kenneth Graunke2019-10-011-2/+6
* meson: gallium media state trackers require libdrm with x11Dylan Baker2019-10-015-8/+17
* iris: Disable CCS_E for 32-bit floating point textures.Kenneth Graunke2019-10-011-1/+23
* ac: fix num_good_cu_per_sh for harvested chipsMarek Olšák2019-10-011-0/+6
* ac: fix incorrect vram_size reported by the kernelMarek Olšák2019-10-011-2/+10
* radeonsi/gfx10: fix L2 cache rinse programmingMarek Olšák2019-10-011-5/+17
* scons/windows: Support build with LLVM 9.pal10002019-09-301-6/+30
* scons: add py3 supportMichel Zou2019-09-303-5/+9
* android: compiler/nir: build nir_divergence_analysis.cMauro Rossi2019-09-301-0/+1
* glsl: disallow incompatible matrices multiplicationAndrii Simiklit2019-09-301-3/+3
* intel/fs: Fix fs_inst::flags_read for ANY/ALL predicatesJason Ekstrand2019-09-301-6/+28
* meson: Link xvmc with libxvDylan Baker2019-09-302-4/+10