radeonsi: move the tess factor ring size assertion to a place where it matters
[mesa.git] / src / gallium /
2019-08-19 Marek Olšákradeonsi: move the tess factor ring size assertion...
2019-08-19 Christian Gmeineretnaviv: rs: add support for 64bpp clears
2019-08-19 Christian GMEINERetnaviv: update headers from rnndb
2019-08-19 Eric Anholtgallium: Remove manual defining of PIPE_FORMAT enum...
2019-08-19 Eric Anholtsvga: Drop unsupported formats from the format table.
2019-08-19 Eric Anholtsvga: Remove duplication in the format table.
2019-08-19 Eric Anholtsvga: Factor out the format conversion table entry...
2019-08-17 Jason Ekstrandiris: Only request an input mask if the shader needs it
2019-08-16 Xiong, Jamesgallium: add back YVU support
2019-08-16 Erico Nuneslima: actually wait for bo in lima_bo_wait
2019-08-15 Vasily Khoruzhicklima: fix compilation of standalone compiler
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 Alyssa Rosenzweigpanfrost: Add R10G10B10A2_SSCALED vertex format
2019-08-14 Alyssa Rosenzweigpanfrost: Extend blending to MRT
2019-08-14 Alyssa Rosenzweigpan/mfbd: Stuff in RT count
2019-08-14 Alyssa Rosenzweigpanfrost: Note "MFBD preload disable" bit
2019-08-14 Alyssa Rosenzweigpanfrost: Ensure we upload at least 1 blend RT
2019-08-14 Alyssa Rosenzweigpanfrost: Zero tripipe on initialize
2019-08-14 Alyssa Rosenzweigpanfrost: Remove panfrost_add_dependency asserts
2019-08-14 Marek Olšákradeonsi: add support for Renoir
2019-08-14 Christian Gmeineretnaviv: fix weird indentation
2019-08-14 Christian Gmeineretnaviv: split destroy_shader
2019-08-14 Christian Gmeineretnaviv: split link_shader
2019-08-14 Christian Gmeineretnaviv: split dump_shader
2019-08-14 Christian Gmeineretnaviv: mv etnaviv_compiler.c etnaviv_compiler_tgsi.c
2019-08-14 Christian Gmeineretnaviv: correct PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE...
2019-08-14 Christian Gmeineretnaviv: update logic to determine uniform limits
2019-08-14 Christian Gmeineretnaviv: put uniform limit determination into own function
2019-08-14 Marek Vasutetnaviv: Use reentrant screen lock around flush
2019-08-14 Roman Stratiienkokmsro: Add missing definitions to Android.mk
2019-08-14 Gert Wollnysoftpipe: Add support for ARB_derivative_control
2019-08-14 Vasily Khoruzhicklima/ppir: print srcs and dests in ppir_node_print_prog()
2019-08-14 Vasily Khoruzhicklima/ppir: use src accessors in ppir regalloc
2019-08-14 Vasily Khoruzhicklima/ppir: add ppir_node to ppir_src
2019-08-14 Vasily Khoruzhicklima/ppir: introduce accessors for ppir_node sources
2019-08-13 Jordan Justeniris: Expose aux buffer as 2nd plane w/modifiers
2019-08-13 Jordan Justeniris: Export and import surfaces with modifiers that...
2019-08-13 Kenneth Graunkeiris: Do proper format checks for Y+CCS modifier support
2019-08-13 Jordan Justeniris: Create single bo for surfaces with modifiers...
2019-08-13 Jordan Justeniris: Split iris_resource_alloc_aux to enable aux modifiers
2019-08-13 Jordan Justeniris: Add aux offset into hiz_address
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-13 Alyssa Rosenzweigpanfrost: Workaround bug in partial update implementation
2019-08-13 Alyssa Rosenzweigpanfrost: Implement transform feedback
2019-08-13 Alyssa Rosenzweigpanfrost: Increment offsets[] per draw
2019-08-13 Alyssa Rosenzweigpanfrost: Fixup stream out information per variant
2019-08-13 Alyssa Rosenzweigpanfrost: Route outputs_written through the compiler
2019-08-13 Alyssa Rosenzweigpanfrost: Import stream out utility from iris
2019-08-13 Alyssa Rosenzweigpanfrost: Flush when using transform feedback
2019-08-13 Alyssa Rosenzweigpanfrost: Set PIPE_CAP_TGSI_TEXCOORD
2019-08-13 Alyssa Rosenzweigpanfrost: Wire up statistics for primitives
2019-08-13 Alyssa Rosenzweigpanfrost: Implement callbacks for PRIMITIVES queries
2019-08-13 Rob Clarkfreedreno/a6xx: move SSBO/image consts to IBO stateobj
2019-08-13 Rob Clarkfreedreno/a6xx: move VS driverparams to it's own stateobj
2019-08-13 Rob Clarkfreedreno/ir3+a6xx: same VBO state for draw/binning
2019-08-13 Rob Clarkfreedreno/a6xx: add fd_emit_take_group()
2019-08-13 Rob Clarkfreedreno/ir3: track # of driver params
2019-08-13 Rob Clarkfreedreno/a6xx: move immediates to program stateobj
2019-08-13 Rob Clarkfreedreno/a6xx: stop using ir3_emit_{vs,fs}_consts()
2019-08-13 Rob Clarkfreedreno/ir3: push ctx further up call chain
2019-08-13 Rob Clarkfreedreno/ir3: move ring_wfi() further up call chain
2019-08-13 Rob Clarkfreedreno/all: move more emit helpers to screen
2019-08-13 Rob Clarkfreedreno/a3xx-a6xx+ir3: move emit_const* to screen
2019-08-13 Rob Clarkfreedreno/a6xx: add fd6_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a5xx: add fd5_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a3xx: add fd3_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a2xx: add fd2_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a4xx: add fd4_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a2xx: call fd2_emit_ib() directly from fd2
2019-08-13 Rob Clarkfreedreno/a5xx: call fd5_emit_ib() directly from fd5
2019-08-13 Rob Clarkfreedreno/a4xx: call fd4_emit_ib() directly from fd4
2019-08-13 Rob Clarkfreedreno/a3xx: call fd3_emit_ib() directly from fd3
2019-08-13 Rob Clarkfreedreno/ir3: move VS driver-param emit
2019-08-13 Boris Brezillonpanfrost: Add support for KHR_partial_update()
2019-08-13 Daniel Stonest/dri2: Implement DRI2bufferDamageExtension
2019-08-13 Jordan Justeniris: Implement pipe_screen::resource_get_param
2019-08-13 Jordan Justengallium/dri2: Use pipe_screen::resource_get_param in...
2019-08-13 Jordan Justengallium/dri2: Support images with multiple planes for...
2019-08-13 Jordan Justengallium/dri2: Refactor image property queries
2019-08-13 Jordan Justenstate_tracker/winsys_handle: Add plane input field
2019-08-13 Jordan Justengallium/dri2: Support creating multi-planar modifier...
2019-08-13 Jordan Justengallium/dri2: Implement dri2ImageExtension.queryDmaBufF...
2019-08-13 Jordan Justengallium/screen: Add pipe_screen::resource_get_param
2019-08-13 Iago Toral Quirogavc4: clamp gl_PointSize to a minimum of 1.0
2019-08-13 Iago Toral Quirogav3d: do not automatically flush current job for SSBOs...
2019-08-13 Iago Toral Quirogav3d: only process glMemoryBarrier() for SSBOs and images
2019-08-13 Iago Toral Quirogav3d: fix flushing of SSBOs and shader images
2019-08-12 Rafael Antognolliiris/gen11: Emit SLICE_HASH_TABLE when pipes are unbala...
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-08-12 Khaled Emarafreedreno: disable tiling for cubemaps
2019-08-12 Khaled Emarafreedreno: add tiling parameters for 2D/2DArray/3D
2019-08-12 Khaled Emarafreedreno: simplified slices setup for a3xx
2019-08-12 Khaled Emarafreedreno: enable tiled textures for debug builds
2019-08-12 Rhys Perrynir: merge and extend nir_opt_move_comparisons and...
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()
2019-08-12 Andreas Baierllima/ppir: Add fddx and fddy
next