anv: Support v3 of VK_EXT_vertex_attribute_divisor
[mesa.git] / src / gallium /
2018-09-10 Jose Fonsecautil: Make util_context_thread_changed a no-op on Windows.
2018-09-10 Erik Faye-Lundvirgl: do not map zero-sized resource
2018-09-10 Erik Faye-Lundvirgl: remove dead code
2018-09-10 Erik Faye-Lundvirgl: drop needless return-code
2018-09-10 Erik Faye-Lundvirgl: free trans on map-error
2018-09-10 Mathias Fröhlichetnaviv: Reduce max offset to available hardware bits.
2018-09-10 Mathias Fröhlichgallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.
2018-09-10 Dave Airlievirgl: don't send a shader create with no data. (v2)
2018-09-07 Marek Olšákst/mesa: throttle texture uploads if their memory usage...
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
2018-09-07 Marek OlšákRevert "gallium/os_thread: simplify helper pipe_current...
2018-09-07 Marek Olšákradeonsi: pin the winsys thread to the requested L3...
2018-09-07 Marek Olšákgallium/u_threaded: implement set_context_param for...
2018-09-07 Marek Olšákst/mesa: pin driver threads to a specific L3 cache...
2018-09-07 Marek Olšákgallium: add pipe_context::set_context_param for tuning...
2018-09-07 Marek Olšákgallium/os_thread: simplify helper pipe_current_thread_...
2018-09-07 Marek Olšákgallium/u_cpu_detect: get the number of cores per L3...
2018-09-07 Marek Olšákgallium/u_cpu_detect: fix parsing the CPU family
2018-09-07 Marek Olšákgallium/u_cpu_detect: fix a race condition on initializ...
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-09-07 Dylan Bakermove u_math to src/util
2018-09-07 Eric Anholtv3d: Fix setup of the VCM cache size.
2018-09-07 Eric Anholtv3d: Fix SRC_ALPHA_SATURATE blending for RTs without...
2018-09-07 Rob Clarkfreedreno: fix rast->depth_cleap_near/far
2018-09-07 Marek Olšákgallium: enable GL_AMD_depth_clamp_separate on r600...
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-09-06 Jason Ekstrandnir: Drop the vs_inputs_dual_locations option
2018-09-06 Jason Ekstrandradeonsi/nir: Set vs_inputs_dual_locations and let...
2018-09-06 Marek Olšákgallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITS
2018-09-05 Hyunjun Kofreedreno/ir3: insert mov if same instruction in the...
2018-09-05 Hyunjun Kofreedreno/ir3: make immediates array dynamic
2018-09-05 Rob Clarkfreedreno: allocate ctx's batch on demand
2018-09-05 Rob Clarkfreedreno: add fd_context_batch() accessor
2018-09-05 Rob Clarkfreedreno/a6xx: fix mem2gmem for zsbuf
2018-09-05 Rob Clarkfreedreno/batch: fix crash in !reorder case
2018-09-05 Rob Clarkfreedreno/ir3: better compile_error() printing
2018-09-05 Rob Clarkfreedreno/a6xx: bordercolor fixes
2018-09-05 Rob Clarkfreedreno: fix context teardown harder
2018-09-05 Rob Clarkfreedreno/ir3: ignore unused inputs
2018-09-05 Rob Clarkfreedreno/a6xx: fix debug build crash
2018-09-05 Charmaine Leesvga: rename face to layer_face
2018-09-05 Brian Paulsvga: encode sample count in resource declarations
2018-09-05 Charmaine Leesvga: sync with upstream changes to surface flags
2018-09-05 Neha Bhendesvga: avoid try_blit() for some depth formats on non...
2018-09-05 Neha Bhendesvga: convert dst format to linear when blending is...
2018-09-05 Neha Bhendewinsys/svga: Avoid cap2 code path for now
2018-09-05 Neha Bhendesvga: start using SVGA3dCmdIntraSurfaceCopy command...
2018-09-05 Neha Bhendesvga/winsys: Add cap2 support in winsys
2018-09-05 Neha Bhendesvga: Add SVGA3dCmdIntraSurfaceCopy command support...
2018-09-05 Brian Paulsvga: update device header files from upstream
2018-09-05 Charmaine Leewinsys/drm: Fix assert when try to accumulate an invalid fd
2018-09-05 Gert Wollnywinsys/virgl/vtest: Correct off-by-one error in resourc...
2018-09-05 Gert Wollnywinsys/virgl: Initialize value to silence valgrind
2018-09-05 Gert Wollnywinsys/virgl: correct resource and handle allocation...
2018-09-05 Tomeu Vizosovirgl: use hw-atomics instead of in-ssbo ones
2018-09-05 Erik Faye-Lundvirgl: update minor differences to upstream header
2018-09-05 Erik Faye-Lundgallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER...
2018-09-05 Erik Faye-Lundgallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERS
2018-09-04 Marek Olšákgallium/u_threaded: increase batch size to increase...
2018-09-04 Marek Olšákst/vdpau: silence an unitialized-variable warning
2018-09-04 Ernestas Kuliku_vbuf: Fix leak
2018-09-04 Eric Anholtfreedreno: Drop a bunch of duplicated gallium PIPE_CAP...
2018-09-04 Eric Anholtv3d: Drop a bunch of duplicated gallium PIPE_CAP defaul...
2018-09-04 Eric Anholtvc4: Drop a bunch of duplicated gallium PIPE_CAP defaul...
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-31 Christian Gmeinerimx: make use of loader_open_render_node(..) helper
2018-08-31 Christian Gmeinertegra: make use loader_open_render_node(..) helper
2018-08-31 Christian Gmeinertegra: fix memory leak
2018-08-31 Daniel Stonest/dri: Don't expose sRGB formats to clients
2018-08-31 Dave Airlieradeonsi: fix regression in indirect input swizzles.
2018-08-31 Dave Airlieradeonsi: fix tess/gs fetchs for new swizzle.
2018-08-30 Vicki Pfaugallivm: Detect VSX separately from Altivec
2018-08-30 Ilia Mirkinnv50: bump compat glsl level to same as core
2018-08-30 Ilia Mirkinnvc0: bump compat GLSL version to match core
2018-08-29 Timothy Arcerist/mesa, gallium: add a workaround for No Mans Sky
2018-08-29 Dave Airliegallivm: allow to pass two swizzles into fetches.
2018-08-29 Timothy Arceriradeonsi: add radeonsi_zerovram driconfig option
2018-08-29 Timothy Arceriradeonsi: enable GL 4.5 in compat profile
2018-08-29 Marek Olšákradeonsi: add a thorough clear/copy_buffer benchmark
2018-08-29 Marek Olšákradeonsi: let internal compute dispatches tune WAVES_PER_SH
2018-08-29 Marek Olšákradeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading...
2018-08-29 Marek Olšákradeonsi: add SI_QUERY_TIME_ELAPSED_SDMA_SI for measuri...
2018-08-29 Marek Olšákradeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring...
2018-08-29 Marek Olšákradeonsi: add flag L2_STREAM for minimal cache usage
2018-08-29 Marek Olšákgallium: add TGSI_MEMORY_STREAM_CACHE_POLICY
2018-08-29 Brian Paulsvga: add missing switch cases for shadow textures
2018-08-29 Brian Paulsvga: fix vgpu9 sprite coordinate bug
2018-08-29 Brian Paulsvga: fix PIPE_TEXTURE_RECT/BUFFER const buffer issue
2018-08-29 Brian Paulsvga: minor improvements in svga_state_constants.c
2018-08-29 Rhys Kiddnv50/ir: silence partitionLoadStore() unused function...
2018-08-28 Erik Faye-Lundvirgl: add debug-switch to output TGSI
2018-08-28 Erik Faye-Lundvirgl: introduce $VIRGL_DEBUG=verbose
2018-08-28 Erik Faye-Lundvirgl: replace fprintf-call with debug_printf
2018-08-28 Erik Faye-Lundvirgl: delete commented out fprintf-call
2018-08-27 Rhys Perrynv50/ir,nvc0: use constant buffers for compute when...
2018-08-27 Rhys Perrynv50/ir: optimize multiplication by 16-bit immediates...
2018-08-27 Rhys Perrynv50/ir: optimize near power-of-twos into shladd
2018-08-27 Rhys Perrynv50/ir: move a * b -> a << log2(b) code into createMul()
2018-08-27 Rhys Perrynv50/ir: optimize imul/imad to xmads
2018-08-27 Rhys Perrygm107/ir: add support for OP_XMAD on GM107+
next