mesa.git
2017-03-02 Jason Ekstrandi965: Move image uniform setup to brw_nir_uniforms.cpp
2017-03-02 Jason Ekstrandi965: Move channel_expressions and vector_splitting...
2017-03-02 Jason Ekstrandi965: Make mark_surface_used a static inline in brw_com...
2017-03-02 Jason Ekstrandi965: Move BRW_ATTRIB_WA_* defines to brw_compiler.h
2017-03-02 Jason Ekstrandi965: Move BRW_MAX_DRAW_BUFFERS to brw_compiler.h
2017-03-02 Jason Ekstrandi965/inst: Stop using fi_type
2017-03-02 Jason Ekstrandi965: Move brw_register_blocks to brw_fs.cpp
2017-03-02 Jason Ekstrandi965: Move SHADER_TIME_STRIDE to brw_compiler.h
2017-03-02 Jason Ekstrandi965: Move SOL binding #defines to brw_compiler.h
2017-03-02 Jason Ekstrandi964/gs: Move MAX_GS_INPUT_VERTICES to brw_vec4_gs_visi...
2017-03-02 Jason Ekstrandi965/gs: Add the gl_prim_to_hw_prim table to vec4_gs_vi...
2017-03-02 Jason Ekstrandi965: Don't use MAX_SURFACES in mark_surface_used
2017-03-02 Jason Ekstrandi965: Get rid of BRW_PRIM_OFFSET
2017-03-02 Jason Ekstrandi965/vue_map: Stop using GLbitfield types
2017-03-02 Jason Ekstrandi965: Move assign_common_binding_table_offsets to brw_p...
2017-03-02 Jason Ekstrandi965: Move some gen4 WM defines to brw_compiler.h
2017-03-02 Jason Ekstrandi965: Move brw_disassemble_inst to brw_eu.h
2017-03-02 Jason Ekstrandi965: Move some helpers from brw_context.h to brw_shader.h
2017-03-02 Jason Ekstrandi965: Move a couple of #defines from brw_context to...
2017-03-01 Jason Ekstrandglsl/int64: Fix a typo in imod64
2017-03-01 Jason Ekstrandutil/build-id: Return a pointer rather than copying...
2017-03-01 Jason Ekstrandanv: Properly handle destroying NULL devices and instances
2017-03-01 Robert Braggmesa: Fix performance query id check
2017-03-01 Tobias Klausmannamd/common: Fix build with new ac_add_function_attr()
2017-03-01 Daniel Stoneegl/wayland: Don't use DRM format codes for SHM
2017-03-01 Kenneth Graunkemesa: Drop unused STATE_TEXRECT_SCALE program statevars.
2017-03-01 Kenneth Graunkei965: Drop unused STATE_TEXRECT_SCALE code.
2017-03-01 Kenneth Graunkeegl: Ensure ResetNotificationStrategy matches for share...
2017-03-01 Marek Olšákgallivm,ac: add function attributes at call sites inste...
2017-03-01 Marek Olšákgallivm,ac: remove unused FUNC_ATTR_LAST enums
2017-03-01 Nicolai Hähnlest/mesa: inform the driver of framebuffer changes befor...
2017-03-01 Nicolai Hähnlest/glsl_to_tgsi: avoid iterating past the head of the...
2017-03-01 Marc Dietrichr600g: fix build without opencl and static llvm libs
2017-03-01 Samuel Pitoisetglsl: remove unecessary flags.q.subroutine_def
2017-02-28 Emil Velikovvulkan: provide vk.xml as argument to the python generator
2017-02-28 Emil Velikovautomake: vulkan: rename/reuse VULKAN_UTIL_{GENERATED_...
2017-02-28 Mauro Rossiandroid: vulkan: add support for libmesa_vulkan_util
2017-02-28 Emil Velikovautomake: r600: radeonsi: correctly manage libamd_commo...
2017-02-28 Emil Velikovglx/tests: automake: add dispatch-index-check to the...
2017-02-28 Emil Velikovautomake: anv: add missing include $(top_srcdir)/src...
2017-03-01 Samuel Iglesias... i965/fs: emit MOV_INDIRECT with the source with the...
2017-03-01 Samuel Iglesias... i965/fs: fix source type when emitting MOV_INDIRECT...
2017-03-01 Samuel Iglesias... i965/fs: fix indirect load DF uniforms on BSW/BXT
2017-03-01 Samuel Iglesias... i965/fs: detect different bit size accesses to uniforms...
2017-03-01 Samuel Iglesias... i965/fs: mark last DF uniform array element as 64 bit...
2017-02-28 Dave Airlieradv: fix txs for sampler buffers
2017-02-28 Marek Olšákamd/common: fix ASICREV_IS_POLARIS11_M for Polaris12
2017-02-28 Bas Nieuwenhuizenradv: Don't allocate space for unused immutable samplers.
2017-02-28 Bas Nieuwenhuizenradv/ac: Use constants for immutable samplers.
2017-02-28 Bas Nieuwenhuizenradv: Detect if all immutable samplers for a binding...
2017-02-28 Bas Nieuwenhuizenradv: Store the immutable samplers as uint32_t[4].
2017-02-28 Brendan Kingegl/dri3: implement query surface hook
2017-02-28 Michel Dänzergallium/radeon: Add libamd_common.a to TARGET_LIB_DEPS...
2017-02-28 Kenneth Graunkei965: Move intel_resolve_map.[ch] from i965_compiler_FI...
2017-02-28 Timothy Arcerigallium/r600: fix r600 build when OpenCL is enabled
2017-02-28 Timothy Arceriradeon: remove unused radeon_elf_util.{c,h}
2017-02-28 Timothy Arceriradeon/ac: switch to ac_shader_binary_config_start()
2017-02-28 Timothy Arceriradeon/ac: make ac_shader_binary_config_start() availab...
2017-02-28 Timothy Arceriradeon/ac: switch from radeon_elf_read() to ac_elf_read()
2017-02-28 Timothy Arceriradeon/ac: switch from radeon_shader_binary to ac_shade...
2017-02-28 Timothy Arceriradeon/ac: add llvm_ir_string to ac_shader_binary struct
2017-02-27 Kenneth Graunkeralloc: Delete autofree handling.
2017-02-27 Kenneth Graunkecompiler: Free types in _mesa_glsl_release_types()...
2017-02-27 Jan Veselyclover: Dump linked binary to a different file
2017-02-27 Dave Airlieradv: fix depth format in blit2d.
2017-02-27 Dave Airlieradv/formats: add fast clear for 8-bit signed ints.
2017-02-27 Samuel Pitoisetmesa/main: refactor sampler parameter error codepath
2017-02-27 Samuel Pitoisetglsl: reject samplers not declared as uniform/function...
2017-02-27 Samuel Pitoisetglsl: use is_sampler() anywhere it's possible
2017-02-27 Samuel Pitoisetglsl: use is_image() anywhere it's possible
2017-02-27 Samuel Pitoisetglsl: add missing blend_support qualifier in validate_f...
2017-02-27 Samuel Pitoisetglsl: use an enum for AMD_conservative_depth layout...
2017-02-27 Samuel Pitoisetglsl: add has_shader_image_load_store()
2017-02-27 Samuel Pitoisetdrirc: add force_glsl_version=440 for The Culling
2017-02-27 Jason Ekstrandanv: Bump advertised version to 1.0.42
2017-02-27 Jason Ekstrandvulkan: Update registry and headers to 1.0.42
2017-02-27 Elie TOURNIERnir: Delete unused arg in get_iteration
2017-02-27 Eric Engestromdocs: fix a few typos
2017-02-27 Grazvydas Ignotasgallium/u_queue: set num_threads correctly if not all...
2017-02-27 Grazvydas Ignotasgallium/u_queue: fix a crash with atexit handlers
2017-02-27 Bas Nieuwenhuizenradv: Use correct size for availability flag.
2017-02-27 Bas Nieuwenhuizenradv: Only use PKT3_OCCLUSION_QUERY when it doesn't...
2017-02-27 Bas Nieuwenhuizenradv: Reset emitted compute pipeline when calling secon...
2017-02-27 Dave Airlieradv: add support for NV_dedicated_allocation
2017-02-27 Andres Rodriguezradv/winsys: fix freeing imported memory.
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-26 Bas Nieuwenhuizenradv/ac: Add integer->integer casts.
2017-02-26 Eric Engestromcheck: add support for running test as standalone
2017-02-26 Eric Engestromcheck: make any failure fatal
2017-02-26 Eric Engestromcheck: mark two tests are requiring bash
2017-02-25 Mike Lothianst/nine: Drop USER_INDEX_BUFFERS check
2017-02-25 Constantine... st/nine: make use of common uploaders v4
2017-02-25 Timothy Arcericompiler: style clean-ups in blob.h
2017-02-25 Brian Paulsvga: fix MSVC build error after PIPE_CAP_USER_INDEX_BU...
2017-02-25 Eric Anholtvc4: Lazily emit our FS/VS input loads.
2017-02-25 Eric Anholtvc4: Refactor the load_input code out of the intrinsic...
2017-02-25 Eric Anholtvc4: Track the last block we emitted at the top level.
2017-02-25 Eric Anholtvc4: Emit max number of temps in the shader-db output.
2017-02-25 Vinson Leeutil/disk_cache: Use backward compatible st_mtime.
2017-02-25 Vinson Leeglsl: Fix missing-braces warning.
next