llvmpipe: enable ARB_shader_image_load_store
[mesa.git] / src / gallium / auxiliary /
2019-08-27 Dave Airliellvmpipe: enable ARB_shader_image_load_store
2019-08-27 Dave Airliegallivm: add memory barrier support
2019-08-27 Dave Airliegallivm: add support for fences api on older llvm
2019-08-27 Dave Airliedraw: add vs/gs images support
2019-08-27 Dave Airliegallivm: add image load/store/atomic support
2019-08-27 Dave Airliegallivm/tgsi: add image interface to tgsi builder
2019-08-27 Dave Airliedraw: add jit image type for vs/gs images.
2019-08-27 Dave Airliegallivm: add a basic image limit
2019-08-27 Dave Airliegallivm: move first/last level jit texture members.
2019-08-27 Dave Airliegallivm: handle helper invocation (v2)
2019-08-27 Dave Airliegallivm: make lp_build_float_to_r11g11b10 take a const src
2019-08-27 Dave Airliegallivm: fix atomic compare-and-swap
2019-08-26 Eric Anholtgallium: Add the ASTC 3D formats.
2019-08-26 Eric Anholtgallium: Add block depth to the format utils.
2019-08-26 Eric Anholtgallium: Add a block depth field to the u_formats table.
2019-08-23 Caio Marcelo de... tgsi: Remove unused local
2019-08-21 Kenneth Graunkegallium/noop: Implement resource_get_param
2019-08-21 Kenneth Graunkegallium/rbug: Wrap resource_get_param if available
2019-08-21 Kenneth Graunkegallium/trace: Wrap resource_get_param if available
2019-08-21 Kenneth Graunkegallium/ddebug: Wrap resource_get_param if available
2019-08-21 Kevin Strassergallium: Add buffer and configs handling or fp16 formats
2019-08-21 Ilia Mirkingallium/vl: use compute preference for all multimedia...
2019-08-20 Eric Anholttgsi: Remove unused tgsi_check_soa_dependencies().
2019-08-20 Eric Anholttgsi: Drop the SSE2 constants setup that's been dead...
2019-08-20 Eric Anholttgsi: drop a stale comment
2019-08-20 Jose Maria Casanov... tgsi_to_nir: only update TGSI properties of the current...
2019-08-20 Kai Wasserbächbuild: Bump C++ standard requirement to C++14 to fix...
2019-08-15 Erik Faye-Lundgallium/util: widen type before multiplication
2019-08-15 Erik Faye-Lundmesa: avoid warning on Windows
2019-08-15 Erik Faye-Lundwin32: unify strcasecmp definitions
2019-08-14 Gert Wollnysoftpipe: Add support for ARB_derivative_control
2019-08-13 Marek Olšáktgsi_to_nir: add assertions for max varying slots
2019-08-13 Marek Olšáktgsi_to_nir: expand vec3 system values to vec4
2019-08-13 Marek Olšáktgsi_to_nir: fix incorrect number of image src1 components
2019-08-12 Alyssa Rosenzweiggallium/util: Add u_stream_outputs_for_vertices helper
2019-08-12 Marek Olšákcompiler: add SYSTEM_VALUE_TESS_LEVEL_OUTER/INNER_DEFAULT
2019-08-12 Marek Olšáktgsi_to_nir: handle tess level inner/outer varyings
2019-08-12 Marek Olšáktgsi_to_nir: add support for the stencil FS output
2019-08-12 Marek Olšáktgsi_to_nir: add support for TEX_LZ
2019-08-12 Marek Olšákcompiler: add SYSTEM_VALUE_USER_DATA_AMD
2019-08-12 Marek Olšákcompiler: add shader_info.cs.user_data_components_amd
2019-08-12 Marek Olšáktgsi_to_nir: add basic compute shader support
2019-08-12 Marek Olšáktgsi_to_nir: add support for LOAD & STORE with SSBOs...
2019-08-12 Marek Olšáktgsi_to_nir: make setup_texture_info reusable
2019-08-12 Marek Olšáktgsi_to_nir: add support for TXF_LZ
2019-08-12 Marek Olšákcompiler: add shader_info.vs.blit_sgprs_amd
2019-08-12 Marek Olšáktgsi_to_nir: be careful about not losing any TGSI prope...
2019-08-12 Marek Olšáktgsi/scan: don't set GS_INVOCATIONS for all shader...
2019-08-12 Marek Olšákgallium: add AMD-specific compute TGSI enums
2019-08-12 Marek Olšákgallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_t...
2019-08-08 Erik Faye-Lundmesa: avoid warning on Windows
2019-08-08 Iago Toral Quirogagallium/util: add a helper to compute vertex count...
2019-08-07 Erik Faye-Lundgallium/dump: add missing query-type to short-list
2019-08-07 Erik Faye-Lundgallium/dump: add missing query-type to short-list
2019-08-07 Timothy Arcerimesa/gallium: add dric option to allow overriding GL...
2019-08-06 Marek Olšáktgsi_to_nir: add a few needed double opcodes
2019-08-06 Marek Olšáktgsi_to_nir: implement a few needed 64-bit integer...
2019-08-06 Connor Abbottttn: Prepare for 64-bit sources and destinations
2019-08-06 Connor Abbottttn: Use 1-bit NIR comparison opcodes
2019-08-06 Pierre-Eric Pellou... gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate...
2019-08-06 Pierre-Eric Pellou... tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcode
2019-08-06 Marek Olšákradeonsi: make sure that rasterizer state != NULL and...
2019-08-06 Marek Olšákradeonsi: make sure that DSA state != NULL and remove...
2019-08-06 Marek Olšákradeonsi: make sure that blend state != NULL and remove...
2019-08-06 Jonathan Marektgsi_to_nir: fix nir_gather_ssa_types for TGSI->NIR...
2019-08-03 Eric Engestrommeson: replace last uses of libxmlconfig with idep_xmlc...
2019-08-02 Roland Scheideggergallivm: fix issue with AtomicCmpXchg wrapper on llvm...
2019-08-02 Eric Engestromgallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
2019-08-02 Eric Engestromscons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
2019-08-02 Kenneth Graunkegallium: Implement GL_EXT_shader_samples_identical...
2019-08-01 Alyssa Rosenzweiggallium/util: Add util_set_shader_buffers_mask helper
2019-07-31 Mike Blumenkrantzgallium: add AYUV and XYUV formats
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromgallium/aux: replace MAYBE_UNUSED with UNUSED
2019-07-30 Sagar Ghugegallium: Add PIPE_CAP_TEXTURE_SHADOW_LOD
2019-07-29 Sonny Jianggallium/auxiliary/vl: add compute shaders for deint yuv
2019-07-29 Sonny Jianggallium/auxiliary/vl: don't call gfx functions on compu...
2019-07-29 James Zhugallium/auxiliary/vl: add PIPE_CAP_GRAPHICS check for...
2019-07-29 Marek Olšákgallium: create multimedia contexts as compute-only...
2019-07-29 Marek Olšákgallium: add PIPE_CAP_GRAPHICS
2019-07-27 Ilia Mirkingallium/vl: fix compute tgsi shaders to not process...
2019-07-25 Dave Airliegallium: fix windows build from params change.
2019-07-24 Rob Clarkgallium/u_transfer_helper: fix assert in RGTC case
2019-07-24 Eric Engestromgallium+mesa: fix tgsi_semantic array type
2019-07-23 Dave Airliegallivm: rework lp_build_tgsi_soa to take a struct
2019-07-23 Marek Olšáktgsi/scan: add uses_fbfetch
2019-07-23 Pierre-Eric Pellou... u_blitter: add a msaa parameter to util_blitter_clear
2019-07-23 Pierre-Eric Pellou... u_blitter: enable msaa when dst num samples is > 1
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-23 Marek Olšáktgsi: fix warning: ‘interp’ may be used uninitialized
2019-07-23 Marek Olšákgallivm: fix warning: ‘op’ may be used uninitialized
2019-07-19 Jeremy Newtonpipe-loader: use radeonsi for MM if amdgpu dri is used
2019-07-19 Eric Engestromutil: use standard name for vsnprintf()
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-19 Eric Engestromutil: use standard name for vasprintf()
2019-07-19 Eric Engestromutil: use standard name for sprintf()
2019-07-19 Eric Engestromutil: use standard name for strncmp()
2019-07-19 Eric Engestromutil: use standard name for strncat()
2019-07-19 Eric Engestromutil: use standard name for strdup()
2019-07-19 Eric Engestromutil: use standard name for strchrnul()
next