swr/rast: Refactor memory API between rasterizer core and swr
[mesa.git] / src / gallium / auxiliary /
2019-07-18 Andreas Baierlgallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
2019-07-18 Andreas Baierlnir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord...
2019-07-16 Eric Anholtu_format: Remove pointless comments.
2019-07-15 Marek Olšákgallium: use MAP_DIRECTLY to mean supression of DISCARD...
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-10 Erik Faye-Lundgallium: give vertex-shader saturate its own cap
2019-07-10 Erik Faye-Lundgallium: give fragment-shader derivatives its own cap
2019-07-10 Erik Faye-Lundgallium: give fragment-shader texture-lod its own cap
2019-07-09 Alyssa Rosenzweiggallium: Add util_format_is_unorm8 check
2019-07-07 Dave Airliellvmpipe: enable ARB_shader_storage_buffer_object
2019-07-07 Dave Airliedraw: add shader buffer interfaces.
2019-07-07 Dave Airliegallivm: add buffer operations to the tgsi->llvm conver...
2019-07-07 Dave Airliegallivm: move mask_vec function up higher so it can...
2019-07-07 Dave Airlietgsi: denote which load/store/atomic channels are unsigned
2019-07-07 Dave Airliedraw: add support for ssbo ptrs to jit tables.
2019-07-07 Dave Airliegallivm: add some basic SSBO limits. (v2)
2019-07-07 Dave Airlieutil: add util_copy_shader_buffer.
2019-07-07 Dave Airliegallivm: add ssbo pointers to the soa build api.
2019-07-07 Dave Airliegallivm: add compare exchange wrapper
2019-07-07 Dave Airlievertex shader: add exec masking (v2)
2019-07-04 Marek Olšákgallium/u_blitter: add return to fix the build
2019-07-03 Nicolai Hähnleradeonsi/gfx10: generate gfx10_format_table.h
2019-07-03 Marek Olšákgallium/u_blitter: implement copying from ZS to color...
2019-07-03 Marek Olšákgallium/util: rewrite depth-stencil blit shaders
2019-07-03 Brian Paulgallium/u_blitter: enable MSAA when blitting to MSAA...
2019-06-30 Gert Wollnyvl: Use CS composite shader only if TEX_LZ and DIV...
2019-06-30 Gert Wollnygallium: Add CAP for opcode DIV
2019-06-30 Gert Wollnyvl: replace DIV-ADD with MAD using inverse size
2019-06-28 Kenneth Graunkegallium/u_transfer_helper: Don't leak a reference to...
2019-06-28 Jose Fonsecagallivm: Improve lp_build_rcp_refine.
2019-06-28 Kenneth Graunkegallium: Make util_copy_image_view handle shader_access
2019-06-27 Kenneth Graunkegallium: Teach GALLIUM_REFCNT_LOG about array textures
2019-06-20 Thomas Hellstromgallium/util: Make it possible to disable persistent...
2019-06-20 Thomas Hellstromgallium/util: Make u_debug_flush support persistent...
2019-06-20 Gert Wollnygallium/virgl: Add code path for virgl to read driconf
2019-06-19 Jory Prattmeson: Search for execinfo.h
2019-06-17 Caio Marcelo de... gallium: Remove unused util_ringbuffer
2019-06-15 Rob Clarkgallium: add z24s8_as_r8g8b8a8 format
2019-06-13 Caio Marcelo de... gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAX
2019-06-13 Bas Nieuwenhuizenvl: Always enable drm winsys.
2019-06-11 Caio Marcelo de... gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
2019-06-09 Kenneth Graunkegallium/u_transfer_helper: Free the staging buffer...
2019-06-04 Bas NieuwenhuizenRevert "vl: Enable DRM by default."
2019-06-04 Bas Nieuwenhuizenvl: Enable DRM by default.
2019-06-03 Marek Olšáku_blitter: don't fail mipmap generation for depth forma...
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2019-05-27 Marek Olšákradeonsi: clean up winsys creation
2019-05-24 Roland Scheideggergallivm: fix default cbuf info.
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandnir/builder: Merge nir_[if]mov_alu into one nir_mov_alu...
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-24 Jason Ekstrandptn,ttn: Use nir_channel for selecting channels
2019-05-23 Kenneth Graunkegallium: Add PIPE_CAP_FBFETCH_COHERENT and expose exten...
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-22 Greg Vgallium: enable dmabuf on BSD as well
2019-05-17 Neha Bhendedraw: fix memory leak introduced 7720ce32a
2019-05-17 Thomas Hellstrompipebuffer, winsys/svga: Add functionality to update...
2019-05-16 Leo Liuvl/dri3: set back buffer from output to NULL with front...
2019-05-16 Roland Scheideggerauxiliary/draw: fix crash with zero-stride draw auto
2019-05-15 Alyssa Rosenzweiggallium: Add default check for PIPE_CAP_FRAGMENT_SHADER...
2019-05-13 Eric Anholtv3d: Use driconf to expose non-MSAA texture limits...
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-10 Alyssa Rosenzweiggallium: Add helper to convert PIPE blending to shader_...
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-08 Brian Paulgallium/util: fix two MSVC compiler warnings
2019-05-08 Brian Paulgallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC...
2019-05-08 Brian Paulnoop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC...
2019-05-08 Brian Paulddebug: fix a few MSVC compiler warnings
2019-05-07 Roland Scheideggergallivm: fix broken 8-wide s3tc decoding
2019-05-06 Erik Faye-Lunddraw: flush when setting stream-out targets
2019-05-02 Marek Olšákst/dri: decrease input lag by syncing sooner in SwapBuffers
2019-05-02 Brian Paulllvmpipe: init some vars to NULL to silence MinGW compi...
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
2019-05-01 Gert Wollnysoftpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
2019-05-01 Gert Wollnysoftpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
2019-05-01 Gert Wollnysoftpipe: Add an per-input array for interpolator corre...
2019-05-01 Gert Wollnysoftpipe: Factor out evaluation of the source indices
2019-04-30 Julien Isorcegallium: add resource_get_info to pipe_screen
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-29 Erik Faye-Lundgallium/u_vbuf: support NULL-resources
2019-04-25 Nicolai Hähnleddebug: expose some helper functions as non-inline
2019-04-25 Nicolai Hähnleddebug: dump driver state into a separate file
2019-04-25 Nicolai Hähnleddebug: log calls to pipe->flush
2019-04-25 Nicolai Hähnleddebug: set thread name
2019-04-25 Nicolai Hähnleutil/u_log: flush auto loggers before starting a new...
2019-04-24 Marek Olšákutil: fix a compile failure in u_compute.c on windows
2019-04-24 Jiang, Sonnyva: use a compute shader for the blit
2019-04-24 Marek Olšákgallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIA
2019-04-24 Marek Olšákgallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for...
2019-04-24 Marek Olšákgallium: replace drm_driver_descriptor::configuration...
2019-04-24 Marek Olšákgallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUF
2019-04-24 Marek Olšákgallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FR...
2019-04-23 Mike Blumenkrantzgallium: add pipe cap for inner_coverage conservative...
2019-04-23 Eric Anholtgallium: Remove the malloc pipebuffer manager.
2019-04-23 Eric Anholtgallium: Remove the "alt" pipebuffer manager interface.
2019-04-23 Eric Anholtgallium: Remove the ondemand pipebuffer manager.
2019-04-23 Eric Anholtgallium: Remove the pool pipebuffer manager.
2019-04-23 Jonathan Marekgallium: add ATC format support
2019-04-23 Marek Olšáktgsi/scan: add uses_drawid
2019-04-22 Lubomir Rintelgallivm: disable NEON instructions if they are not...
next