i965: Reorder PCI ID list to match release order
[mesa.git] / src /
2016-10-20 Brian Paulvbo: clean up with 'indent', whitespace fixes, etc...
2016-10-20 Brian Paulvbo: whitespace fixes and reformatting in vbo_exec_api.c
2016-10-20 Brian Paulvbo: minor clean-up in vbo_exec_api.c
2016-10-20 Brian Paulvbo: move attribute type assignment
2016-10-20 Brian Paulvbo: rename reset_attrfv() to vbo_reset_all_attr()
2016-10-20 Brian Paulvbo: make vbo_reset_attr() static
2016-10-20 Brian Paulvbo: trivial indentation fix in vbo_exec_api.c
2016-10-20 Marek Olšákgallivm: try to fix build with LLVM <= 3.4 due to missi...
2016-10-20 Marek Olšákradeonsi: fix build of si_eliminate_const_vs_outputs...
2016-10-20 Marek Olšákgallivm: add wrappers for missing functions in LLVM...
2016-10-20 Nicolai Hähnleradeonsi: fix 64-bit loads from LDS
2016-10-20 Nicolai Hähnlest/mesa: only set primitive_restart when the restart...
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: sort input and output decls by TGSI...
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: fix block copies of arrays of structs
2016-10-20 Nicolai Hähnlest/glsl_to_tgsi: fix block copies of arrays of doubles
2016-10-20 Iago Toral Quirogaglsl: Indirect array indexing on non-last SSBO member...
2016-10-20 Ilia Mirkinnv50/ir: process texture offset sources as regular...
2016-10-20 Ilia Mirkinnv50,nvc0: avoid reading out of bounds when getting...
2016-10-20 Eric Engestromwsi/wayland: fix error path
2016-10-20 Dave Airlieanv: drop unused zero macro.
2016-10-20 Dave Airlieradv: use emit_icmp for samples_identical
2016-10-19 Jordan Justeni965/cs: Don't use a thread channel ID for small local...
2016-10-19 Jordan Justeni965/cs: Use udiv/umod for local IDs
2016-10-19 Timothy Arcerimesa: remove unused LocalSizeVariable
2016-10-19 Samuel Pitoisetnvc0/ir: simplify predicate logic for GK104 atomic...
2016-10-19 Samuel Pitoisetnvc0/ir: remove useless NVC0LoweringPass::gMemBase
2016-10-19 Samuel Pitoisetnv50/ir: print CCTL subops in debug mode
2016-10-19 Ian Romanicknir: Optimize integer division and modulus with 1
2016-10-19 Marek Olšákradeonsi: eliminate trivial constant VS outputs
2016-10-19 Samuel Pitoisetnv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUT
2016-10-19 Marek Olšákradeonsi: remove cb0_is_integer handling
2016-10-19 Marek Olšákst/mesa: disable alpha-test, alpha-to-coverage, alpha...
2016-10-19 Marek Olšákmesa: remove gl_shader_compiler_options::EmitNoNoise
2016-10-19 Marek Olšákglsl_to_tgsi: remove code for fixing up TGSI labels
2016-10-19 Marek Olšákglsl_to_tgsi: remove subroutine support
2016-10-19 Marek Olšákmesa_to_tgsi: remove remnants of flow control and subro...
2016-10-19 Marek Olšákmesa_to_tgsi: drop support for instructions that can...
2016-10-19 Marek Olšákglsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_of...
2016-10-19 Marek Olšákglsl_to_tgsi: merge buffer and sampler fields in glsl_t...
2016-10-19 Marek Olšákglsl_to_tgsi: reduce the size of glsl_to_tgsi_instructi...
2016-10-19 Marek Olšákglsl_to_tgsi: reduce the size of st_dst_reg and st_src_reg
2016-10-19 Marek Olšákglsl_to_tgsi: remove unused st_translate::tex_offsets
2016-10-19 Marek Olšákglsl_to_tgsi: remove unused parameters from calc_deref_...
2016-10-19 Marek Olšákglsl_to_tgsi: use array_id for temp arrays instead...
2016-10-19 Eric Engestromegl: bring back the default glapi.so name
2016-10-19 Iago Toral Quirogai965: fix subnr overflow in suboffset()
2016-10-19 Dave Airlieradv: decompress fmask before reading using texture...
2016-10-19 Dave Airlieradv: fix samples_identical return value.
2016-10-19 Dave Airlieradv: fix wsi porting regression in swapchain destroy.
2016-10-19 Dave Airlieradv: fix fmask ptr issue
2016-10-19 Dave Airlieradv: simplify fast clear shaders
2016-10-19 Dave Airlievulkan/wsi: fix out of tree build.
2016-10-19 Dave Airlieradv: start using defines for the user sgpr offsets
2016-10-19 Dave Airlieradv: port to common wsi codebase
2016-10-19 Dave Airlieanv: move to using shared wsi code
2016-10-19 Dave Airlieanv/wsi: remove all anv references from WSI common...
2016-10-19 Dave Airlieanv: move common wsi code to x11/wayland common files.
2016-10-19 Dave Airlieanv/wsi/wayland: add callback to get device format...
2016-10-19 Dave Airlieanv/wsi/wl: stop using device in more places
2016-10-19 Dave Airlieanv/wsi: split out surface creation to avoid instance API
2016-10-19 Dave Airlieanv/wsi: move further away from passing anv displays...
2016-10-19 Dave Airlieanv/wsi: split image alloc/free out to separate fns.
2016-10-19 Dave Airlieanv/wsi: switch to using VkDevice in swapchain
2016-10-19 Dave Airlieanv/wsi/x11: more refactoring to use generic handles
2016-10-19 Dave Airlieanv/wsi/x11: start refactoring out the image allocation...
2016-10-19 Dave Airlieanv/wsi: drop device from get format
2016-10-19 Dave Airlieanv/wsi: remove device from get_support interface
2016-10-19 Dave Airlieanv/wsi/x11: abstract WSI interface from internals.
2016-10-19 Dave Airlieanv/wsi/x11: push anv_device out of the init/finish...
2016-10-19 Dave Airlieanv/wsi: abstract wsi interfaces away from device a...
2016-10-19 Dave Airlieanv/wsi/x11: push device out of x11 connection fns.
2016-10-19 Dave Airlieanv/wsi: drop device from get caps
2016-10-19 Dave Airlieanv/wsi: drop get present modes device arg
2016-10-19 Dave Airlieradv/anv/wsi: drop unneeded parameter
2016-10-18 Roland Scheideggerdraw: improve vertex fetch (v2)
2016-10-18 Roland Scheideggerdraw: improved handling of undefined inputs
2016-10-18 Roland Scheideggergallivm: print out time for jitting functions with...
2016-10-18 Roland Scheideggergallivm: Use native packs and unpacks for the lerps
2016-10-18 Dave Airlieanv: drop pointless struct decl.
2016-10-18 Dave Airlieradv: drop pointless struct decl.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-18 Dave Airlieanv: move to using vk_alloc helpers.
2016-10-18 Dave Airlievulkan: add vk_alloc.h shared allocation inlines.
2016-10-18 Dave Airlieanv: drop local MIN/MAX macros.
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
2016-10-18 Dave Airlieutil: move min/max/clamp macros to util macros.h
2016-10-18 Dave Airlieradv: make use of shared vector helper.
2016-10-18 Dave Airlieanv: port to using new u_vector shared helper.
2016-10-18 Dave Airlieutil: add vector util code.
2016-10-18 Brian Paulsvga: minor code improvements in svga_validate_pipe_sam...
2016-10-18 Lionel Landwerlinintel: genxml: add SAMPLER_BORDER_COLOR_STATE structures
2016-10-18 Boyuan Zhangst/va: force to flush the last p frame in idr period
2016-10-18 Chad Versaceegl/surfaceless: Fix segfault in eglSwapBuffers
2016-10-18 Marek Olšákradeonsi: rename prefixes from radeon to si
2016-10-18 Marek Olšákradeonsi: merge radeon_llvm_context and si_shader_context
2016-10-18 Marek Olšákradeonsi: import all TGSI->LLVM code from gallium/radeon
2016-10-18 Marek Olšákgallium/radeon: simplify initialization of 64-bit galli...
2016-10-18 Marek Olšákgallium/radeon: remove unused radeon_llvm_reg_index_soa
2016-10-18 Marek Olšákradeonsi: move LLVM ALU codegen into radeonsi
2016-10-18 Jonathan Graygenxml: add generated headers to EXTRA_DIST
next