docs: add release notes for 17.2.3
[mesa.git] / src /
2017-10-19 Iago Toral Quirogaglsl/linker: produce error when invalid explicit locati...
2017-10-19 Iago Toral Quirogai965/sbe: fix active components for SSO programs with...
2017-10-19 Chris Wilsoni965: Do not log a perf warning when mapping an idle bo
2017-10-19 Matt Turneri965: Use a union to bitcast a float
2017-10-19 Darren Saltdrirc: Group a few games in the glthread whitelist...
2017-10-19 Darren Saltdrirc: Enable glthread for more games (Saints Row 4...
2017-10-18 Samuel Pitoisetradv: reset dirty flags after flushing all states
2017-10-18 Samuel Pitoisetradv: do not re-emit the index buffer for every draw...
2017-10-18 Samuel Pitoisetradv: remove useless mask operation in radv_cs_emit_dra...
2017-10-18 Bas Nieuwenhuizenradv: Do not read from the disk cache with RADV_DEBUG...
2017-10-18 Alex Smithradv: Set active_stages after getting cached shaders
2017-10-18 Alex Smithradv: Don't free NIR shaders if tracing
2017-10-18 Marek OlšákRevert "egl: move alloc & init out of _eglBuiltInDriver...
2017-10-18 Marek OlšákRevert "egl: drop EGL driver `name`"
2017-10-18 Miklós Mátést/mesa: set dimension for constants in ATI_fragment_shader
2017-10-18 Michel Dänzerst/osmesa: include u_inlines.h for pipe_resource_reference
2017-10-18 Michel Dänzerst/mesa: Initialize textures array in st_framebuffer_va...
2017-10-18 Eric Engestromegl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
2017-10-18 Eric Engestromegl: drop EGL driver `name`
2017-10-18 Eric Engestromegl: drop always-false TestOnly option
2017-10-18 Eric Engestromegl: move alloc & init out of _eglBuiltInDriver{DRI2...
2017-10-18 Eric Engestromegl_dri2: drop dri2_egl_driver struct
2017-10-18 Eric Engestromegl_dri2: move glFlush out of struct dri2_egl_driver
2017-10-18 Roland Scheideggerllvmpipe: handle shader sample mask output
2017-10-18 Vinson Leeanv: Fix instance typos.
2017-10-18 Brian Paulmesa: fix trivial typo in _mesa_PixelMapusv() error...
2017-10-18 Eric Engestrommeson: move expat dependency where it's needed
2017-10-18 Hongxu Jiaautomake: intel: move expat handling where it's used
2017-10-18 Timothy Arceriradv: don't create dummy fs when compiling compute...
2017-10-18 Samuel Pitoisetradv: use the dispatch initiator for indirect dispatches
2017-10-18 Samuel Pitoisetradv: remove XtoY_temps structs
2017-10-18 Tapani Pällianv: Install as Vulkan HAL module in Android.mk build
2017-10-18 Chad Versaceanv: Implement VK_ANDROID_native_buffer (v9)
2017-10-18 Chad Versaceanv: Move size check from anv_bo_cache_import() to...
2017-10-17 Bas Nieuwenhuizenradv: Link shaders.
2017-10-17 Timothy Arceriradv: reuse the multiple shader store & load functions...
2017-10-17 Timothy Arceriradv: remove some now unused shader compile code
2017-10-17 Timothy Arceriradv: switch to using radv_create_shaders()
2017-10-17 Bas Nieuwenhuizenradv: add radv_create_shaders() helper
2017-10-17 Bas Nieuwenhuizenradv: add radv_hash_shaders() helper
2017-10-17 Bas Nieuwenhuizenradv: Add multiple shader cache store & load functions.
2017-10-17 Bas Nieuwenhuizenradv: Change cache datastructures for combined pipelines.
2017-10-17 Timothy Arceriradv: reorder init function calls
2017-10-17 Eric Anholtmeson: Add support for the vc5 driver.
2017-10-17 Eric Anholtmeson: Add support for the pl111 driver.
2017-10-17 Eric Anholtmeson: Add support for the vc4 driver.
2017-10-17 Marek Olšákradeonsi: if there's just const buffer 0, set it in...
2017-10-17 Marek Olšákac: clean up ac_build_indexed_load function interfaces
2017-10-17 Marek Olšákradeonsi: handle 64-bit loads earlier in fetch_constant
2017-10-17 Marek Olšákradeonsi: add si_descriptors::gpu_address and remove...
2017-10-17 Marek Olšákradeonsi: unify code for extracting a buffer address...
2017-10-17 Marek Olšákradeonsi: remove atom parameter from si_upload_descriptors
2017-10-17 Marek Olšákradeonsi: pack si_descriptors better again
2017-10-17 Marek Olšákradeonsi: emit dirty consecutive pointers in one SET_SH...
2017-10-17 Marek Olšákradeonsi: split si_emit_shader_pointer
2017-10-17 Marek Olšákradeonsi: generalize the SI_VS_SHADER_POINTER_MASK...
2017-10-17 Marek Olšákradeonsi/gfx9: use SPI_SHADER_USER_DATA_COMMON
2017-10-17 Marek Olšákradeonsi/gfx9: move RW_BUFFERS from s[0:1] to s[8:9...
2017-10-17 Marek Olšákradeonsi: add GFX-IB-size query to the HUD
2017-10-17 Marek Olšákwinsys/amdgpu: disable CPU caching for GFX & SDMA IBs
2017-10-17 Marek Olšákwinsys/amdgpu: don't do read-modify-write on command...
2017-10-17 Eric Anholtbroadcom/vc4: Fix false-positive for the tiling ioctls...
2017-10-17 Eric Anholtbroadcom/vc4: Skip BO labeling when in simulator mode.
2017-10-17 Eric Anholtbroadcom/vc5: Don't forget to set the RT format for...
2017-10-17 Chad Versaceanv: Add func anv_gem_get_tiling()
2017-10-17 Chad Versaceanv: Move close(fd) from anv_bo_cache_import to its...
2017-10-17 Chad Versaceanv: Add field anv_image::planes[]::bo_is_owned (v2)
2017-10-17 Chad Versaceanv: Better support for Android logging (v2)
2017-10-17 Chad Versaceintel: Add simple logging façade for Android (v2)
2017-10-17 Tapani Pällianv/android: Link to libsync, liblog in Android.mk
2017-10-17 Chad Versaceanv/android: Link to Android libraries in the autotools...
2017-10-17 Eric Engestrommeson: s/radv_extensions/radv_extensions_c/ to respect...
2017-10-17 Eric Engestrommeson: track python script dependency
2017-10-17 Henri Verbeetvulkan/wsi: Free the event in x11_manage_fifo_queues().
2017-10-17 Eric Engestrommeson: add missing radv_extensions.c generation for...
2017-10-17 Jason Ekstrandanv/apply_pipeline_layout: Use nir_tex_instr_remove_src
2017-10-17 Jason Ekstrandnir: Add a helper for adding texture instruction sources
2017-10-17 Mark Thompsonst/va: Return correct width and height for encode/decod...
2017-10-17 Mark Thompsonst/va: Fix config entrypoint handling
2017-10-17 Mark Thompsonst/va: Disable vaExportSurfaceHandle()
2017-10-17 Dave Airlieradv/image: bump all the offset to uint64_t.
2017-10-17 Dave Airlieradv: port to using updated anv entrypoint/extension...
2017-10-17 Dave Airlieradv: enable VK_KHX_multiview always.
2017-10-17 Marek OlšákRevert "mesa: fix texture updates for ATI_fragment_shader"
2017-10-17 Miklós Mátémesa: remove redundant NULL check in update_single_prog...
2017-10-16 Dylan Bakermeson: build mesa test.
2017-10-16 Dylan Bakermeson: build llvmpipe
2017-10-16 Dylan Bakermeson: build softpipe
2017-10-16 Dylan Bakermeson: build nouveau (gallium) driver
2017-10-16 Dylan Bakermeson: build radeonsi gallium driver
2017-10-16 Dylan Bakermeson: build gallium winsys for dri, null, and wrapper
2017-10-16 Dylan Bakermeson: build radeonsi
2017-10-16 Dylan Bakermeson: Build gallium dri state tracker
2017-10-16 Dylan Bakermeson: build gallium helper drivers
2017-10-16 Dylan Bakermeson: Build gallium pipe-loader
2017-10-16 Dylan Bakermeson: split and simplify dependencies
2017-10-16 Dylan Bakermeson: Build gallium auxiliary
2017-10-16 Dylan Bakermeson: build libmesa_gallium
2017-10-16 Dylan Bakermeson: Don't try to install dri drivers unless one...
2017-10-16 Kenneth GraunkeRevert "i965/tex_image: Reference the renderbuffer...
next