etnaviv: update headers from rnndb
[mesa.git] / src / gallium / drivers /
2020-01-08 Jonathan Mareketnaviv: update headers from rnndb
2020-01-08 Krzysztof Raszkowskigallium/swr: Fix glVertexPointer race condition.
2020-01-08 Pierre-Eric Pellou... radeonsi: check ctx->sdma_cs before using it
2020-01-07 Alyssa Rosenzweigpanfrost: Adjust for mismatch between hardware/Gallium...
2020-01-07 Alyssa Rosenzweigpanfrost: Respect constant buffer_offset
2020-01-06 Marek Olšákradeonsi: remove TGSI
2020-01-06 Marek Olšákradeonsi: disable SDMA on gfx8 to fix corruption on...
2020-01-06 Marek Olšákradeonsi: move SI and CIK+ SDMA code into 1 common...
2020-01-06 Marek Olšákradeonsi: rename dma_cs -> sdma_cs
2020-01-06 Marek Olšákradeonsi: add AMD_DEBUG=nodmacopyimage for debugging
2020-01-06 Marek Olšákradeonsi: add AMD_DEBUG=nodmaclear for debugging
2020-01-06 Marek Olšákradeonsi: remove broken and unused SI SDMA image copy...
2020-01-06 Marek Olšákradeonsi: rename SDMA debug flags
2020-01-06 Alyssa Rosenzweigpanfrost: Handle PIPE_FORMAT_R10G10B10A2_USCALED
2020-01-06 Alyssa Rosenzweigpanfrost: Report MSAA 4x supported for dEQP
2020-01-06 Alyssa Rosenzweigpanfrost: Cleanup tiling selection logic
2020-01-06 Alyssa Rosenzweigpanfrost: Implement sRGB blend shaders
2020-01-06 Alyssa Rosenzweigpanfrost: Support rendering to non-zero Z/S layers
2020-01-06 Alyssa Rosenzweigpanfrost: Texture from Z32F_S8 as R32F
2020-01-06 Danylo Piliaieviris/query: Implement PIPE_QUERY_GPU_FINISHED
2020-01-05 Jonathan Mareketnaviv: fix incorrectly failing vertex size assert
2020-01-05 Vasily Khoruzhicklima: fix PP stream terminator size
2020-01-05 Vasily Khoruzhicklima: don't reload and redraw tiles that were not updated
2020-01-05 Vasily Khoruzhicklima: postpone PP stream generation
2020-01-05 Andreas Baierllima/parser: Fix VS cmd stream parser
2020-01-05 Andreas Baierllima/parser: Fix rsw parser
2020-01-04 Kenneth Graunkeiris: Allow HiZ for copy_region sources
2020-01-04 Christian Gmeineretnaviv: move descriptor based texture structs
2020-01-04 Christian Gmeineretnaviv: move state based texture structs
2020-01-04 Gert Wollnyr600: Delete vertex buffer only if there is actually...
2020-01-04 Gert Wollnyr600: Make SID and unsigned value
2020-01-04 Gert Wollnyr600: Fix maximum line width
2020-01-04 Gert Wollnyr600/sb: Correct SB disassambler for better debugging
2020-01-04 Gert Wollnyr600: Make it possible to include r600_asm.h in a C...
2020-01-04 Gert Wollnyr600: Add functions to dump the shader info
2020-01-04 Christian Gmeineretnaviv: use a better name for FE_VERTEX_STREAM_UNK14680
2020-01-04 Kenneth Graunkeiris: Delete remnants of the unimplemented ASTC 5x5...
2020-01-04 Kenneth Graunkeiris: Disable ASTC 5x5 support on Gen9 for now.
2020-01-03 Erik Faye-Lundetnaviv: use nir_lower_clip_halfz instead of open-coding
2020-01-03 Erik Faye-Lundnir/zink: move clip_halfz-lowering to common code
2020-01-03 Erik Faye-Lundzink: remove unused code-path in lower_pos_write
2020-01-03 Erik Faye-Lundzink: use nir_fmul_imm
2020-01-03 Erik Faye-Lundzink: implement load_vertex_id
2020-01-03 Erik Faye-Lundzink: factor out builtin-var creation
2020-01-03 Erik Faye-Lundzink: simplify front-face type
2020-01-03 Marek Olšákradeonsi: remove the "display_dcc_offset == 0" assertion
2020-01-03 Marek Olšákradeonsi: ignore PIPE_BIND_SCANOUT for imported textures
2020-01-03 Marek Olšákradeonsi: preserve the scanout flag for shared resource...
2020-01-03 Vasily Khoruzhicklima: fix allocation of GP outputs storage for indexed...
2020-01-03 Thong Thair600: Remove HEVC related code since HEVC is not supported
2020-01-03 Thong Thairadeon: Use P010 for decoding of 10-bit videos
2020-01-03 Erik Faye-Lundzink: implement some more trivial opcodes
2020-01-03 Erik Faye-Lundzink: implement txf
2020-01-03 Christian Gmeineretnaviv: gc400 does not support any vertex sampler
2020-01-03 Christian Gmeineretnaviv: check if MSAA is supported
2020-01-03 Kenneth Graunkeiris: Set nir_shader_compiler_options::unify_interfaces.
2020-01-03 Kenneth Graunkeintel: Drop Gen11 WaBTPPrefetchDisable workaround
2020-01-02 Alyssa Rosenzweigpanfrost: Pack MRT blend shaders into a single BO
2020-01-02 Alyssa Rosenzweigpanfrost: Handle RGB16F colour clear
2020-01-02 Tomeu Vizosopanfrost: Store internal format
2020-01-02 Tomeu Vizosopanfrost: Map with size of first layer for 3D textures
2020-01-02 Tomeu Vizosopanfrost: Dynamically allocate array of texture pointers
2019-12-31 Marek Vasutetnaviv: Do not filter out PIPE_FORMAT_S8_UINT_Z24_UNOR...
2019-12-31 Marek Vasutetnaviv: Report correct number of vertex buffers
2019-12-30 Alyssa Rosenzweigpanfrost: Respect glPointSize()
2019-12-30 Alyssa Rosenzweigpanfrost: Remove MRT indirection in blend shaders
2019-12-30 Alyssa Rosenzweigpanfrost: Implement integer varyings
2019-12-30 Alyssa Rosenzweigpanfrost: Disable some CAPs we want lowered
2019-12-30 Alyssa Rosenzweigpanfrost: Identify glProvokingVertex flag
2019-12-30 Alyssa Rosenzweigpan/midgard: Promote tilebuffer reads to 32-bit
2019-12-30 Dave Airliellvmpipe: enable ARB_shader_group_vote.
2019-12-27 Marek Olšákradeonsi/gfx10: improve performance for TES using PrimI...
2019-12-27 Marek Olšákradeonsi/gfx10: enable NGG passthrough for eligible...
2019-12-27 Marek Olšákradeonsi/gfx10: don't declare any LDS for NGG if it...
2019-12-27 Alyssa Rosenzweigpanfrost: Remove 32-bit next_job path
2019-12-27 Alyssa Rosenzweigpanfrost: Remove mali_alt_func
2019-12-27 Alyssa Rosenzweigpanfrost: Implement remaining texture wrap modes
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-25 Alyssa Rosenzweigpanfrost: Route gl_VertexID through cmdstream
2019-12-25 Alyssa Rosenzweigpanfrost: Extend attribute_count for vertex builtins
2019-12-25 Alyssa Rosenzweigpan/decode: Handle gl_VertexID/gl_InstanceID
2019-12-25 Alyssa Rosenzweigpanfrost: Remove pan_shift_odd
2019-12-25 Alyssa Rosenzweigpanfrost: Slight cleanup of Gallium's pan_attribute.c
2019-12-25 Alyssa Rosenzweigpanfrost: Move instancing routines to encoder/
2019-12-25 Alyssa Rosenzweigpanfrost: Factor batch/resource out of instancing routines
2019-12-25 Alyssa Rosenzweigpanfrost: Rename pan_instancing.c -> pan_attributes.c
2019-12-25 Alyssa Rosenzweigpan/midgard: Support loads from R11G11B10 in a blend...
2019-12-25 Tomeu Vizosopanfrost: Increase PIPE_SHADER_CAP_MAX_OUTPUTS to 16
2019-12-25 Tomeu Vizosopanfrost: Handle Z24_UNORM_S8_UINT as MALI_Z32_UNORM
2019-12-23 Kenneth Graunkeiris: Avoid replacing backing storage for buffers with...
2019-12-23 Kenneth Graunkeiris: Fix shader recompile debug printing
2019-12-23 Kenneth Graunkeiris: Make helper functions to turn iris shader keys...
2019-12-22 Vinson Leeswr: Fix build with llvm-10.0.
next