mesa.git
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... vulkan/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... intel: fix compiler build
2017-03-13 Christian Königsvga: handle P016 format as well
2017-03-13 Emil Velikovconfigure.ac: require pthread-stubs only where available
2017-03-13 Emil Velikovconfigure.ac: do not require the i965 driver for ANV
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 Velikovconfigure.ac: provide a fall-back define for WAYLAND_SC...
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 Velikovbin/get-fixes-pick-list.sh: do not mandate bash
2017-03-10 Emil Velikovbin/shortlog_mesa.sh: remove the final bashism
2017-03-10 Emil Velikovbin/bugzilla_mesa.sh: rework the looping method
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
2017-03-10 Emil Velikovegl/egl-symbols-check: do not mandate bash
2017-03-10 Emil Velikovglsl/tests: remove any bashisms
2017-03-10 Emil Velikovdri: use correct shebang for gen-symbol-redefs.py
2017-03-10 Emil Velikovutil: remove shebang from format_srgb.py
2017-03-10 Emil Velikovxmlpool: remove shebang from gen_xmlpool.py
2017-03-10 Emil Velikovgenxml: remove shebang from gen_pack_header.py
2017-03-10 Emil Velikovnir: remove shebang from python scripts
2017-03-10 Emil Velikovst/xa: suffix xa-indent{,.sh} and add a shebang line
2017-03-10 Emil Velikovgallium/tools: use correct shebang for python scripts
2017-03-10 Emil Velikovgallium/tools: do not hardcode bash location
2017-03-10 Emil Velikovgallium/tests: remove execute bit from TGSI shader...
2017-03-10 Emil Velikovmapi/gen: remove shebang from python scripts
2017-03-10 Emil Velikovmapi: do not mandate bash for es*api/ABI-check
2017-03-10 Emil Velikovbin/perf-annotate-jit: add .py suffix
2017-03-10 Emil Velikovi965: remove shebang from brw_nir_trig_workarounds.py
2017-03-10 Emil Velikovi965: remove execute bit from brw_nir_trig_workarounds.py
2017-03-10 Emil Velikovmesa: remove shebang from python scripts
2017-03-10 Emil Velikovmesa: remove execute bit from main/format_parser.py
2017-03-10 Emil Velikovamd: remove shebang from python scripts
2017-03-10 Emil Velikovamd: remove execute bit from python scripts
next