mesa.git
2019-06-20 Eric Engestromisl: tag unreachable path as such
2019-06-20 Samuel Pitoisetradv: enable DCC for mipmapped color textures on GFX8
2019-06-20 Samuel Pitoisetradv: do not fast clears if one level can't be fast...
2019-06-20 Samuel Pitoisetradv: add fast clears support for mipmapped color image...
2019-06-20 Samuel Pitoisetradv: add radv_dcc_clear_level() helper
2019-06-20 Samuel Pitoisetradv: re-initialize DCC metadata after decompressing...
2019-06-20 Samuel Pitoisetradv: initialize levels without DCC during layout trans...
2019-06-20 Thomas Hellstromsvga: Support ARB_buffer_storage
2019-06-20 Thomas Hellstromgallium/util: Make it possible to disable persistent...
2019-06-20 Thomas Hellstromsvga: Map vertex- index- and constant buffers ansynchro...
2019-06-20 Thomas Hellstromsvga: Fix index buffer uploads
2019-06-20 Thomas Hellstromwinsys/svga: Make it possible to specify coherent resources
2019-06-20 Thomas Hellstromgallium/util: Make u_debug_flush support persistent...
2019-06-20 Gert Wollnyvirgl: Add debug flag to bypass driconf to enable the...
2019-06-20 Gert Wollnyvirgl: Add a tweak to set the value for emulated querie...
2019-06-20 Gert Wollnyvirgl: Add tweak to apply a swizzle when drawing/blitti...
2019-06-20 Gert Wollnyvirgl: Add driconf tweak for emulating BGRA surfaces...
2019-06-20 Gert Wollnyvirgl: Add override for BGRA format to use swizzled...
2019-06-20 Gert Wollnyvirgl: Add code to accept BGRx_SRGB as RGBx_SRGB
2019-06-20 Gert Wollnyvirgl: Add skeleton to evaluate cap and send tweaks
2019-06-20 Gert Wollnyvirgl: factor out format host bits check
2019-06-20 Gert Wollnygallium/virgl: Add code path for virgl to read driconf
2019-06-20 Gert Wollnyvirgl: Add driinfo file and tie it into the build
2019-06-20 Caio Marcelo... glspirv: Call pass to lower frexp instructions
2019-06-20 Caio Marcelo... spirv: Restrict use of descriptor intrinsics to Vulkan
2019-06-20 Nicolai Hähnleac/rtld: report better error messages for LDS overalloc...
2019-06-20 Marek Olšákac/rtld: check correct LDS max size
2019-06-20 Nicolai Hähnleradeonsi: add s_sethalt to shaders for debugging
2019-06-20 Nicolai Hähnleac/rtld: fix sorting of LDS symbols by alignment
2019-06-19 Bas Nieuwenhuizenmeson: Allow building radeonsi with just the android...
2019-06-19 Bas Nieuwenhuizenanv: Fix vulkan build in meson.
2019-06-19 Bas Nieuwenhuizenradv: Fix vulkan build in meson.
2019-06-19 Jason Ekstrandanv/image: Set different usage flags for shadow surfaces
2019-06-19 Jason Ekstrandanv: Flush caches in anv_image_copy_to_shadow
2019-06-19 Jason Ekstrandnir: Make nir_constant a vector rather than a matrix
2019-06-19 Jason Ekstrandglsl/nir: Fix handling of 64-bit values in uniform...
2019-06-19 Jason Ekstrandspirv: Only copy needed components for OpSpecConstantOp
2019-06-19 Jason Ekstrandspirv: Use a single path for OpSpecConstantOp of OpVect...
2019-06-19 Jason Ekstrandspirv: Use vtn_constan_uint() for array lengths and...
2019-06-19 Jason Ekstrandspirv: Add a vtn_constant_int helper
2019-06-19 Jason Ekstrandglsl/types: Add a real is_integer helper
2019-06-19 Jason Ekstrandglsl/types: Rename is_integer to is_integer_32
2019-06-19 Jason Ekstrandglsl/types: Ignore bit sizes in contains_integer()
2019-06-19 Jason Ekstrandglsl/types: Handle all bit sizes in glsl_type_is_integer
2019-06-19 Caio Marcelo... glsl/nir_opt_access: Update uniforms correctly when...
2019-06-19 Caio Marcelo... glsl/nir: Fix getting the sampler dim when arrays are...
2019-06-19 Jory Prattmeson: Search for execinfo.h
2019-06-19 Jory Prattutil: Heap-allocate 256K zlib buffer
2019-06-19 Kenneth Graunkeanv: Fix wrong printf formatter
2019-06-19 Kenneth Graunkeiris: Bail on queries for INTEL_NO_HW=1.
2019-06-19 David Rileyvirgl: Support VIRGL_BIND_SHARED
2019-06-19 Lionel Landwerlinanv: write spirv-nir logs back to the application
2019-06-19 Connor Abbottac/nir: Set speculatable for buffer loads where allowed
2019-06-19 Connor Abbottnir: Use reorderable access flag
2019-06-19 Connor Abbottnir: Add a helper to determine if an intrinsic can...
2019-06-19 Connor Abbottst/nir: Use gl_nir_opt_access
2019-06-19 Connor Abbottglsl/nir: Add optimization pass for access flags
2019-06-19 Connor Abbottnir: Add reorderable memory access enum
2019-06-19 Connor Abbottnir/copy_prop_vars: Ignore volatile accesses
2019-06-19 Connor Abbottglsl/nir: Propagate access qualifiers
2019-06-19 Connor Abbottnir: Allow qualifiers on copy_deref and image instructions
2019-06-19 Connor Abbottac,radeonsi: Always mark buffer stores as inaccessiblem...
2019-06-19 Eric Engestromegl: add missing #include
2019-06-19 Samuel Pitoisetradv: disable viewport clamping even if FS doesn't...
2019-06-19 Samuel Pitoisetradv: implement compressed FMASK texture reads with...
2019-06-19 Samuel Pitoisetradv: fix FMASK expand with SRGB formats
2019-06-19 Tomeu Vizosopanfrost: Move to use ralloc for some allocations
2019-06-19 Mathias Fröhlichegl: Don't add hardware device if there is no render...
2019-06-18 Christian Gmeineretnaviv: support GL_ARB_seamless_cubemap_per_texture
2019-06-18 Christian Gmeineretnaviv: update headers from rnndb
2019-06-18 Dave Airlieradeonsi: fix undefined shift in macro definition
2019-06-18 Dave Airlienouveau: fix frees in unsupported IR error paths.
2019-06-18 Rohan Gargpanfrost: Move clearing logic into pan_job
2019-06-18 Chia-I Wuvirgl: fix sync issue regarding discard/unsync transfers
2019-06-18 Alyssa Rosenzweigpanfrost: Enable sRGB
2019-06-18 Alyssa Rosenzweigpanfrost: Disable AFBC on sRGB buffers
2019-06-18 Alyssa Rosenzweigpanfrost: Enable sRGB fixed-function blending
2019-06-18 Alyssa Rosenzweigpanfrost: Specify sRGB in the render target
2019-06-18 Alyssa Rosenzweigpanfrost: Implement sRGB texturing
2019-06-18 Alyssa Rosenzweigpanfrost: Add sRGB render target flag
2019-06-18 Alyssa Rosenzweigpanfrost: Implement tiled rendering
2019-06-18 Alyssa Rosenzweigpanfrost: Decode rendering block type
2019-06-18 Alyssa Rosenzweigpanfrost: Refactor texture targets
2019-06-18 Rohan Gargpanfrost: Figure out job requirements in pan_job.c
2019-06-18 Rohan Gargpanfrost: Reset job counters once the job is submitted
2019-06-18 Rohan Gargpanfrost: Initial implementation of panfrost_job_submit
2019-06-18 Gurchetan Singhvirgl_hw: add YUV support
2019-06-18 Gurchetan Singhvirgl: sync to virglrenderer virgl_hw.h
2019-06-18 Jason Ekstrandanv: Make border colors the right size and alignment...
2019-06-18 Lionel Landwerlinimgui: bump imgui memory editor copy
2019-06-18 Alyssa Rosenzweigpanfrost/midgard: Enable autovectorization
2019-06-18 Connor Abbottnir: add a vectorization pass
2019-06-18 Boris Brezillonpanfrost: Add support for TXS instructions
2019-06-18 Boris Brezillonpanfrost: Prepare things to support non-native texture ops
2019-06-18 Boris Brezillonpanfrost: Move sysval upload logic out of panfrost_emit...
2019-06-18 Boris Brezillonpanfrost: Make the sysval logic more generic
2019-06-18 Boris Brezillonnir/lower_tex: Add a way to lower TXS(non-0-LOD) instru...
2019-06-18 Boris Brezillonnir/lower_tex: Update ->sampler_dim value before callin...
2019-06-18 Boris Brezillonnir/lower_tex: Actually report when projector lowering...
2019-06-18 Tomeu Vizosopanfrost: Adapt to constant name change in UABI
next