v3d: writes to magic registers aren't RF writes after THREND
[mesa.git] / src / gallium / auxiliary /
2019-09-05 Connor Abbottgallium: Plumb through a way to disable GLSL const...
2019-09-04 Dave Airliegallivm: add barrier support for compute shaders.
2019-09-04 Dave Airliegallivm: add support for compute shared memory
2019-09-04 Dave Airliegallivm: add new compute related intrinsics
2019-09-04 Dave Airliegallivm: add coroutine pass manager support
2019-09-04 Dave Airliegallivm: add coroutine support files to gallivm.
2019-09-04 Dave Airliegallivm/flow: add counter reset for loops
2019-09-04 Jan Beichgallium/hud: add CPU usage support for DragonFly/NetBSD...
2019-09-03 Eric Engestromttn: fix 64-bit shift on 32-bit `1`
2019-09-03 Connor Abbottttn: Fill out more info fields
2019-08-31 Erik Faye-Lundgallium/auxiliary/indices: consistently apply start...
2019-08-29 Dave Airliegallivm: disable accurate cube corner for integer textures.
2019-08-29 Roland Scheideggergallivm: use fallback code for mul_hi with llvm >= 7.0
2019-08-28 Eric Anholtgallium: Don't emit identical endian-dependent pack...
2019-08-28 Eric Anholtgallium: Fix big-endian addressing of non-bitmask array...
2019-08-28 Eric Anholtgallium: Drop a bit of dead code from the pack/unpack...
2019-08-28 Eric Anholtgallium: Drop the useless union wrapper on pack/unpack.
2019-08-28 Eric Anholtgallium: Skip generating the pack/unpack union if we...
2019-08-27 Dave Airliegallivm: fix appveyor build after images changes
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...
next