Convert sed(1) syntax to be compatible with FreeBSD and OpenBSD
[mesa.git] / src /
2017-03-14 Jason Ekstrandanv: Properly enumerate physical devices when none...
2017-03-14 Jason Ekstrandnir/constant_expressions: Refactor helper functions
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandi965/fs: Re-arrange conversion operations
2017-03-14 Jason Ekstrandi965/vec4: Get rid of the type parameter from to/from_d...
2017-03-14 Jason Ekstrandglsl/nir: Use nir_type_conversion_op
2017-03-14 Jason Ekstrandnir: Rewrite nir_type_conversion_op
2017-03-14 Jason Ekstrandnir: Add a get_nir_type_for_glsl_base_type helper
2017-03-14 Jason Ekstrandnir/validate: Rework ALU bit-size rule validation
2017-03-14 Jason Ekstrandnir/validate: Validate that bit sizes and components...
2017-03-14 Jason Ekstrandnir: Make image_size a variable-width intrinsic
2017-03-14 Jason Ekstrandi965/fs: Use num_components from the SSA def in image...
2017-03-14 Jason Ekstrandnir/lower_tex: Use tex_instr_dest_size for txs destinations
2017-03-14 Jason Ekstrandnir/spirv: Restrict the number of channels in texture...
2017-03-14 Jason Ekstrandnir/copy_prop: Respect the source's number of components
2017-03-14 Jason Ekstrandnir/intrinsics: Make load_barycentric_input take a...
2017-03-14 Jason Ekstrandanv/blorp: Only set a clear color for resolves if fast...
2017-03-14 Jason Ekstrandanv/blorp: Turn off AUX after doing a CCS_D resolve
2017-03-14 Tapani Pälliandroid: add '/vulkan' to libmesa_anv_entrypoints path
2017-03-14 Tapani Pälliandroid: add src/intel/compiler to libmesa_intel_compil...
2017-03-14 Gwan-gyeong Munanv: Add missing error-checking to anv_CreateDevice...
2017-03-14 Dave Airlieradv: setup llvm target data layout
2017-03-13 Alex Smithradv: Reinitialise loaderMagic when allocating a cached...
2017-03-13 Marek Olšákgallium/radeon: disable the shader cache if dumping...
2017-03-13 Marek Olšákradeonsi: mark all bound shader buffer ranges as initia...
2017-03-13 Marek Olšákst/mesa: disable the shader cache if dumping shaders
2017-03-13 Chad Versaceanv: Use vk_outarray in vkGetPhysicalDeviceQueueFamilyP...
2017-03-13 Chad Versaceanv: Use vk_outarray in vkEnumeratePhysicalDevices...
2017-03-13 Chad Versaceutil/vulkan: Add vk_outarray (v2)
2017-03-13 Lionel Landwerlinintel: genxml: prevent missing ; with address fields...
2017-03-13 Julien Isorcegallium/hud: check NULL return from u_upload_alloc
2017-03-13 Julien Isorcewinsys/radeon: check null return from radeon_cs_create_...
2017-03-13 Julien Isorcewinsys/radeon: check null in radeon_cs_create_fence
2017-03-13 Juan A. Suarez Romerovulkan/wsi: include builddir for generated headers
2017-03-13 Jason Ekstrandanv: Use on-the-fly surface states for dynamic buffer...
2017-03-13 Jason Ekstrandanv: Stall before fast-clear operations
2017-03-13 Jason Ekstrandanv: Accurately advertise dynamic descriptor limits
2017-03-13 Jason Ekstrandanv: Add a helper for working with VK_WHOLE_SIZE for...
2017-03-13 Rob Clarkfreedreno/ir3: fragz cannot be half precision
2017-03-13 Rob Clarkfreedreno/ir3: optimize less in glsl
2017-03-13 Lionel Landwerlinaubinator/genxml: use gzipped files to store embedded...
2017-03-13 Lionel Landwerlinintel: genxml: add script to generate gzipped genxml
2017-03-13 Jose Fonsecautil/u_thread.h: Include stdint.h for int64_t definition.
2017-03-13 Iago Toral Quirogaintel: fix compiler build
2017-03-13 Christian Königsvga: handle P016 format as well
2017-03-13 Jason Ekstrandintel/vulkan: Get rid of recursive make
2017-03-13 Jason Ekstrandintel/tools: Use a makefile included from intel/Makefile.am
2017-03-13 Emil Velikovintel/compiler: whitespace cleanups
2017-03-13 Emil Velikovintel/compiler: link all tests again gtest, even test_e...
2017-03-13 Emil Velikovi965: remove i965_symbols_test reference from .gitignore
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-13 Emil Velikovi965: split EU defines to brw_eu_defines.h
2017-03-13 Emil Velikovutil/bitscan: use correct signature for ffs/ffsll
2017-03-13 Emil Velikovi965: add missing brw_defines.h include in brw_program.c
2017-03-13 Emil Velikovi965: add missing brw_defines.h include in brw_program.c
2017-03-13 Emil Velikovi965: add missing #include <assert.h> in brw_inst.h
2017-03-13 Emil Velikovi965: move brw_define.h ifndef guard to the top
2017-03-13 Emil Velikovi965: remove unused macros from brw_defines.h
2017-03-13 Emil Velikovi965: remove unused brw_program.h include
2017-03-13 Emil Velikovi965: remove duplicate declaration of brw_mark_surface_used
2017-03-13 Emil Velikovi965: remove dead brw_new_shader() declaration
2017-03-13 Emil Velikovi965: remove unused brw_cs.h include
2017-03-13 Jason Ekstrandanv: Stop including brw_context.h
2017-03-13 Jason Ekstrandintel/isl: Stop linking libi965_compiler.la into tests
2017-03-13 Jason Ekstrandvulkan/wsi: Generate wayland protocol headers separatel...
2017-03-13 Emil Velikovradv/wsi: Don't include wayland headers
2017-03-13 Jason Ekstrandanv/wsi: Don't include wayland headers
2017-03-13 Emil Velikovwayland: move .gitignore where applicable
2017-03-13 Christian Königst/va: add config support for 10bit decoding v2
2017-03-13 Christian Königst/va: add support for allocating 10bpp surfaces
2017-03-13 Christian Königst/va: add support for P010 and P016 formats v3
2017-03-13 Christian Königst/va: clear the video surface on allocation
2017-03-13 Christian Königst/va: cleanup error handling in vlVaCreateSurfaces2
2017-03-13 Christian Königradeon/uvd: enable 10bit HEVC decode v2
2017-03-13 Christian Königradeon/UVD: fix the decoding target pitch calculation
2017-03-13 Christian Königvl/video_buffer: add support for P016
2017-03-13 Christian Königgallium: add P016 format
2017-03-13 Kenneth Graunkei965: Delete unused last_ring local.
2017-03-13 Bas Nieuwenhuizenradv: Store shaders in VRAM.
2017-03-12 Dave Airlieradv/ac: move to new image intrinsics.
2017-03-12 Dave Airlieradv: disabled scaled formats for transfers.
2017-03-12 Timothy Arceriutil/u_queue: make u_queue accessible to cpp
2017-03-12 Timothy Arceriglsl: don't use ralloc for blob creation
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_setname() with u_thre...
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_get_time_nano() with...
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_create() with u_threa...
2017-03-12 Timothy Arcerigallium/util: move u_queue.{c,h} to src/util
2017-03-12 Timothy Arcerigallium/util: make use of new u_thread.h in u_queue...
2017-03-12 Timothy Arceriutil: add u_thread.h
2017-03-12 Timothy Arcerigallium/util: use standard malloc/calloc/free in u_queue.c
2017-03-12 Timothy Arcerigallium/util: move u_string.h to src/util/u_string.h
2017-03-12 Timothy Arcerigallium/util: remove unused header from u_string.h
2017-03-12 Timothy Arcerigallium/util: remove unused util_strbuf*
2017-03-12 Timothy Arcerigallium/util: remove unused util_memmove()
2017-03-12 Timothy Arceriglsl: don't recompile a shader on fallback unless needed
2017-03-12 Timothy Arcerimesa/glsl: introduce new gl_compile_status enum
2017-03-11 Matt Turneri965: Initialize compaction tables in unit test.
2017-03-11 Matt Turneri965: Move brw_init_compaction_tables() to brw_create_c...
2017-03-10 Emil Velikovwayland-egl/wayland-egl-symbols-check: do not mandate...
2017-03-10 Emil Velikovgbm/gbm-symbols-check: do not mandate bash
next