etnaviv: rework the stream flush to always go through the context flush
[mesa.git] / src / gallium / drivers / llvmpipe /
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
2019-04-15 Dylan BakerDelete autotools
2019-04-11 Dave Airliellvmpipe: fix undefined shift 1 << 31.
2019-04-09 Dave Airliedraw: add stream member to stats callback
2019-03-18 Brian Paulllvmpipe: stop using pipe_sampler_view_release()
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-01-24 Matt Turnergallivm: Return true from arch_rounding_available(...
2019-01-09 Roland ScheideggerRevert "llvmpipe: Always return some fence in flush...
2019-01-09 Tomasz Figallvmpipe: Always return some fence in flush (v2)
2018-12-21 Roland Scheideggergallivm: don't use pavg.b intrinsic on llvm >= 6.0
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-10-30 Dylan Bakerutil: Move os_misc to util
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
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-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-08-22 Grazvydas Ignotasllvmpipe: add cc clobber to inline asm
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-01 Denis Paukgallium/llvmpipe: Enable support bptc format.
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-23 Roland Scheideggerllvmpipe: improve rasterization discard logic
2018-05-18 Brian Paulllvmpipe: fix check for a no-op shader
2018-05-14 Roland Scheideggerllvmpipe: Fix random number generation for unit tests
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-06 Roland Scheideggertgsi/scan: use wrap-around shift behavior explicitly...
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-02-01 Brian Paulgallivm/llvmpipe: add const qualifiers on sampler variables
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
next