aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl/int64: Fix a typo in imod64Jason Ekstrand2017-03-012-15/+9
* util/build-id: Return a pointer rather than copying the dataJason Ekstrand2017-03-013-8/+6
* anv: Properly handle destroying NULL devices and instancesJason Ekstrand2017-03-011-0/+6
* mesa: Fix performance query id checkRobert Bragg2017-03-011-2/+6
* amd/common: Fix build with new ac_add_function_attr()Tobias Klausmann2017-03-013-3/+5
* egl/wayland: Don't use DRM format codes for SHMDaniel Stone2017-03-011-6/+15
* mesa: Drop unused STATE_TEXRECT_SCALE program statevars.Kenneth Graunke2017-03-012-24/+0
* i965: Drop unused STATE_TEXRECT_SCALE code.Kenneth Graunke2017-03-013-27/+0
* egl: Ensure ResetNotificationStrategy matches for shared contexts.Kenneth Graunke2017-03-011-0/+14
* gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák2017-03-018-102/+177
* gallivm,ac: remove unused FUNC_ATTR_LAST enumsMarek Olšák2017-03-012-2/+0
* st/mesa: inform the driver of framebuffer changes before compute dispatchesNicolai Hähnle2017-03-011-1/+9
* st/glsl_to_tgsi: avoid iterating past the head of the instruction listNicolai Hähnle2017-03-011-2/+9
* glsl: remove unecessary flags.q.subroutine_defSamuel Pitoiset2017-03-015-10/+7
* vulkan: provide vk.xml as argument to the python generatorEmil Velikov2017-02-283-5/+4
* automake: vulkan: rename/reuse VULKAN_UTIL_{GENERATED_,}FILES listEmil Velikov2017-02-283-7/+5
* android: vulkan: add support for libmesa_vulkan_utilMauro Rossi2017-02-284-5/+72
* automake: r600: radeonsi: correctly manage libamd_common.la linkingEmil Velikov2017-02-282-4/+5
* glx/tests: automake: add dispatch-index-check to the tarballEmil Velikov2017-02-281-0/+1
* automake: anv: add missing include $(top_srcdir)/src/vulkan/utilEmil Velikov2017-02-281-0/+1
* i965/fs: emit MOV_INDIRECT with the source with the right register typeSamuel Iglesias Gonsálvez2017-03-011-1/+1
* i965/fs: fix source type when emitting MOV_INDIRECT to read ICP handlesSamuel Iglesias Gonsálvez2017-03-011-3/+3
* i965/fs: fix indirect load DF uniforms on BSW/BXTSamuel Iglesias Gonsálvez2017-03-011-21/+20
* i965/fs: detect different bit size accesses to uniforms to push them in prope...Samuel Iglesias Gonsálvez2017-03-011-16/+34
* i965/fs: mark last DF uniform array element as 64 bit live oneSamuel Iglesias Gonsálvez2017-03-011-0/+3
* radv: fix txs for sampler buffersDave Airlie2017-03-011-1/+1
* amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12Marek Olšák2017-02-281-1/+1
* radv: Don't allocate space for unused immutable samplers.Bas Nieuwenhuizen2017-02-281-9/+14
* radv/ac: Use constants for immutable samplers.Bas Nieuwenhuizen2017-02-281-0/+16
* radv: Detect if all immutable samplers for a binding are equal.Bas Nieuwenhuizen2017-02-282-0/+6
* radv: Store the immutable samplers as uint32_t[4].Bas Nieuwenhuizen2017-02-282-10/+6
* egl/dri3: implement query surface hookBrendan King2017-02-283-0/+45
* gallium/radeon: Add libamd_common.a to TARGET_LIB_DEPS also for r600Michel Dänzer2017-02-282-1/+5
* i965: Move intel_resolve_map.[ch] from i965_compiler_FILES to i965_FILESKenneth Graunke2017-02-271-3/+3
* gallium/r600: fix r600 build when OpenCL is enabledTimothy Arceri2017-02-281-0/+5
* radeon: remove unused radeon_elf_util.{c,h}Timothy Arceri2017-02-287-256/+0
* radeon/ac: switch to ac_shader_binary_config_start()Timothy Arceri2017-02-282-3/+4
* radeon/ac: make ac_shader_binary_config_start() available externallyTimothy Arceri2017-02-282-1/+8
* radeon/ac: switch from radeon_elf_read() to ac_elf_read()Timothy Arceri2017-02-284-6/+4
* radeon/ac: switch from radeon_shader_binary to ac_shader_binaryTimothy Arceri2017-02-2812-73/+36
* radeon/ac: add llvm_ir_string to ac_shader_binary structTimothy Arceri2017-02-281-0/+1
* ralloc: Delete autofree handling.Kenneth Graunke2017-02-272-27/+0
* compiler: Free types in _mesa_glsl_release_types() rather than autofree.Kenneth Graunke2017-02-271-1/+4
* clover: Dump linked binary to a different fileJan Vesely2017-02-271-2/+6
* radv: fix depth format in blit2d.Dave Airlie2017-02-281-2/+5
* radv/formats: add fast clear for 8-bit signed ints.Dave Airlie2017-02-281-0/+16
* mesa/main: refactor sampler parameter error codepathSamuel Pitoiset2017-02-271-87/+52
* glsl: reject samplers not declared as uniform/function params earlierSamuel Pitoiset2017-02-271-0/+9
* glsl: use is_sampler() anywhere it's possibleSamuel Pitoiset2017-02-275-17/+16
* glsl: use is_image() anywhere it's possibleSamuel Pitoiset2017-02-273-4/+3