lima,panfrost: Move lima_tiling.c/h to /src/panfrost
[mesa.git] / src / gallium / drivers / panfrost /
2019-06-20 Alyssa Rosenzweiglima,panfrost: Move lima_tiling.c/h to /src/panfrost
2019-06-20 Alyssa Rosenzweigpanfrost: Remove other commented pointers
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Elide more zero fields
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Remove memory comments
2019-06-20 Alyssa Rosenzweigpanfrost: Add missing 0x in invocation_count
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Skip decode of fragment backend in...
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Clip mali_compute_fbd at 64-bytes
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Print COMPUTE uniforms as pointers
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Show int uniforms
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Expand pointers in compute descriptor
2019-06-20 Alyssa Rosenzweigpanfrost/decode: Identify "compute FBD"
2019-06-20 Tomeu Vizosopanfrost: Allocate panfrost_job in panfrost_context
2019-06-20 Tomeu Vizosopanfrost: Release transient pools
2019-06-20 Tomeu Vizosopanfrost: ci: Exclude flip-flops from results
2019-06-19 Tomeu Vizosopanfrost: Move to use ralloc for some allocations
2019-06-18 Rohan Gargpanfrost: Move clearing logic into pan_job
2019-06-18 Alyssa Rosenzweigpanfrost: Enable sRGB
2019-06-18 Alyssa Rosenzweigpanfrost: Disable AFBC on sRGB buffers
2019-06-18 Alyssa Rosenzweigpanfrost: Enable sRGB fixed-function blending
2019-06-18 Alyssa Rosenzweigpanfrost: Specify sRGB in the render target
2019-06-18 Alyssa Rosenzweigpanfrost: Implement sRGB texturing
2019-06-18 Alyssa Rosenzweigpanfrost: Add sRGB render target flag
2019-06-18 Alyssa Rosenzweigpanfrost: Implement tiled rendering
2019-06-18 Alyssa Rosenzweigpanfrost: Decode rendering block type
2019-06-18 Alyssa Rosenzweigpanfrost: Refactor texture targets
2019-06-18 Rohan Gargpanfrost: Figure out job requirements in pan_job.c
2019-06-18 Rohan Gargpanfrost: Reset job counters once the job is submitted
2019-06-18 Rohan Gargpanfrost: Initial implementation of panfrost_job_submit
2019-06-18 Alyssa Rosenzweigpanfrost/midgard: Enable autovectorization
2019-06-18 Boris Brezillonpanfrost: Add support for TXS instructions
2019-06-18 Boris Brezillonpanfrost: Prepare things to support non-native texture ops
2019-06-18 Boris Brezillonpanfrost: Move sysval upload logic out of panfrost_emit...
2019-06-18 Boris Brezillonpanfrost: Make the sysval logic more generic
2019-06-18 Tomeu Vizosopanfrost: Adapt to constant name change in UABI
2019-06-18 Tomeu Vizosopanfrost: ci: Update results
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Simplify 2D array logic
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Handle non-zero component in store
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Apply writemask to LUTs
2019-06-17 Alyssa Rosenzweigpanfrost: Cleanup default blend mode
2019-06-17 Alyssa Rosenzweigpanfrost: Don't accidentally include blend shader
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Use typeless moves internally
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Add rounding mode specific opcodes
2019-06-17 Alyssa Rosenzweigpanfrost: Drop draws with complete scissor
2019-06-17 Alyssa Rosenzweigpanfrost: Disable pipelining temporarily
2019-06-17 Alyssa Rosenzweigpanfrost/mfbd: Handle rendering to linear mipmap
2019-06-17 Alyssa Rosenzweigpanfrost: Implement sampling from non-zero initial...
2019-06-17 Alyssa Rosenzweigpanfrost: Resource management for linear 2D texture...
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Adjust swizzles for 2D arrays
2019-06-17 Alyssa Rosenzweigpanfrost: Set array_size to permit array textures
2019-06-17 Alyssa Rosenzweigpanfrost: Decode array textures
2019-06-17 Alyssa Rosenzweigpanfrost: Implement 3D texture resource management
2019-06-17 Alyssa Rosenzweigpanfrost: Specify 3D in texture descriptor
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Fix 3D texture masks/swizzles
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Add swizzle_of/mask_of helpers
2019-06-17 Alyssa Rosenzweigpanfrost: Enable helper invocations when texturing
2019-06-17 Alyssa Rosenzweigpanfrost: Handle missing texture case
2019-06-17 Alyssa Rosenzweigpanfrost: Remove forced flush on clears
2019-06-17 Alyssa Rosenzweigpanfrost: Flush scanout too
2019-06-17 Alyssa Rosenzweigpanfrost: Improve viewport (clipping) robustness
2019-06-17 Alyssa Rosenzweigpanfrost: Disable the tiler for clear-only jobs
2019-06-17 Alyssa Rosenzweigpanfrost: Identify and decode mfbd_flags
2019-06-17 Alyssa Rosenzweigpanfrost: Stub out hierarchy mask selection
2019-06-17 Alyssa Rosenzweigpanfrost: Rename misc_0 -> tiler_polygon_list
2019-06-17 Alyssa Rosenzweigpanfrost: Sanity check tiler polygon list size
2019-06-17 Alyssa Rosenzweigpanfrost: Compute and use polygon list body size
2019-06-17 Alyssa Rosenzweigpanfrost: Use polygon list header size computation
2019-06-17 Alyssa Rosenzweigpanfrost: Calculate polygon list header size
2019-06-17 Alyssa Rosenzweigpanfrost: Add pan_tiler.h header
2019-06-17 Alyssa Rosenzweigpanfrost: Document tile size heuristic
2019-06-17 Alyssa Rosenzweigpanfrost: Rename tiler fields per tiler research
2019-06-17 Alyssa Rosenzweigpanfrost: Add notes about the tiler allocations
2019-06-17 Alyssa Rosenzweigpanfrost: Integrate kernel names for tiler FBD
2019-06-17 Tomeu Vizosopanfrost: ci: Speed things up a bit by skipping a git...
2019-06-17 Tomeu Vizosopanfrost: ci: Exclude all blend tests from results
2019-06-14 Alyssa Rosenzweigpanfrost: Fix variant selection
2019-06-13 Boris Brezillonpanfrost: Fix general purpose varying handling
2019-06-13 Tomeu Vizosopanfrost: ci: Exclude some tests from results
2019-06-13 Tomeu Vizosopanfrost: ci: Update test expectations
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Differentiate vertex/fragment texture...
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Assert on unknown texture source
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Set minimal swizzle on texture input
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Lower texture projectors
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Implement txl
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Implement txb op
2019-06-12 Alyssa Rosenzweigpanfrost: Unify bind_vs/fs_state
2019-06-12 Alyssa Rosenzweigpanfrost: Add panfrost_job_type_for_pipe helper
2019-06-12 Alyssa Rosenzweigpanfrost/midgard: Extract emit_varying_read
2019-06-12 Alyssa Rosenzweigpanfrost: Remove "vertex/tiler render target" silliness
2019-06-12 Alyssa Rosenzweigpanfrost/decode: Print line number of bad memory access
2019-06-12 Alyssa Rosenzweigpanfrost: Replace pantrace with direct decoding
2019-06-11 Alyssa Rosenzweigpanfrost: Enable AFBC on depth/stencil
2019-06-11 Alyssa Rosenzweigpanfrost: Linear depth/stencil should be aligned
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Decode LOD/bias registers
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Decode texture offset register swizzle
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: include textureGather()
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Support negative immediate offsets
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Fix redunant mask redundancy
2019-06-11 Alyssa Rosenzweigpanfrost/midgard/disasm: Print LOD for texelFetch
2019-06-11 Alyssa Rosenzweigpanfrost/midgard: Identify the in_reg_full field
next