mesa.git
2017-08-10 Matt Turnerbuild: Fix up spirv_info.Plo
2017-08-10 Marek Olšákac: fail shader compilation if libelf is replaced by...
2017-08-10 Thomas Hellstromdri: Introduce SWAP_METHOD tokens
2017-08-10 Thomas Hellstromglx: Fix swap method config matching
2017-08-10 Thomas Hellstromglx: Work around X servers reporting bogus values of...
2017-08-10 Thomas Hellstromdri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHOD
2017-08-09 Dave Airlieradv: force cs/ps/l2 flush at end of command stream...
2017-08-09 Karol Herbstnv50/ir: fix ConstantFolding with saturation
2017-08-09 Rob Herringst/dri2: fix kms_swrast driconf option handling
2017-08-09 Samuel Pitoisetradeonsi: drop two unused variables in create_function()
2017-08-09 Eric Engestromegl: whitespace cleanup in eglapi.c
2017-08-09 Iago Toral... TextureStorage1D should return INVALID_OPERATION if...
2017-08-09 Iago Toral... Update TextureParameter* error for incompatible texture...
2017-08-09 Tapani Pälliegl/dri2: refactor dri2_query_surface, swrastGetDrawabl...
2017-08-08 Kenneth Graunkei965/bufmgr: Set bo->idle after waiting.
2017-08-08 Kenneth Graunkei965: Don't use ggtt_bo for Gen8+ streamout offset...
2017-08-08 Kenneth Graunkei965: Simplify *_bo() helpers.
2017-08-08 Kenneth Graunkei965: Get rid of KSP_ro
2017-08-08 Connor Abbottac/nir: fix saturate emission
2017-08-08 Jason Ekstrandi965: Only call create_for_planar_image for multiple...
2017-08-08 Timothy Arcerimesa: don't error check the default buffer object
2017-08-08 Timothy Arcerimesa: check default buffer object creation was successful
2017-08-08 Timothy Arcerimesa: add NULL checking to free_shared_state()
2017-08-08 Ilia Mirkinglapi: per the extension spec, the EXT-suffixed functio...
2017-08-08 Ilia Mirkininclude: update GLES gl2ext header to no longer referen...
2017-08-07 Bas Nieuwenhuizenradv: remove semicolon in if(...);
2017-08-07 Alex Smithradv: Fix decompression on multisampled depth buffers
2017-08-07 Bas Nieuwenhuizenradv: Don't allow fmask swizzling for shareable images.
2017-08-07 Marek Olšákradeonsi: fix a compile failure due to disabled asserts
2017-08-07 Marek Olšákradeonsi: use optimal packet order when doing a pipelin...
2017-08-07 Marek Olšákradeonsi: expose the number of decompress calls to...
2017-08-07 Marek Olšákgallium/radeon: rename GPU-dma-busy -> GPU-cp-dma-busy
2017-08-07 Marek Olšákradeonsi: rename shader_userdata -> shader_pointers...
2017-08-07 Marek Olšákradeonsi: prefetch VBO descriptors after the first...
2017-08-07 Marek Olšákradeonsi: add a separate dirty mask for prefetches
2017-08-07 Marek Olšákradeonsi: add and use si_pm4_state_enabled_and_changed
2017-08-07 Marek Olšákradeonsi: de-atomize L2 prefetch
2017-08-07 Marek Olšákradeonsi: align all CE dumps to L2 cache line size
2017-08-07 Marek Olšákradeonsi: remove a tautology sctx->framebuffer.nr_sampl...
2017-08-07 Marek Olšákgallium/radeon: print all members of radeon_info with...
2017-08-07 Samuel Pitoisetglsl: update the extensions/functions that are enabled...
2017-08-07 Gurchetan Singhegl/dri2: add image extension such it's usable by swras...
2017-08-07 Gurchetan Singhst/dri: add drisw image extension
2017-08-07 Gurchetan Singhst/dri: move some image functions to dri_helpers.c
2017-08-07 Gurchetan Singhst/dri: organize order of includers in dri_helpers
2017-08-07 Gurchetan Singhst/dri: change dri_extensions to dri_helpers
2017-08-07 Jason Ekstrandi965/miptree: Set supports_fast_clear = false in make_s...
2017-08-07 Jason Ekstrandi965/miptree: Rework create flags
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)
2017-08-07 Jason Ekstrandi965/miptree: Delete an unused function declaration
2017-08-07 Jason Ekstrandi965/miptree: Call alloc_aux in create_for_bo
2017-08-07 Jason Ekstrandi965/miptree: Delete MIPTREE_LAYOUT_FOR_SCANOUT
2017-08-07 Jason Ekstrandi965/miptree: Delete some unused layout flags
2017-08-07 Jason Ekstrandi965/miptree: Refactor is_mcs_supported
2017-08-07 Jason Ekstrandi965/miptree Remove layout_flags parameter form is_mcs_...
2017-08-07 Jason Ekstrandintel/isl: Don't align the height of the last array...
2017-08-07 Jason Ekstrandintel/isl: Stop padding surfaces
2017-08-07 Jason Ekstrandanv/formats: Allow sampling on depth-only formats on...
2017-08-07 Emil Velikovdocs: drop released RCs from the calendar
2017-08-07 Emil Velikovdocs: update calendar, add news item and link release...
2017-08-07 Emil Velikovdocs: add sha256 checksums for 17.1.6
2017-08-07 Emil Velikovdocs: add release notes for 17.1.6
2017-08-07 Dave Airlieradv: fix MSAA on SI gpus.
2017-08-07 Eleni Maria... docs: removed the '--with-sha1' requirement from shadin...
2017-08-06 Dave Airlieradv: add separate fmask tile swizzle counter.
2017-08-06 Dave Airlieradv: fix f16->f32 denorm handling for SI/CIK. (v2)
2017-08-06 Wladimir J... etnaviv: Add support for R8_UNORM textures
2017-08-06 Wladimir J... etnaviv: Implement ICACHE
2017-08-06 Wladimir J... etnaviv: Unified uniforms support
2017-08-06 Wladimir J... etnaviv: Update headers from rnndb
2017-08-06 Ilia Mirkinfix GL_ARB_spirv_extensions name
2017-08-06 Bas Nieuwenhuizenradv: Use the correct channel for alpha in resolve...
2017-08-06 Bas Nieuwenhuizenradv: Only convert linear->srgb in compute resolves.
2017-08-06 Bas Nieuwenhuizenradv: Don't use SRGB format for image stores during...
2017-08-06 Timothy Arceridocs: add EXT_memory_object and EXT_memory_object_fd...
2017-08-06 Andres Rodriguezradeonsi: enable support for EXT_memory_object
2017-08-06 Andres Rodriguezradv: generate the same driver UUID as radeonsi
2017-08-06 Andres Rodriguezradv: generate same device UUID as radeonsi
2017-08-06 Andres Rodriguezmesa: hook up queries for NUM_TILING_TYPES and TILING_TYPES
2017-08-06 Andres Rodriguezradeonsi: hook up device/driver UUID queries
2017-08-06 Andres Rodriguezac/gpu: add driver/device UUID query helpers
2017-08-06 Andres Rodriguezmesa: hook up UUID queries for driver and device
2017-08-06 Andres Rodriguezgallium: introduce device/driver UUID queries
2017-08-06 Andres Rodriguezmesa: implement glGetUnsignedByte{v|i_v}
2017-08-06 Andres Rodriguezmesa/st: expose EXT_memory_object and EXT_memory_object_fd
2017-08-06 Timothy Arcerimesa: hook up (Named)BufferStorageMem api
2017-08-06 Andres Rodriguezmesa/st: implement memory objects as a backend for...
2017-08-06 Dave Airlieradeonsi: add basic memory object support
2017-08-06 Andres Rodriguezradeonsi: factor out metadata import
2017-08-06 Dave Airliemesa/st: implement memory objects as a backend for...
2017-08-06 Andres Rodriguezmesa/st: factor out st_AllocTextureStorage into a helper
2017-08-06 Andres Rodriguezmesa: hook up memory object multisamples tex(ture)stora...
2017-08-06 Andres Rodriguezmesa: hook up memoryobject tex(ture)storage api
2017-08-06 Dave Airliemesa/st: start adding memory object support
2017-08-06 Dave Airliegallium: introduce memory object
2017-08-06 Andres Rodriguezmesa: add support for memory object parameters
2017-08-06 Andres Rodriguezmesa: add support for memory object creation/import...
2017-08-06 Andres Rodriguezmapi: add EXT_external_objects and EXT_external_objects_fd
2017-08-06 Aaron Watryclover/device: Move device_version into core and add...
2017-08-05 Dave Airlieradv: avoid GPU hangs if someone does a resolve with...
next