gallium/swr: Fix compilation TCS/TES compilation issues
[mesa.git] / src / gallium / drivers /
2020-08-25 Alyssa Rosenzweigpanfrost: Specialize compute vs frag shader init
2020-08-25 Alyssa Rosenzweigpanfrost: Bake the initial tag into the shader pointer
2020-08-25 Alyssa Rosenzweigpanfrost: Clamp shader->uniform_count
2020-08-25 Alyssa Rosenzweigpanfrost: Size UBO#0 accurately
2020-08-25 Alyssa Rosenzweigpanfrost: Combine frag_shader_meta_init functions
2020-08-25 Alyssa Rosenzweigpanfrost: XMLify blend equation
2020-08-25 Alyssa Rosenzweigpanfrost: Honour load_dest/opaque flags
2020-08-25 Alyssa Rosenzweigpanfrost: Simplify make_fixed_blend_mode prototype
2020-08-25 Alyssa Rosenzweigpanfrost: XMLify blend flags
2020-08-25 Alyssa Rosenzweigpanfrost: Separate shader/blend descriptor emits
2020-08-25 Alyssa Rosenzweigpanfrost: Hoist blend finalize calls
2020-08-24 Eric Anholtfreedreno: Drop UNIFORM_BUFFER_OFFSET_ALIGNMENT to 32
2020-08-24 Rob Clarkfreedreno: handle case of shadowing current render...
2020-08-24 Rob Clarkfreedreno: add debug helper to dump buffers
2020-08-24 Rob Clarkfreedreno/a6xx: refactor debug logging
2020-08-24 Alyssa Rosenzweigr300: Use util_blend_factor_uses_dest
2020-08-24 Alyssa Rosenzweigsi: Use util_blend_factor_uses_dest
2020-08-21 Jason Ekstrandiris: Always re-upload sysvals when we have kernel...
2020-08-21 Jason Ekstrandiris: Normalize all compute shaders to MESA_SHADER_COMPUTE
2020-08-21 Jason Ekstrandiris: ref/unref the GLSL type singleton in screen_creat...
2020-08-21 Jason Ekstrandiris: Stop advertising clover-only caps
2020-08-21 Jason Ekstrandiris: Stop advertising PIPE_SHADER_IR_NIR_SERIALIZED
2020-08-21 Jesse Natalienir: Add options to nir_lower_compute_system_values...
2020-08-21 Jesse Natalienir: Move compute system value lowering to a separate...
2020-08-21 Chia-I Wuvirgl: move protocol headers to a common place
2020-08-21 Charmaine Leesvga: fix draw elements with 8-bits indices
2020-08-21 Charmaine Leewinsys/svga: fix display corruption after surface_init
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-08-21 Caleb Callawayiris: Add missing newline to debug log message
2020-08-20 Jason Ekstrandnir: Add an LOD parameter to image_*_size
2020-08-20 Alyssa Rosenzweigpanfrost: Fix alignment on Bifrost
2020-08-20 Connor Abbottfreedreno/a6xx: Add multiview registers
2020-08-20 Rob Clarkfreedreno/a6xx: disable LRZ when color channels are...
2020-08-20 Alyssa Rosenzweigpanfrost: Reduce attribute buffer allocations
2020-08-20 Alyssa Rosenzweigpanfrost: Don't reserve for NPOT w/o instancing
2020-08-20 Alyssa Rosenzweigpanfrost: Don't overallocate attributes
2020-08-20 Alyssa Rosenzweigpanfrost: Fix attribute buffer underallocation
2020-08-20 Alyssa Rosenzweigpanfrost: Pass alignments explicitly
2020-08-20 Alyssa Rosenzweigpanfrost: Free batch->dependencies
2020-08-20 Alyssa Rosenzweigpanfrost: Free cloned NIR shader
2020-08-20 Alyssa Rosenzweigpanfrost: Fix blend leak for render targets 5-8
2020-08-20 Alyssa Rosenzweigpanfrost: Keep finalized blend state constant
2020-08-20 Alyssa Rosenzweigpanfrost: Drop depth-only case in blend finalize
2020-08-20 Alyssa Rosenzweigpanfrost: Explicitly handle nr_cbufs=0 case
2020-08-20 Alyssa Rosenzweigpanfrost: Drop implicit blend pooling
2020-08-20 Alyssa Rosenzweigpanfrost: Share tiler_heap across batches/contexts
2020-08-20 Alyssa Rosenzweigpanfrost: Avoid minimum stack allocations
2020-08-20 Alyssa Rosenzweigpanfrost: Introduce invisible pool
2020-08-20 Alyssa Rosenzweigpanfrost: Pre-allocate memory for pool
2020-08-20 Kenneth Graunkeiris: Fix headerless sampler messages in compute shader...
2020-08-19 Nanley Cheryiris: Drop buffer support in resource_from_handle
2020-08-19 Nanley Cheryiris: Add and use iris_resource_configure_main
2020-08-19 Nanley Cheryiris: Move size/offset calculations out of configure_aux
2020-08-19 Nanley Cheryiris: Drop old comment on clear color BO allocation
2020-08-19 Nanley Cheryiris: Drop unused resource allocation optimization
2020-08-19 Nanley Cheryiris: Drop iris_resource_alloc_separate_aux
2020-08-19 Karol Herbstnv50/ir/nir: support load_work_dim
2020-08-19 Karol Herbstnvc0: handle nr being 0 in nvc0_set_global_bindings
2020-08-19 Karol Herbstnv50/ir/nir: fix global_atomic_comp_swap
2020-08-19 Karol Herbstnv50/ir/nir: assert on unknown alu ops
2020-08-19 Karol Herbstnve4: fix uploading unaligned sized input buffers
2020-08-19 Rob Clarkfreedreno/a6xx: fix occlusion query with more than...
2020-08-19 Rob Clarkfreedreno/a6xx: only generate streamout for draw pass...
2020-08-19 Alyssa Rosenzweigpanfrost: Fix shared memory size computation
2020-08-19 Alyssa Rosenzweigpanfrost: Fix WRITES_GLOBAL bit
2020-08-19 Eduardo Lima Mitevfreedreno: Destroy syncobj too when destroying fence
2020-08-19 Alyssa Rosenzweigpanfrost: Hoist assert from bind to create
2020-08-19 Alyssa Rosenzweigpanfrost: Remove useless comment
2020-08-19 Alyssa Rosenzweigpanfrost: Hoist add_fbo_bo call
2020-08-19 Alyssa Rosenzweigpanfrost: Drop QUADS primitive convert
2020-08-19 Alyssa Rosenzweigpanfrost: Drop panfrost_invalidate_frame
2020-08-19 Alyssa Rosenzweigpanfrost: Drop ZSA null checks in draws
2020-08-19 Alyssa Rosenzweigpanfrost: Drop rasterizer null checks in draw calls
2020-08-19 Alyssa Rosenzweigpanfrost: Decontextualize rasterizer
2020-08-19 Dave Airliellvmpipe/nir: lower some more packing at nir level.
2020-08-19 Dave Airliellvmpipe: lower mul 2x32_64
2020-08-19 Dave Airliellvmpipe: lower cs local index from id
2020-08-19 Dave Airliegallivm/nir: fixup compact TCS variable storage.
2020-08-19 Dave Airliellvmpipe: lower uadd_carry/usub_borrow.
2020-08-19 Dave Airliellvmpipe/cs: update compute counters not fragment shader.
2020-08-18 Hyunjun Kofreedreno: support GL_EXT_semaphore
2020-08-18 Eduardo Lima Mitevfreedreno: Enable GL_EXT_memory_object and GL_EXT_memor...
2020-08-18 Eduardo Lima Mitevfreedreno: Implement pipe screen's get_device/driver_uuid()
2020-08-18 Eduardo Lima Mitevfreedreno: implement pipe screen's resource_from_memobj
2020-08-18 Eduardo Lima Mitevfreedreno: Refactor fd_resource_create_with_modifiers...
2020-08-18 Eduardo Lima Mitevfreedreno: Implement memory object create/destroy for...
2020-08-17 Dave Airliellvmpipe: enable GL 4.5
2020-08-17 Dave Airliellvmpipe/blit: for 32-bit unorm depth blits just copy...
2020-08-17 Karol Herbstnv50/ir/nir: rework indirect function_temp handling
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for varying buffers
2020-08-17 Alyssa Rosenzweigpanfrost: Use MALI_ATTRIBUTE_LENGTH
2020-08-17 Alyssa Rosenzweigpanfrost: Use pack for general varying
2020-08-17 Alyssa Rosenzweigpanfrost: Use pack for XFB varying
2020-08-17 Alyssa Rosenzweigpanfrost: Factor out general varying case
2020-08-17 Alyssa Rosenzweigpanfrost: Pass varying descriptors by reference
2020-08-17 Alyssa Rosenzweigpanfrost: Reword comment
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for vertex built-ins
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for vertex attribute buffers
2020-08-17 Alyssa Rosenzweigpanfrost: Inline panfrost_vertex_instanced
2020-08-17 Alyssa Rosenzweigpanfrost: Hoist instance_shift/instance_odd fetch
next