swr: don't export swr_create_screen_internal
[mesa.git] / src / gallium /
2018-08-07 Emil Velikovswr: don't export swr_create_screen_internal
2018-08-07 Erik Faye-Lundvirgl: update virgl_hw.h from virglrenderer
2018-08-07 Erik Faye-Lundvirgl: rename msaa_sample_positions -> sample_locations
2018-08-07 Eric Anholtvc4: Fix a leak of the no-vertex-elements workaround BO.
2018-08-07 Eric Anholtvc4: Fix context creation when syncobjs aren't supported.
2018-08-06 Eric Anholtv3d: Emit the VCM_CACHE_SIZE packet.
2018-08-06 Eric Anholtv3d: Drop "VC5" from the renderer string.
2018-08-06 Chad Versacedrisw: Fix build on Android Nougat, which lacks shm...
2018-08-04 Karol Herbstnvc0/ir: return 0 in imageLoad on incomplete textures
2018-08-04 Karol Herbstgm200/ir: optimize rcp(sqrt) to rsq
2018-08-04 Karol Herbstgm200/ir: add native OP_SQRT support
2018-08-04 Marek Olšákradeonsi: cosmetic changes
2018-08-03 Marek Olšákamd: remove support for LLVM 5.0
2018-08-03 Marek Olšákwinsys/amdgpu: pass the BO list via the CS ioctl on...
2018-08-03 Marek Olšákgallium/u_vbuf: handle indirect multidraws correctly...
2018-08-03 Roland Scheideggerutil: return 0 for NaNs in float_to_ubyte
2018-08-02 Darren Powellradeonsi: add new R600_DEBUG test "testclearbufperf"
2018-08-02 Vlad Golovkinswr: Remove unnecessary memset call
2018-08-02 Andres Gomezddebug: use util_snprintf() in dd_get_debug_filename_an...
2018-08-02 Andres Gomezgallium/aux/util: use util_snprintf() in test_texture_b...
2018-08-01 Dylan Bakergallium: fix ddebug on windows
2018-08-01 Dylan Bakerutil: move process.[ch] to u_process.[ch]
2018-08-01 Marek Olšákac,radeonsi: reduce optimizations for complex compute...
2018-08-01 Juan A. Suarez Romerovc4: Fix automake linking error.
2018-08-01 Mathieu Bridonpython: Use the unicode_escape codec
2018-08-01 Rhys Perrygallium: add new SAMP2HND and IMG2HND opcodes
2018-08-01 Erik Faye-Lundvirgl: enable FBFETCH if virglrenderer supports it
2018-08-01 Erik Faye-Lundvirgl: add texture_barrier stub
2018-08-01 Dave Airlievirgl: enable robustness if the host exposes it
2018-08-01 Dave Airlievirgl: Support ARB_framebuffer_no_attachments
2018-08-01 Dave Airlievirgl: add initial ARB_compute_shader support
2018-07-31 Marek Olšákradeonsi: report supported EQAA combinations from is_fo...
2018-07-31 Marek Olšákradeonsi: use storage_samples instead of color_samples...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-31 Gurchetan Singhvirgl: also mark sampler views as dirty
2018-07-31 Dave Airlievirgl: add memory barrier support
2018-07-31 Dave Airlievirgl: add TXQS support
2018-07-31 Dave Airlievirgl: add initial images support (v2)
2018-07-31 Christian Gmeineretnaviv: fix typo in query names
2018-07-30 Eric Anholtv3d: Include commands to run the BCL and RCL in CLIF...
2018-07-30 Eric Anholtv3d: Rename "configuration" and "config" in the XML...
2018-07-30 Eric Anholtv3d: s/colour/color in the XML.
2018-07-30 Eric Anholtv3d: Rename primitives to prims in the XML to match...
2018-07-30 Eric Anholtv3d: Add a separate flag for CLIF ABI output versus...
2018-07-30 Eric Anholtv3d: Add pack header support for f187 values.
2018-07-30 Eric Anholtv3d: Move depth offset packet setup to CSO creation...
2018-07-30 Dave Airlier600: reduce num compute threads to 1024.
2018-07-30 Rob Clarkfreedreno/a5xx: fix txf_ms
2018-07-30 Rhys Perrynvc0: serialize before updating some constant buffer...
2018-07-30 Eric Anholtv3d: Block bin on render when doing vertex texturing.
2018-07-30 Eric Anholtvc4: Fix meson build when enabled without v3d.
2018-07-29 Rob Clarkfreedreno/a5xx: small cleanup
2018-07-29 Rob Clarkfreedreno/a5xx: remove unused prototype
2018-07-29 Rob Clarkfreedreno: fix caps harder
2018-07-28 Brian Paultgsi: whitespace fixes in tgsi_ureg.c
2018-07-28 Brian Paulgallium/util: whitespace fixes in u_inlines.h
2018-07-28 Brian Paulsvga: whitespace fixes in svga_tgsi_decl_sm30.c
2018-07-28 Brian Paulgallium/util: whitespace fixes in u_debug_memory.c
2018-07-28 Eric Anholtv3d: Stop doing pretty-printed colorful booleans in...
2018-07-28 Eric Anholtv3d: Move clif dumping to a separate step from noting...
2018-07-28 Eric Anholtv3d: Move clif dump BO lookup into the clif dumper.
2018-07-28 Eric Anholtv3d: Pass the whole clif_dump structure to v3d_print_gr...
2018-07-27 Marek Olšákgallium/u_vbuf: split u_vbuf_get_minmax_index function...
2018-07-27 Alexander von Gluck IVgallium/auxiliary: Extern "c" fixes.
2018-07-27 Marek Olšákgallium/noop: implement invalidate_resource
2018-07-27 Eric Anholtv3d: Drop the use of the semaphores.
2018-07-27 Eric Anholtv3d: Drop the VG support from the XML.
2018-07-27 Eric Anholtv3d: Stop using spaces in the names of our buffers.
2018-07-27 Chad Versacegallium/auxiliary: Fix Autotools on Android (v2)
2018-07-26 Jan Veselyclover: Reduce wait_count in abort path.
2018-07-26 Jan Veselyclover: Don't extend illegal integer types.
2018-07-26 Eric Anholtv3d: Avoid the GFXH-1461 workaround if we have only...
2018-07-26 Eric Anholtv3d: Rework the ordering of how we clear things.
2018-07-26 Eric Anholtv3d: Only store buffers that have been written to.
2018-07-26 Eric Anholtv3d: Track the buffers being loaded separately.
2018-07-26 Eric Anholtv3d: Rename cleared/resolve to clear/store.
2018-07-26 Erik Faye-Lundgallium: initialize ureg_dst::Invariant bit
2018-07-26 Marek Olšákac: fix typo DSL_SEL -> DST_SEL
2018-07-26 Marek Olšákradeonsi: update a comment about cache behavior
2018-07-25 Gert Wollnyr600: Scale integer valued texture border colors to...
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-24 Marek Olšákradeonsi: handle SI_FORCE_FAMILY early
2018-07-24 Jose Fonsecagallium/tests: Don't ignore S3TC errors.
2018-07-24 Erik Faye-Lundforward precise-flag if supported
2018-07-24 Marek Olšákradeonsi: fix pk2h breakage
2018-07-24 Marek Olšákradeonsi: reduce LDS stalls by 40% for tessellation
2018-07-24 Tom Stellardradeonsi: Add debug option to enable LLVM GlobalISel...
2018-07-23 Dave Airlier600: enable tess_input_info for TES
2018-07-23 Roland Scheideggerdraw: force draw pipeline if there's more than 65535...
2018-07-23 Dave AirlieRevert "virgl: remove unused stride-arguments"
2018-07-23 Dave Airlievirgl: add initial shader_storage_buffer_object support...
2018-07-23 Erik Faye-Lundvirgl: remove unused stride-arguments
2018-07-22 Timothy Arceriradeonsi/nir: make use of nir_lower_load_const_to_scalar()
2018-07-21 Chih-Wei HuangAndroid: fix a missing nir_intrinsics.h error
2018-07-20 Eric Anholtst/dri: Don't require a dri_format for image creation.
2018-07-20 Eric Anholtv3d: Fix incorrect handling of two fences created back...
2018-07-20 Eric Anholtv3d: Fix the timeout value passed to drmSyncobjWait().
2018-07-20 Eric Anholtv3d: Fix drmSyncobjWait() return value checking even...
next