mesa.git
2020-05-19 Emmanuel Gil... Expose EGL_KHR_platform_* when EXT is supported
2020-05-19 Alyssa Rosenzweigpan/decode: Fix min/max_tile_coord mixup
2020-05-19 Alyssa Rosenzweigpan/decode: Use a page table for tracking mmaps
2020-05-19 Rob Clarkfreedreno/ir3/validate: add checking for types and...
2020-05-19 Rob Clarkfreedreno/ir3: add helpers to deal with src/dst types
2020-05-19 Rob Clarkfreedreno/ir3: add simple validate pass
2020-05-19 Rob Clarkfreedreno/ir3: fix mismatched wrmask for overlapping...
2020-05-19 Rob Clarkfreedreno/ir3/cp: fix cmps folding
2020-05-19 Rob Clarkfreedreno/ir3/print: print cat2 condition
2020-05-19 Rob Clarkfreedreno/ir3: fix immed type in create_addr0()
2020-05-19 Rob Clarkfreedreno/ir3/cf: handle multiple cov's properly
2020-05-19 Rob Clarkfreedreno/ir3: fix mismatched flags on split
2020-05-19 Rob Clarkfreedreno/ir3/group: fix for half-regs
2020-05-19 Rob Clarkfreedreno/ir3: make input/output iterators declare...
2020-05-19 Rob Clarkfreedreno/ir3: make foreach_ssa_src declar cursor ptr
2020-05-19 Rob Clarkfreedreno/ir3: make foreach_src declare cursor ptr
2020-05-19 Rob Clarkfreedreno/ir3: be iterative
2020-05-19 Rob Clarkfreedreno/ir3: move where we preserve binning pass...
2020-05-19 Rob Clarkfreedreno/ir3: add IR3_PASS() macro
2020-05-19 Rob Clarkfreedreno/ir3/postsched: report progress
2020-05-19 Rob Clarkfreedreno/ir3/legalize: report progress
2020-05-19 Rob Clarkfreedreno/ir3/group: report progress
2020-05-19 Rob Clarkfreedreno/ir3/deps: report progress
2020-05-19 Rob Clarkfreedreno/ir3/cp: report progress
2020-05-19 Rob Clarkfreedreno/cf: report progress
2020-05-19 Rob Clarkfreedreno/ir3/dce: report progress
2020-05-19 Rob Clarkfreedreno/ir3: juggle around ir3_debug_print()
2020-05-19 Rob Clarkfreedreno/ir3: remove Sethi-Ullman numbering pass
2020-05-19 Samuel Pitoisetradv: fix missing break in radv_GetPhysicalDeviceProper...
2020-05-19 Rhys Perryaco: fix disassembly with LLVM 11
2020-05-19 Gert Wollnyr600/sfn: Fix printing ALU op without dest
2020-05-19 Gert Wollnyr600/sfn: Don't reorder outputs by location
2020-05-19 Gert Wollnyr600/sfn: Fix splitting constants that come from differ...
2020-05-19 Gert Wollnyr600/sfn: Fix clip vertex output as possible stream...
2020-05-19 Gert Wollnyr600/sfn: SSBO: Fix query of dest components
2020-05-19 Gert Wollnyr600/sfn: use the per shader atomic base
2020-05-19 Gert Wollnyr600/sfn: Add support for texture_samples
2020-05-19 Gert Wollnyr600/sfn: support indirect sampler buffer reads.
2020-05-19 Gert Wollnyr600/sfn: assert when alu dest is missing
2020-05-19 Gert Wollnyr600/sfn: remove pointless check
2020-05-19 Gert Wollnyr600/sfn: Don't reject VARYING_SLOT_PCNT
2020-05-19 Gert Wollnyr600/sfn: Add FS output sample_mask
2020-05-19 Gert Wollnyr600/sfn: Handle loading sample_pos
2020-05-19 Gert Wollnyr600/sfn: Take FOGC, and backcolors into account im...
2020-05-19 Gert Wollnyr600/sfn: Add support for viewport index output
2020-05-19 Gert Wollnyr600/sfn: Make 3vec loads skip possible moves
2020-05-19 Gert Wollnyr600/sfn: Fix handling of output register index
2020-05-19 Gert Wollnyr600/sfn: Make allocate_reserved_registers forward...
2020-05-19 Gert Wollnyr600/sfn: Fix RAT instruction assembly emission
2020-05-19 Gert Wollnyr600/sfn: Fix GDS assembly emission
2020-05-19 Gert Wollnyr600/sfn: Fix RING instruction assembly emission
2020-05-19 Gert Wollnyr600/sfn: Fix memring print output
2020-05-19 Gert Wollnyr600/sfn: skip copying LOD if the target register is...
2020-05-19 Gert Wollnyr600/sfn: re-use an allocated register in lookup
2020-05-19 Gert Wollnyr600/sfn: Skip move instructions if they are only ssa...
2020-05-19 Gert Wollnyr600/sfn: rework getting a vector and uniforms from...
2020-05-19 Gert Wollnyr600/sfn: Handle CF index loading from non-X channel
2020-05-19 Gert Wollnyr600: Add support for loading index register from other...
2020-05-19 Gert Wollnyr600: Lower lerp after tgsi_to_nir
2020-05-19 Gert Wollnyr600: Lower int64 ops from TGSI-to-NIR shaders too
2020-05-19 Gert Wollnyr600/sfn: Fix printing vertex fetch instruction flags
2020-05-19 Gert Wollnyr600/sfn: Unify semantic name and index query and use...
2020-05-19 Michel DänzerRevert "gallium/gallivm: fix compilation issues with...
2020-05-19 Michel DänzerRevert "ac,radeonsi: fix compilations issues with LLVM 11"
2020-05-19 Caio Marcelo... nir: Consider atomic counter intrinsics when setting...
2020-05-19 Dave Airliellvmpipe: add gl_SampleMaskIn support.
2020-05-19 Dave Airliegallivm/nir: add sample_mask_in support
2020-05-19 Dave Airliellvmpipe/fs: hook up the interpolation APIs.
2020-05-19 Dave Airliellvmpipe: add interp instruction support
2020-05-19 Dave Airliellvmpipe/interp: refactor out centroid calculations
2020-05-19 Dave Airliellvmpipe/interp: refactor out use of pixel center offset
2020-05-19 Dave Airliegallivm/nir: add an interpolation interface.
2020-05-19 Dave Airliellvmpipe: remove non-simple interpolation paths.
2020-05-19 Dave Airliellvmpipe/interp: fix interpolating frag pos for sample...
2020-05-19 Dave Airliellvmpipe: use per-sample position not sample id for...
2020-05-19 Dave Airliellvmpipe: don't use sample mask with 0 samples
2020-05-18 Dave Airlier600/sfn: add emit if start cayman support
2020-05-18 Dave Airlier600/sfn: add callstack non-evergreen support
2020-05-18 Dave Airlier600/sfn: cayman fix int trans op2
2020-05-18 Dave Airlier600/sfn: fix cayman float instruction emission.
2020-05-18 Dave Airlier600/sfn: plumb the chip class into the instruction...
2020-05-18 Jason Ekstrandanv:gpu_memcpy: Emit 3DSTATE_VF_INDEXING on Gen8+
2020-05-18 Caio Marcelo... intel/fs: Use writes_memory from shader_info
2020-05-18 Caio Marcelo... nir: Use deref intrinsics to set writes_memory when...
2020-05-18 Dave Airlier600: enable TEXCOORD semantic for TGSI.
2020-05-18 Eric Anholtci: Switch the baremetal runner to be an x86 docker...
2020-05-18 Eric Anholtci: Update versions of packages to remove from rootfses.
2020-05-18 Eric Anholtci: Make the create-rootfs more resilient.
2020-05-18 Eric Anholtci: Make cmake toolchain file for deqp cross build...
2020-05-18 Eric Anholtci: Autodetect whether we need cross setup in lava_arm...
2020-05-18 Eric Anholtci: Move cross file generation to a shared script.
2020-05-18 Chris Wilsoniris: Initialise stub iris_seqno to 0
2020-05-18 Rob Clarkfreedreno/drm: handle ancient kernels
2020-05-18 Rob Clarkfreedreno/drm: don't pass thru 'DUMP' flag on older...
2020-05-18 Ilia Mirkinfreedreno/a3xx: fix rasterizer discard
2020-05-18 Rob Clarkfreedreno/fdperf: add dependency on generated headers
2020-05-18 Pablo Saavedraci: Fix TypoError error when traces in traces.yml is...
2020-05-18 Pablo Saavedraci: Split test_tracie_skips_traces_without_checksum...
2020-05-18 Pablo Saavedraci: Migrate tracie tests done in shell script to pytest
2020-05-18 Pablo Saavedraci: ArgumentParser receives the args from the main...
next