egl: drop unnecessary _eglGetDriver()
[mesa.git] / src / panfrost / encoder /
2020-07-18 Icecream95panfrost: Make panfrost_bo_wait take a wait_readers...
2020-07-17 Alyssa Rosenzweigpanfrost: Enable FP16 by default
2020-07-17 Icecream95pan/mdg: Don't disassemble blit shaders
2020-07-16 Alyssa Rosenzweigpanfrost: Report CAPs more honestly
2020-07-16 Alyssa Rosenzweigpanfrost: Implement Z32F_S8 blits
2020-07-16 Alyssa Rosenzweigpanfrost: Use Midgard-specific reloads
2020-07-15 Alyssa Rosenzweigpanfrost: Include sample count in payload estimates
2020-07-13 Alyssa Rosenzweigpanfrost: Map PIPE_{DXT, RGTC, BPTC} to MALI_BCn
2020-07-13 Alyssa Rosenzweigpanfrost: Pipe in compressed texture feature mask
2020-07-13 Alyssa Rosenzweigpanfrost: Add format codes for new compressed textures
2020-07-13 Alyssa Rosenzweigpanfrost: Compact unused BO flag bits
2020-07-13 Alyssa Rosenzweigpanfrost: Remove PAN_BO_DONT_REUSE
2020-07-13 Alyssa Rosenzweigpanfrost: Remove PAN_BO_COHERENT_LOCAL
2020-07-13 Alyssa Rosenzweigpanfrost: Merge PAN_BO_IMPORTED/PAN_BO_EXPORTED
2020-07-13 Alyssa Rosenzweigpanfrost: Index BOs from the BO map sparse array
2020-07-13 Alyssa Rosenzweigpanfrost: Add a sparse array to map GEM handles to BOs
2020-07-13 Alyssa Rosenzweigpanfrost: Fix write to free'd memory
2020-07-09 Alyssa Rosenzweigpanfrost: Handle PIPE_FORMAT_S8_UINT
2020-07-09 Alyssa Rosenzweigpanfrost: Handle PIPE_FORMAT_X24S8_UINT
2020-07-09 Alyssa Rosenzweigpanfrost: Move scoreboarding routines to common
2020-07-09 Alyssa Rosenzweigpanfrost: Move pool routines to common code
2020-07-09 Alyssa Rosenzweigpanfrost: Drop Gallium-local pan_bo_create wrapper
2020-07-09 Alyssa Rosenzweigpanfrost: Move debug flags into the device
2020-07-07 Alyssa Rosenzweigpanfrost: Include pointer for each sample
2020-07-07 Alyssa Rosenzweigpanfrost: Index texture by sample
2020-06-26 Icecream95panfrost: Add PAN_MESA_DEBUG=gl3 flag
2020-06-15 Alyssa Rosenzweigpanfrost: Simplify AFBC format check
2020-06-15 Alyssa Rosenzweigpanfrost: Enable AFBC for RGB565
2020-06-15 Alyssa Rosenzweigpanfrost: Correctly calculate tiled stride
2020-06-15 Alyssa Rosenzweigpanfrost: Fix level_2
2020-06-07 Peter Seidererpan_bo.h: add time.h include for time_t
2020-06-05 Icecream95Revert "panfrost: Keep cached BOs mmap'd"
2020-06-03 Icecream95panfrost: Only use AFBC YTR with RGB and RGBA
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-06-01 Alyssa Rosenzweigpanfrost: Permit AFBC of RGB8
2020-05-29 Alyssa Rosenzweigpanfrost: Probe G31/G52 if PAN_MESA_DEBUG=bifrost
2020-05-29 Alyssa Rosenzweigpanfrost: Add GPU IDs for G31/G52
2020-05-27 Alyssa Rosenzweigpanfrost: Ensure nonlinear strides are 16-aligned
2020-05-27 Alyssa Rosenzweigpanfrost: Identify Bifrost texture format swizzle
2020-05-21 Alyssa Rosenzweigpanfrost: Fill in SCALED formats to format table
2020-05-21 Alyssa Rosenzweigpanfrost: Keep cached BOs mmap'd
2020-05-21 Alyssa Rosenzweigpanfrost: Guard experimental fp16 behind debug flag
2020-05-19 Alyssa Rosenzweigpanfrost: Enable AFBC for Z24X8
2020-05-19 Alyssa Rosenzweigpanfrost: Fix Z24 vs Z32 mixup
2020-05-19 Alyssa Rosenzweigpanfrost: Switch formats to table
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-07 Tomeu Vizosopanfrost: Handle MALI_RGB8_UNORM in panfrost_format_to_...
2020-05-01 Tomeu Vizosopanfrost: GPUs newer than G-71 don't have swizzles...
2020-05-01 Tomeu Vizosopanfrost: Create additional BO for the checksum of...
2020-05-01 Alyssa Rosenzweigpanfrost: Fix tiled texture "stride"s on Bifrost
2020-04-30 Tomeu Vizosopanfrost: Emit blend descriptors on Bifrost
2020-04-29 Alyssa Rosenzweigpanfrost: Fix BO reference counting
2020-04-24 Alyssa Rosenzweigpanfrost: The texture descriptor has a pointer to a...
2020-04-24 Alyssa Rosenzweigpanfrost: Identify texture layout field
2020-04-24 Tomeu Vizosopanfrost: Emit texture descriptor on bifrost
2020-04-22 Alyssa Rosenzweigpanfrost: Fix crashes with small BOs
2020-03-31 Alyssa Rosenzweigpanfrost: Move device open/close to root panfrost
2020-03-31 Alyssa Rosenzweigpanfrost: Move pan_bo to root panfrost
2020-03-31 Alyssa Rosenzweigpanfrost: Split panfrost_device from panfrost_screen
2020-03-31 Icecream95panfrost: Correctly identify format 0x4c
2020-03-31 Icecream95panfrost: Add support for R3G3B2
2020-03-31 Icecream95panfrost: Add support for B5G5R5X1
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-10 Boris BrezillonRevert "panfrost: Z24 variants should be sampled as...
2020-02-27 Alyssa Rosenzweigpanfrost: Simplify stack shift calculation
2020-02-27 Alyssa Rosenzweigpanfrost: Reserve an extra page for spilling
2020-02-27 Alyssa Rosenzweigpanfrost: Default to 256 threads for TLS
2020-02-27 Alyssa Rosenzweigpanfrost: Fix param getting
2020-02-27 Alyssa Rosenzweigpanfrost: Update spilling comment framebuffer->shared
2020-02-27 Alyssa Rosenzweigpanfrost: Fix padded_vertex_count generation
2020-02-26 Tomeu Vizosopanfrost: Remove some more prints to stdout
2020-02-21 Alyssa Rosenzweigpanfrost: Rewrite texture descriptor creation logic
2020-02-21 Alyssa Rosenzweigpanfrost: Move format translation to root
2020-02-21 Alyssa Rosenzweigpanfrost: Move pan_afbc.c to root
2020-02-21 Alyssa Rosenzweigpanfrost: Move checksum routines to root panfrost
2020-02-16 Alyssa Rosenzweigpanfrost: Update comment about magic number relating...
2020-02-04 Alyssa Rosenzweigpanfrost: Avoid overlapping copy
2019-12-27 Alyssa Rosenzweigpanfrost: Remove mali_alt_func
2019-12-27 Alyssa Rosenzweigpanfrost: Add missing #include in common header
2019-12-25 Alyssa Rosenzweigpanfrost: Route gl_VertexID through cmdstream
2019-12-25 Alyssa Rosenzweigpanfrost: Remove pan_shift_odd
2019-12-25 Alyssa Rosenzweigpanfrost: Fix off-by-one in pan_invocation.c
2019-12-25 Alyssa Rosenzweigpanfrost: Factor out panfrost_compute_magic_divisor
2019-12-25 Alyssa Rosenzweigpanfrost: Move instancing routines to encoder/
2019-12-16 Alyssa Rosenzweigpanfrost: Remove asserts in panfrost_pack_work_groups_c...
2019-12-16 Alyssa Rosenzweigpanfrost: Pack invocation_shifts manually instead of...
2019-12-13 Alyssa Rosenzweigpanfrost: Add panfrost_model_name helper
2019-12-13 Alyssa Rosenzweigpanfrost: Move property queries to _encoder
2019-12-12 Alyssa Rosenzweigpanfrost: Add routines to calculate stack size/shift
2019-12-12 Alyssa Rosenzweigpanfrost: Describe thread local storage sizing rules
2019-12-03 Alyssa Rosenzweigpanfrost: Implement pan_tiler for non-hierarchy GPUs
2019-12-03 Alyssa Rosenzweigpanfrost: Add information about T720 tiling
2019-08-21 Alyssa Rosenzweigpanfrost: Correct polygon size computations
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_tiler.c outside of Gallium
2019-08-21 Alyssa Rosenzweigpanfrost: Implement workgroups_x_shift_2 quirk
2019-08-21 Alyssa Rosenzweigpanfrost: Set workgroups z to 32 for non-instanced...
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_invocation to shared panfrost/