platform/upstream/mesa.git
2021-05-02 Alyssa Rosenzweigagx: Add agx_tex_dim helper
2021-05-02 Alyssa Rosenzweigagx: Implement vertex_id
2021-05-02 Alyssa Rosenzweigagx: Lower load_attr to device memory accesses
2021-05-02 Alyssa Rosenzweigagx: Set flag on last st_vary instruction
2021-05-02 Alyssa Rosenzweigagx: Implement load_ubo/kernel_input
2021-05-02 Alyssa Rosenzweigagx: Add sysval management helper
2021-05-02 Alyssa Rosenzweigagx: Implement limited case of i2i16/i2i32 as iadd
2021-05-02 Alyssa Rosenzweigagx: Propagate immediates
2021-05-02 Alyssa Rosenzweigagx: Propagate fmov backwards as well
2021-05-02 Alyssa Rosenzweigagx: Add dead code eliminator
2021-05-02 Alyssa Rosenzweigagx: Add forward optimizing pass for fmov
2021-05-02 Alyssa Rosenzweigagx: Add 32-bit bitwise shifts
2021-05-02 Alyssa Rosenzweigagx: Add saturated integer add/subtract support
2021-05-02 Alyssa Rosenzweigagx: Add iadd/imad integer arithmetic
2021-05-02 Alyssa Rosenzweigagx: Add bitwise operations
2021-05-02 Alyssa Rosenzweigagx: Implement native int->float conversions
2021-05-02 Alyssa Rosenzweigagx: Implement native float->int conversions
2021-05-02 Alyssa Rosenzweigagx: Add minifloat tests
2021-05-02 Alyssa Rosenzweigagx: Add 8-bit AGX minifloat routines
2021-05-02 Alyssa Rosenzweigagx: Implement fsin/fcos
2021-05-02 Alyssa Rosenzweigagx: Implement simple floating point ops
2021-05-02 Alyssa Rosenzweigagx: Implement ld_vary
2021-05-02 Alyssa Rosenzweigagx: Terminate programs with stop and traps
2021-05-02 Alyssa Rosenzweigagx: Add st_vary(_final) instruction packing
2021-05-02 Alyssa Rosenzweigagx: Add packing for memory loads/stores
2021-05-02 Alyssa Rosenzweigagx: Add instruction packing
2021-05-02 Alyssa Rosenzweigagx: Add a trivial register allocator
2021-05-02 Alyssa Rosenzweigagx: Add instruction printing
2021-05-02 Alyssa Rosenzweigagx: Implement fragment_out
2021-05-02 Alyssa Rosenzweigagx: Implement vec2/vec3/vec4 ops
2021-05-02 Alyssa Rosenzweigagx: Add agx_alu_src_index helper for emit_alu
2021-05-02 Alyssa Rosenzweigagx: Implement direct st_vary
2021-05-02 Alyssa Rosenzweigagx: Implement load_const as mov
2021-05-02 Alyssa Rosenzweigagx: Stub emit_intrinsic
2021-05-02 Alyssa Rosenzweigagx: Stub NIR instruction iteration
2021-05-02 Alyssa Rosenzweigagx: Stub control flow walking
2021-05-02 Alyssa Rosenzweigagx: Remap varyings to match AGX ABI
2021-05-02 Alyssa Rosenzweigagx: Stub NIR backend compiler
2021-05-02 Alyssa Rosenzweigagx: Generate builder routines
2021-05-02 Alyssa Rosenzweigagx: Generate runtime-accessible opcode table
2021-05-02 Alyssa Rosenzweigagx: Generate opcode list
2021-05-02 Alyssa Rosenzweigagx: Add opcode descriptions as Python
2021-05-02 Alyssa Rosenzweigasahi: Stub command-line compiler for AGX G13B
2021-05-02 Alyssa Rosenzweignir: Add fsin_agx opcode
2021-05-02 Alyssa Rosenzweigutil/bitset: Add BITSET_COUNT helper
2021-05-02 Lionel Landwerlinanv: implement VK_KHR_fragment_shading_rate
2021-05-02 Jason Ekstrandintel/fs: Stop using brw_dp_read/write_desc in Gen7...
2021-05-02 Jason Ekstrandintel/eu: SVB writes only happen on Gen6
2021-05-02 Lionel Landwerlinintel/compiler: add restrictions related to coarse...
2021-05-02 Lionel Landwerlinintel/compiler: add coarse pixel offset on Gfx12.5+
2021-05-02 Lionel Landwerlinintel/compiler: add support for fragment coordinate...
2021-05-02 Lionel Landwerlinintel/compiler: add support for fragment shading rate...
2021-05-02 Lionel Landwerlinintel/compiler: handle coarse pixel in render target...
2021-05-02 Lionel Landwerlinintel/compiler: use existing helpers to pull bits of...
2021-05-02 Lionel Landwerlinintel/compiler: rework message descriptors for render...
2021-05-02 Lionel Landwerlinintel/compiler: make sure we keep the lowest dispatch...
2021-05-02 Lionel Landwerlinintel/decoder: decode CPS_STATE
2021-05-02 Lionel Landwerlinintel/genxml: Add coarse pixel shading instructions
2021-05-02 Lionel Landwerlinintel/dev: printout correct subslice/dualsubslice name
2021-05-02 Rob Clarkfreedreno: Fix TC last_fence optimization
2021-05-02 Rob Clarkfreedreno/drm: Initialize control->fence
2021-05-02 Vasily Khoruzhicklima: switch resource to linear layout if there's to...
2021-05-02 Vinson Leeglx: Fix macOS build.
2021-05-02 Bastian Beranekglx: Assign unique serial number to GLXBadFBConfig...
2021-05-01 Ilia Mirkinnv50: add indirect compute support
2021-05-01 Ilia Mirkinnv50: add support for doing membars
2021-05-01 Ilia Mirkinnv50: add remapping of buffers/images into unified...
2021-05-01 Ilia Mirkinnv50: add compute invocations counter
2021-05-01 Ilia Mirkinnv50/ir: add lowering for shared atomics
2021-05-01 Ilia Mirkinnv50/ir: add surface op lowering
2021-05-01 Ilia Mirkinnv50: pass surface/buffer parameters to shader via...
2021-05-01 Ilia Mirkinnv50/ir: optimize shift of 0 bits
2021-05-01 Ilia Mirkinnv50/ir: wipe any info about memory when seeing a locki...
2021-05-01 Ilia Mirkinnv50/ir: mark ATOM as having 3 arguments
2021-05-01 Ilia Mirkinnv50/ir: "zero" register does not work with g[] memory
2021-05-01 Ilia Mirkinnv50/ir: refine limitation on load/store loading offset...
2021-05-01 Ilia Mirkinnv50/ir: offset accesses to shared memory
2021-05-01 Marek Olšákgallium+(u_threaded,r300,r600,radeonsi): move transfer...
2021-05-01 Marek Olšákgallium: remove 4 bytes from pipe_transfer
2021-05-01 Marek Olšákgallium: renumber PIPE_MAP_* enums to remove holes
2021-05-01 Rob Clarkfreedreno/ci: Update piglit skips/fails
2021-05-01 Rob Clarkfreedreno/ci: Mark client_wait_sync_finish as flake
2021-05-01 Rob Clarkfreedreno: Flush resources harder
2021-05-01 Rob Clarkfreedreno/drm: Allow FD_BO_PREP_FLUSH without _NOSYNC
2021-05-01 Rob Clarkfreedreno: Remove samples-per-tex tracking
2021-05-01 Rob Clarkfreedreno/ci: Isolate dEQP-EGL reset_context tests
2021-05-01 Rob Clarkci: Add DEQP_CASELIST_INV_FILTER
2021-04-30 Eric Anholtci/freedreno: Mark another recent piglit flake.
2021-04-30 Eric Anholtci/freedreno: Mark new flakes from the go-fast branch.
2021-04-30 Eric Anholtci/freedreno: Mark dEQP-EGL flakes reported on IRC...
2021-04-30 Icecream95panfrost: Fix viewport scissor for preload draws
2021-04-30 Icecream95panfrost: Remove incorrect comment
2021-04-30 Dylan Bakermeson/vulkan: fix linkage on windows
2021-04-30 Gustavo Padovangitlab-ci: enable all 3 intel devices as manual in...
2021-04-30 Gustavo Padovangitlab-ci: rule anchor for experimental devices as...
2021-04-30 Jason Ekstrandintel/isl: Fix isl_color_value_unpack to match the...
2021-04-30 Danylo Piliaievir3: do not move varying inputs that depend on unmovabl...
2021-04-30 Martin Peresci: add the dEQP expectations for radv on Renoir
2021-04-30 Erik Faye-Lundzink: also enable float16 from KHR extension
2021-04-30 Erik Faye-Lundzink/codegen: prefer first definition of prop/feature...
next