summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Update version to 11.2.0-rc3mesa-11.2.0-rc3Emil Velikov1-1/+1
2016-03-04mesa: Allow Get*() of several forgotten IsEnabled() pnames.Kenneth Graunke2-0/+5
2016-03-04mesa: Make glGet queries initialize ctx->Debug when necessary.Kenneth Graunke1-14/+6
2016-03-04radeonsi: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay1-5/+1
2016-03-04r600g: Do colorformat endian swap for PIPE_USAGE_STAGINGOded Gabbay2-17/+2
2016-03-04glsl: Initialize gl_shader_program::EmptyUniformLocations.Matt Turner2-1/+2
2016-03-04virgl: add support for passing render condition flags to host.Dave Airlie2-1/+5
2016-03-04mesa/fbobject: propogate Layered when reusing attachments.Dave Airlie1-0/+1
2016-03-04st/nine: Fix second Multithreading issue with MANAGED buffersAxel Davy1-0/+3
2016-03-04st/nine: Fix Multithreading issue with MANAGED buffersAxel Davy1-2/+6
2016-03-04st/nine: Handle READONLY for buffer MANAGED poolAxel Davy1-7/+10
2016-03-04st/nine: Use Position input helper for ps3 declared inputsAxel Davy1-0/+7
2016-03-04st/nine: Introduce helper for Position shader inputAxel Davy1-16/+15
2016-02-29Update version to 11.2.0-rc2mesa-11.2.0-rc2Emil Velikov1-1/+1
2016-02-29mesa: use sizeof on the correct typeThomas Hindoe Paaboel Andersen1-1/+1
2016-02-29virtio_gpu: Add virtio 1.0 PCI ID to driver mapMarc-André Lureau1-0/+1
2016-02-29st/clover: Add libelf cflags to the buildKoop Mast2-3/+1
2016-02-29mesa; add get-extra-pick-list.sh script into bin/Emil Velikov1-0/+35
2016-02-29automake: add more missing options for make distcheckEmil Velikov1-2/+4
2016-02-29install-gallium-links: port changes from install-lib-linksEmil Velikov1-2/+13
2016-02-29r600: Make enum alu_op_flags unsignedRob Herring1-8/+8
2016-02-29gallium/radeon: Add space between string literal and identifierRob Herring1-1/+1
2016-02-29freedreno: drop unnecessary -Wno-packed-bitfield-compatRob Herring1-2/+2
2016-02-29Android: clean-up and fix DRI module path handlingRob Herring6-9/+11
2016-02-29Android: remove headers from LOCAL_SRC_FILESRob Herring1-0/+3
2016-02-29Android: add -Wno-date-time flag for clangRob Herring1-0/+1
2016-02-29Android: glsl: fix dependence on YACC_HEADER_SUFFIX from build systemRob Herring1-0/+2
2016-02-29Android: remove dependence on .SECONDEXPANSIONRob Herring1-9/+13
2016-02-29Android: fix build break from nir/glsl move to compiler/Rob Herring17-20/+30
2016-02-29gallium/radeon: disable evergreen_do_fast_color_clear for BEOded Gabbay1-0/+5
2016-02-29gallium/r600: Don't let h/w do endian swap for colorformatOded Gabbay1-0/+7
2016-02-29gallium/radeon: remove separate BE path in r600_translate_colorswapOded Gabbay1-12/+1
2016-02-29nv50,nvc0: bump minimum texture buffer offset alignmentIlia Mirkin2-2/+2
2016-02-29egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamageDerek Foreman1-3/+36
2016-02-29automake: add nine to make distcheckEmil Velikov1-0/+1
2016-02-29st/nine: don't forget to bundle the nine_limits.h fileEmil Velikov1-0/+1
2016-02-29i965/fs: Don't CSE negated multiplies with saturation.Matt Turner1-0/+2
2016-02-29glsl: Consider ubo_load to be a horizontal operation.Matt Turner1-0/+1
2016-02-29gallium/radeon: return correct values for BE in r600_translate_colorswapOded Gabbay1-4/+4
2016-02-29st/mesa: fix frontbuffer glReadPixels regressionsBrian Paul1-2/+11
2016-02-29gallium/radeon: Correctly translate colorswaps for big endianOded Gabbay1-0/+11
2016-02-29tgsi/scan: handle holes between VS inputs, assert-fail in other casesMarek Olšák1-1/+9
2016-02-29nvc0/ir: add missing emission of locked load predicateSamuel Pitoiset1-0/+7
2016-02-22Update version to 11.2.0-rc1mesa-11.2.0-rc1Emil Velikov1-1/+1
2016-02-22nouveau: update the Makefile.sources list11.2-branchpointEmil Velikov1-2/+3
2016-02-21radeonsi: implement binary shaders & shader cache in memory (v2)Marek Olšák5-7/+259
2016-02-21gallium/radeon: remove unused radeon_shader_binary_free_* functionsMarek Olšák2-33/+0
2016-02-21radeonsi: make radeon_shader_reloc name string fixed-sizedMarek Olšák2-6/+3
2016-02-21radeonsi: move some struct si_shader members to new struct si_shader_infoMarek Olšák3-68/+71
2016-02-21radeonsi: use smaller types for some si_shader membersMarek Olšák2-3/+8