etnaviv: update Android build files
[mesa.git] / src / gallium / drivers / llvmpipe /
2020-01-23 Dave Airliellvmpipe: fix some integer instruction lowering.
2020-01-22 Eric Engestromllvmpipe: drop LLVM < 3.4 support
2020-01-09 Dave Airliellvmpipe: add ARB_derivative_control support
2020-01-09 Dave Airliellvmpipe: add support for ARB_indirect_parameters.
2020-01-09 Dave Airliellvmpipe: enable driver side multi draw indirect
2019-12-30 Dave Airliellvmpipe: enable ARB_shader_group_vote.
2019-12-27 Dave Airliellvmpipe: add debug option to enable OpenCL support.
2019-12-27 Dave Airliellvmpipe: lower hadd/add_sat
2019-12-27 Dave Airliellvmpipe: add support for compute shader params
2019-12-27 Dave Airliellvmpipe: handle serialized nir as a shader type.
2019-12-27 Dave Airliegallivm/llvmpipe: add support for global operations.
2019-12-27 Dave Airliegallivm/llvmpipe: add support for block size intrinsic
2019-12-27 Dave Airliegallivm/llvmpipe: add support for work dimension intrinsic.
2019-12-27 Dave Airliellvmpipe/gallivm: add kernel inputs
2019-12-21 Dave Airliellvmpipe: switch to NIR by default
2019-12-12 Dave Airliellvmpipe: enable ARB_shader_draw_parameters.
2019-12-11 Dave Airliegallivm: fix perspective enable if usage_mask doesn...
2019-12-11 Dave Airliellvmpipe/nir: handle texcoord requirements
2019-12-10 Marek Olšákllvmpipe: implement TEX_LZ and TXF_LZ opcodes
2019-12-05 Dave Airliellvmpipe: enable support for primitives generated outsi...
2019-12-05 Dave Airliellvmpipe: disable occlusion queries when requested...
2019-12-05 Dave Airliellvmpipe: add queries disabled flag
2019-12-04 Dave Airliellvmpipe: enable texcoord semantics
2019-12-03 Dave Airliegallivm/llvmpipe: add support for front facing in sysval.
2019-12-02 Kenneth Graunkest/mesa: Add GL_TDFX_texture_compression_FXT1 support
2019-11-28 Dave Airliellvmpipe: add initial nir support
2019-11-25 Dave Airliellvmpipe: initial query buffer object support. (v2)
2019-11-15 Nathan Kiddllvmpipe: Check thread creation errors
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-12 Marek Olšákst/mesa: remove unused TGSI-only debug printing functions
2019-11-07 Eric Anholtgallium: Add defines for FXT1 texture compression.
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-24 Eric Engestromllvmpipe: avoid generating empty-body blocks
2019-10-24 Eric Engestromllvmpipe: avoid compiling no-op block on release builds
2019-10-21 Dave Airliellvmpipe: handle compute shader launch with 0 threads
2019-10-18 Dylan Bakermeson/llvmpipe: Add dep_llvm to driver_swrast
2019-10-11 Dave Airliellvmpipe: add support for tg4 component selection.
2019-10-10 Roland Scheideggerllvmpipe: increase max texture size to 2GB
2019-10-10 Dave Airliellvmpipe/draw: handle UBOs that are < 16 bytes.
2019-10-10 Dave Airliellvmpipe/draw: fix image sizes for vertex/geometry...
2019-10-10 Dave Airliellvmpipe: make texture buffer offset alignment == 16
2019-10-09 Maya Rashishllvmpipe: avoid left-shifting a negative number.
2019-09-11 Adam Jacksongallium: Require LLVM >= 3.4
2019-09-06 Eric Engestromllvmpipe: replace more complex 3.x version check with...
2019-09-06 Roland Scheideggerllvmpipe: fix CALLOC vs. free mismatches
2019-09-04 Dave Airliellvmpipe: enable compute shaders if LLVM has coroutines
2019-09-04 Dave Airliellvmpipe: add local memory allocation path
2019-09-04 Dave Airliellvmpipe: add compute shader parameter fetching support
2019-09-04 Dave Airliellvmpipe: add compute shader images support
2019-09-04 Dave Airliellvmpipe: add ssbo support to compute shaders
2019-09-04 Dave Airliellvmpipe: add compute sampler + sampler view support.
2019-09-04 Dave Airliellvmpipe: add support for compute constant buffers.
2019-09-04 Dave Airliellvmpipe: add compute pipeline statistics support.
2019-09-04 Dave Airliellvmpipe: add grid launch
2019-09-04 Dave Airliellvmpipe: add compute shader generation.
2019-09-04 Dave Airliellvmpipe: introduce variant building infrastrucutre.
2019-09-04 Dave Airliellvmpipe: introduce new state dirty tracking for compute.
2019-09-04 Dave Airliellvmpipe: add initial shader create/bind/destroy varian...
2019-09-04 Dave Airliellvmpipe: add compute debug option
2019-09-04 Dave Airliegallivm: add compute jit interface.
2019-09-04 Dave Airliellvmpipe: add initial compute state structs
2019-09-04 Dave Airliellvmpipe: introduce compute shader context
2019-09-04 Dave Airliellvmpipe: add compute threadpool + mutex
2019-09-04 Dave Airliellvmpipe: reogranise jit pointer ordering
2019-09-04 Dave Airliellvmpipe: enable fb no attach
2019-08-27 Dave Airliellvmpipe: flush on api memorybarrier.
2019-08-27 Dave Airliellvmpipe: bind vertex/geometry shader images
2019-08-27 Dave Airliellvmpipe: add fragment shader image support
2019-08-27 Dave Airliellvmpipe: introduce image jit type to fragment shader...
2019-08-27 Dave Airliellvmpipe: move the fragment shader variant key to dynam...
2019-08-27 Dave Airliellvmpipe: handle early test property.
2019-08-27 Dave Airliegallivm: move first/last level jit texture members.
2019-08-27 Dave Airliellvmpipe: refactor jit type creation
2019-08-22 Eric Engestromllvmpipe: use LLVM version string instead of re-computi...
2019-08-03 Eric Engestrommeson: drop unused dep_{thread,dl}
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Eric Engestromscons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-25 Dave Airliegallium: fix windows build from params change.
2019-07-23 Dave Airliegallivm: rework lp_build_tgsi_soa to take a struct
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-07 Dave Airliellvmpipe: enable ARB_shader_storage_buffer_object
2019-07-07 Dave Airliellvmpipe: add support for shader buffer binding.
2019-07-07 Dave Airliellvmpipe: add support for ssbo to the fragment shader...
2019-07-07 Dave Airliegallivm: add ssbo pointers to the soa build api.
2019-06-30 Gert Wollnygallium: Add CAP for opcode DIV
2019-06-21 Dave Airliellvmpipe: make remove_shader_variant static.
2019-06-17 Caio Marcelo de... llvmpipe: Don't use u_ringbuffer for lp_scene_queue
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-06 Erik Faye-Lundllvmpipe: pass stream-out targets to draw-module early
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-26 Tomasz Figallvmpipe: Always return some fence in flush (v2)
2019-04-26 Emil Velikovllvmpipe: correctly handle waiting in llvmpipe_fence_finish
2019-04-26 Emil Velikovllvmpipe: add lp_fence_timedwait() helper
2019-04-23 Jonathan Marekllvmpipe, softpipe: no support for ATC textures
next