summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* anv/android: fix missing dependencies issue during parallel buildChenglei Ren2019-05-281-9/+9
* Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"Dave Airlie2019-05-281-4/+0
* etnaviv: use the correct uniform dirty bitsChristian Gmeiner2019-05-281-2/+2
* vulkan: fix build dependency issue with generated filesLionel Landwerlin2019-05-285-22/+31
* etnaviv: fill missing offset in etna_resource_get_handlePhilipp Zabel2019-05-281-0/+1
* docs: Add Sha256 sums for 19.0.5Dylan Baker2019-05-211-1/+2
* docs: Add release notes for 19.0.5mesa-19.0.5Dylan Baker2019-05-211-0/+136
* bump version to 19.0.5Dylan Baker2019-05-211-1/+1
* nir: Fix clone of nir_variable state slotsCaio Marcelo de Oliveira Filho2019-05-211-3/+5
* mesa: unreference current winsys buffers when unbinding winsys buffersCharmaine Lee2019-05-211-0/+4
* st/mesa: purge framebuffers with current context after unbinding winsys buffersCharmaine Lee2019-05-211-3/+10
* meson: expose glapi through osmesaEric Engestrom2019-05-202-3/+4
* Revert "nir: add late opt to turn inot/b2f combos back to bcsel"Ian Romanick2019-05-172-19/+0
* cherry-ignore: Add more 19.1 patchesDylan Baker2019-05-171-1/+5
* Revert "softpipe/buffer: load only as many components as the the buffer resou...Gert Wollny2019-05-171-5/+2
* anv: Only consider minSampleShading when sampleShadingEnable is setJason Ekstrand2019-05-171-2/+2
* radv: add a workaround for Monster Hunter World and LLVM 7&8Samuel Pitoiset2019-05-175-3/+16
* anv: Fix some depth buffer sampling cases on ICL+Nanley Chery2019-05-171-1/+7
* nir: Fix nir_opt_idiv_const when negatives are involvedCaio Marcelo de Oliveira Filho2019-05-171-3/+5
* intel/fs/ra: Stop adding RA interference to too many SENDS nodesJason Ekstrand2019-05-171-8/+3
* intel/fs/ra: Only add dest interference to sources that existJason Ekstrand2019-05-171-1/+1
* softpipe/buffer: load only as many components as the the buffer resource type...Gert Wollny2019-05-171-2/+5
* radv: clear vertex bindings while resetting command bufferJózef Kucia2019-05-131-1/+2
* st/mesa: fix 2 crashes in st_tgsi_lower_yuvMarek Olšák2019-05-131-20/+28
* i965: Fix memory leaks in brw_upload_cs_work_groups_surface().Kenneth Graunke2019-05-131-0/+5
* cherry-ignore: add patches for panfrostDylan Baker2019-05-101-0/+3
* winsys/amdgpu: add VCN JPEG to no user fence groupLeo Liu2019-05-101-1/+2
* anv: Use corresponding type from the vector allocationLionel Landwerlin2019-05-102-10/+10
* docs: Add SHA256 sums for mesa 19.0.4Dylan Baker2019-05-091-1/+2
* Docs: add 19.0.4 release notesmesa-19.0.4Dylan Baker2019-05-091-0/+242
* VERSION: bump for 19.0.4 releaseDylan Baker2019-05-091-1/+1
* radv: fix setting the number of rectangles when it's dyanmicSamuel Pitoiset2019-05-091-4/+6
* meson: Force the use of config-tool for llvmDylan Baker2019-05-091-0/+1
* anv: rework queries writes to ensure ordering memory writesLionel Landwerlin2019-05-091-18/+85
* Revert "glx: Fix synthetic error generation in __glXSendError"Timothy Arceri2019-05-081-2/+2
* i965: leave the top 4Gb of the high heap VMA unusedKenneth Graunke2019-05-081-1/+5
* i965: Force VMA alignment to be a multiple of the page size.Kenneth Graunke2019-05-081-0/+2
* i965: Fix BRW_MEMZONE_LOW_4G heap size.Kenneth Graunke2019-05-081-1/+4
* cherry-ignore: Add more patchesDylan Baker2019-05-081-0/+7
* radv: apply the indexing workaround for atomic buffer operations on GFX9Samuel Pitoiset2019-05-083-5/+14
* configure.ac: check for libdrm when using VL with X11Emil Velikov2019-05-081-1/+1
* cherry-ignore: Add another patchDylan Baker2019-05-081-0/+3
* radeonsi: add config entry for Counter-Strike Global OffensiveTimothy Arceri2019-05-081-0/+3
* draw: flush when setting stream-out targetsErik Faye-Lund2019-05-081-0/+2
* util/drirc: add workarounds for bugs in Doom 3: BFGTimothy Arceri2019-05-081-0/+5
* meson: Fix missing glproto dependency for gallium-glxChuck Atkins2019-05-082-3/+5
* util/bitset: fix bitset range mask calculations.Dave Airlie2019-05-081-2/+2
* radv: only need to force emit the TCS regs on Vega10 and Raven1Samuel Pitoiset2019-05-081-2/+2
* intel/fs: Cap dst-aligned region stride to maximum representable hstride value.Francisco Jerez2019-05-081-5/+23
* intel/fs: Lower integer multiply correctly when destination stride equals 4.Francisco Jerez2019-05-081-4/+8