llvmpipe: add fragment shader image support
[mesa.git] / src /
2019-08-27 Dave Airliellvmpipe: add fragment shader image support
2019-08-27 Dave Airliedraw: add vs/gs images support
2019-08-27 Dave Airliegallivm: add image load/store/atomic support
2019-08-27 Dave Airliegallivm/tgsi: add image interface to tgsi builder
2019-08-27 Dave Airliellvmpipe: introduce image jit type to fragment shader...
2019-08-27 Dave Airliedraw: add jit image type for vs/gs images.
2019-08-27 Dave Airliellvmpipe: move the fragment shader variant key to dynam...
2019-08-27 Dave Airliegallivm: add a basic image limit
2019-08-27 Dave Airliellvmpipe: handle early test property.
2019-08-27 Dave Airliegallivm: move first/last level jit texture members.
2019-08-27 Dave Airliegallivm: handle helper invocation (v2)
2019-08-27 Dave Airliegallivm: make lp_build_float_to_r11g11b10 take a const src
2019-08-27 Dave Airliellvmpipe: refactor jit type creation
2019-08-27 Dave Airliegallivm: fix atomic compare-and-swap
2019-08-26 Paulo Zanoniintel/fs: grab fail_msg from v32 instead of v16 when...
2019-08-26 Alyssa Rosenzweigpan/midgard: Fix invert fusing with r26
2019-08-26 Alyssa Rosenzweigpan/midgard: Fold ssa_args into midgard_instruction
2019-08-26 Eric Anholtgallium: Add the ASTC 3D formats.
2019-08-26 Eric Anholtgallium: Add block depth to the format utils.
2019-08-26 Eric Anholtgallium: Add a block depth field to the u_formats table.
2019-08-26 Alyssa Rosenzweigpan/midgard: Add imov->fmov optimization
2019-08-26 Alyssa Rosenzweigpan/midgard: Switch constants to uint32
2019-08-26 Kenneth Graunkeisl: Don't set UnormPathInColorPipe for integer surfaces.
2019-08-26 Kenneth Graunkeisl: Drop UnormPathInColorPipe for buffer surfaces.
2019-08-26 Alyssa Rosenzweigpan/midgard, bifrost: Set lower_fdph = true
2019-08-26 Samuel Pitoisetradv: add mipmap support for the clear depth/stencil...
2019-08-26 Samuel Pitoisetradv: add mipmap support for the TC-compat zrange bug
2019-08-26 Samuel Pitoisetradv: allocate metadata space for mipmapped depth/stenc...
2019-08-26 Samuel Pitoisetradv: decompress mipmapped depth/stencil images during...
2019-08-26 Samuel Pitoisetradv: add mipmaps support for decompress/resummarize
2019-08-26 Samuel Pitoisetradv: add radv_process_depth_image_layer() helper
2019-08-26 Connor Abbottac/nir: Remove gfx9_stride_size_workaround_for_atomic
2019-08-26 Connor Abbottac/nir: add a workaround for viewing a slice of 3D...
2019-08-26 Samuel Pitoisetradv: fix getting the index type size for uint8_t
2019-08-26 Dave Airlievirgl: fix format conversion for recent gallium changes.
2019-08-26 Dave Airlievirgl: drop unused format field
2019-08-25 Erico Nuneslima/ppir: enable vectorize optimization
2019-08-25 Erico Nuneslima/ppir: lower selects to scalars
2019-08-25 Erico Nuneslima: fix ppir spill stack allocation
2019-08-25 Jason Ekstrandintel/fs: Drop the gl_program from fs_visitor
2019-08-25 Qiang Yulima: move format handling to unified place
2019-08-24 Alex Smithradv: Change memory type order for GPUs without dedicat...
2019-08-24 Vasily Khoruzhicklima/ppir: print register index and components number...
2019-08-24 Vasily Khoruzhicklima/ppir: add control flow support
2019-08-24 Vasily Khoruzhicklima/ppir: add better liveness analysis
2019-08-24 Vasily Khoruzhicklima/ppir: validate shader outputs
2019-08-24 Vasily Khoruzhicklima/ppir: turn store_color into ALU node
2019-08-24 Vasily Khoruzhicklima/ppir: create ppir block for each corresponding...
2019-08-24 Vasily Khoruzhicklima/ppir: add dummy op
2019-08-24 Vasily Khoruzhicklima/ppir: add write after read deps for registers
2019-08-24 Vasily Khoruzhicklima/ppir: fix ordering deps
2019-08-24 Vasily Khoruzhicklima/ppir: set write mask for texture loads if dest...
2019-08-24 Vasily Khoruzhicklima/ppir: add support for unconditional branches and...
2019-08-24 Vasily Khoruzhicklima/ppir: clone ld_{uni,tex,var} into each block
2019-08-24 Vasily Khoruzhicklima/ppir: refactor const lowering
2019-08-23 Rafael Antognollianv: Only re-emit non-dynamic state that has changed.
2019-08-23 Alyssa Rosenzweigpan/decode: Validate and quiet helper invocation flag
2019-08-23 Alyssa Rosenzweigpan/midgard: Analyze helper invocations
2019-08-23 Lionel Landwerlinutil: fix compilation on macos
2019-08-23 Caio Marcelo de... i965: Silence brw_blorp uninitialized warning
2019-08-23 Caio Marcelo de... tgsi: Remove unused local
2019-08-23 Caio Marcelo de... iris: Guard GEN9-only function in Iris state to avoid...
2019-08-23 Caio Marcelo de... intel/decoders: Avoid uninitialized variable warnings
2019-08-23 Caio Marcelo de... compiler/glsl: Fix warning about unused function
2019-08-23 Caio Marcelo de... anv: Drop unused local variable
2019-08-23 Caio Marcelo de... intel/compiler: Silence maybe-uninitialized warning...
2019-08-17 Andres Rodriguezradv: additional query fixes
2019-08-23 Kenneth Graunkeiris: Fix large timeout handling in rel2abs()
2019-08-23 Kenneth Graunkeiris: Set MOCS in all STATE_BASE_ADDRESS commands
2019-08-23 Vinson Leeglx: Fix up glXQueryGLXPbufferSGIX on macOS.
2019-08-23 Connor Abbottradeonsi/nir: Rewrite output scanning
2019-08-23 Connor Abbottradeonsi/nir: Rewrite store intrinsic gathering
2019-08-23 Connor Abbottradeonsi/nir: Add const_index when loading GS inputs
2019-08-23 Connor Abbottradeonsi/nir: Don't add const offset to indirect
2019-08-23 Connor Abbottac/nir: Assert GS input index is constant
2019-08-23 Connor Abbottac/nir: Handle const array offsets in get_deref_offset()
2019-08-23 Connor Abbottradeonsi/nir: Don't recompute num_inputs and num_outputs
2019-08-23 Connor Abbottst/nir: Fix num_inputs for VS inputs
2019-08-23 Samuel Pitoisetradv/gfx10: do not use NGG with NAVI14
2019-08-23 Samuel Pitoisetradv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
2019-08-23 Samuel Pitoisetac,radv,radeonsi: remove LLVM 7 support
2019-08-23 Tapani Pälliegl: reset blob cache set/get functions on terminate
2019-08-23 Kenneth Graunkeiris: Avoid unnecessary resolves on transfer maps
2019-08-23 Kenneth Graunkeiris: Drop copy format hacks from copy region based...
2019-08-23 Kenneth Graunkeiris: Update fast clear colors on Gen9 with direct...
2019-08-23 Kenneth Graunkeiris: Fix broken aux.possible/sampler_usages bitmask...
2019-08-23 Kenneth Graunkeiris: Replace devinfo->gen with GEN_GEN
2019-08-22 Alyssa Rosenzweigpan/midgard: Fix writeout combining
2019-08-22 Alyssa Rosenzweigpanfrost: Implement gl_FragCoord correctly
2019-08-22 Alyssa Rosenzweigpanfrost: Remove vertex buffer offset from its size
2019-08-22 Alyssa Rosenzweigpan/decode: Handle special varyings
2019-08-22 Alyssa Rosenzweigpan/decode: Remove size/stride divisibility check
2019-08-22 Alyssa Rosenzweigpan/decode: Decouple attribute/meta printing
2019-08-22 Alyssa Rosenzweigpan/decode: Print stub for uniforms
2019-08-22 Alyssa Rosenzweigpan/decode: Decode actual varying_meta address
2019-08-22 Alyssa Rosenzweigpan/decode: Downgrade shader property mismatch to warning
2019-08-22 Alyssa Rosenzweigpan/decode: Validate, but do not print, index buffer
2019-08-22 Alyssa Rosenzweigpan/decode: Validate mali_shader_meta stats
2019-08-22 Alyssa Rosenzweigpan/decode: Disassemble before printing shader descriptor
2019-08-22 Alyssa Rosenzweigpan/decode: Promote <no shader> to an error
next