mesa.git
2019-10-15 Jonathan Marekturnip: basic msaa working
2019-10-15 Jonathan Marekturnip: improve CmdCopyImage and implement CmdBlitImage
2019-10-15 Jonathan Marekturnip: use nir_assign_io_var_locations instead of...
2019-10-15 Jonathan Marekturnip: add missing nir passes
2019-10-15 Jonathan Marekturnip: add code to lower indirect samplers
2019-10-15 Jonathan Marekturnip: fixup consts
2019-10-15 Jonathan Marekturnip: update some shader state bits from GL driver
2019-10-15 Eric Anholtturnip: Emit clears of gmem using linear.
2019-10-15 Eric Anholtturnip: Set up the correct tiling mode for small attach...
2019-10-15 Eric Anholtturnip: Tell spirv_to_nir that we want fragcoord as...
2019-10-15 Eric Anholtturnip: Fill in clear color packing for r10g11b11 and...
2019-10-15 Eric Anholtturnip: Drop unused tu_pack_clear_value() return.
2019-10-15 Jonathan Marekturnip: add anisotropy and compressed formats to device...
2019-10-15 Jonathan Marekturnip: disable tiling as necessary
2019-10-15 Jonathan Marekturnip: update setup_slices
2019-10-15 Jonathan Marekturnip: add VK_KHR_sampler_mirror_clamp_to_edge
2019-10-15 Jonathan Marekturnip: add black border color
2019-10-15 Jonathan Marekturnip: improve sampler descriptor
2019-10-15 Jonathan Marekturnip: improve view descriptor
2019-10-15 Jonathan Marekturnip: add more 2d_ifmt translations
2019-10-15 Jonathan Marekturnip: format table fixes
2019-10-15 Jonathan Marekturnip: add format_is_uint/format_is_sint
2019-10-15 Jonathan Marekturnip: add astc format layout
2019-10-15 Jonathan Marekturnip: fix assert failing for 0 color attachments
2019-10-15 Jonathan Marekturnip: fix segmentation fault with compute pipeline
2019-10-15 Jonathan Marekturnip: fix segmentation fault in events
2019-10-15 Jonathan Marekturnip: fix 32 vertex attributes case
2019-10-15 Jonathan Marekturnip: fix triangle strip
2019-10-15 Jonathan Marekfreedreno/regs: update a6xx 2d blit bits
2019-10-15 Samuel Pitoisetradv: rename VK_KHR_shader_float16_int8 structs/constants
2019-10-15 Iago Toralv3d: drop unused shader_rec_count member from context
2019-10-14 Jonathan Marekfreedreno/ir3: implement fquantize2f16
2019-10-14 Jonathan Marekfreedreno/ir3: implement texop_texture_samples
2019-10-14 Jonathan Marekfreedreno/ir3: fix GETLOD for negative LODs
2019-10-14 Jonathan Marekfreedreno/ir3: implement fdd{x,y}_coarse opcodes
2019-10-14 Jonathan Marekfreedreno/ir3: increase size of inputs/outputs arrays
2019-10-14 Jonathan Marekfreedreno/ir3: remove input ncomp field
2019-10-14 Lucas Stachetnaviv: fix vertex buffer state emission for single...
2019-10-14 Dave Airliegallivm/draw/swr: make the gs_iface not depend on tgsi.
2019-10-14 Kenneth Graunkeiris: Implement the Gen < 9 tessellation quads workaround
2019-10-14 Caio Marcelo... anv: Advertise VK_KHR_spirv_1_4
2019-10-14 Caio Marcelo... vulkan: Update the XML and headers to 1.1.125
2019-10-14 Mauro Rossiandroid: amd/common: export amd/llvm headers
2019-10-14 James Xionggallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_C...
2019-10-14 James Xionggallium: simplify throttle implementation
2019-10-14 Samuel Pitoisetradv: fix DCC fast clear code for intensity formats
2019-10-13 Eric Engestromgbm: use size_t for array indexes
2019-10-13 Eric Engestromgbm: replace NULL sentinel with explicit ARRAY_SIZE()
2019-10-13 Eric Engestromgbm: replace 1/0 bool with true/false
2019-10-13 Eric Engestromgbm: turn 0/-1 bool into true/false
2019-10-13 Eric Engestromradv: add exported symbols check
2019-10-13 Eric Engestromanv: add exported symbols check
2019-10-13 Eric Engestromsymbols-check: ignore exported C++ symbols
2019-10-13 Boris Brezillonpanfrost: Fix support for packed 24-bit formats
2019-10-12 Timothy Arceriglsl: fix crash compiling bindless samplers inside...
2019-10-12 Neil Robertsglsl/builtin: Add alternate versions of atan using...
2019-10-12 Neil Robertsglsl: Add opcodes for atan and atan2
2019-10-12 Neil Robertsnir/builtin: Add extern "C" guards to nir_builtin_builder.h
2019-10-12 Neil Robertsnir/builtin: Add #include u_math.h to the header
2019-10-12 Neil Robertsnir/builder: Move nir_atan and nir_atan2 from SPIR...
2019-10-11 Hal Gentzegl: Configs w/o double buffering support have no ...
2019-10-11 Hal Gentzegl: Puts RGBA visuals in the second config selection...
2019-10-11 Hal Gentzegl: Fixes transparency with EGL and X11.
2019-10-11 Hal Gentzegl: Add EGL_CONFIG_SELECT_GROUP_MESA ext.
2019-10-11 Kenneth Graunkeintel/fs/gen12: Use TCS 8_PATCH mode.
2019-10-11 Jason Ekstrandintel/fs/gen12: Implement gl_FrontFacing on gen12+.
2019-10-11 Francisco Jerezintel/fs/gen11+: Fix CS_OPCODE_CS_TERMINATE codegen.
2019-10-11 Francisco Jerezintel/fs/gen12: Fix barrier codegen.
2019-10-11 Francisco Jerezintel/eu: Don't set notify descriptor field of gateway...
2019-10-11 Francisco Jerezintel/ir/gen12: Update assert in brw_stage_has_packed_d...
2019-10-11 Jason Ekstrandintel/eu/validate/gen12: Don't blow up on indirect...
2019-10-11 Francisco Jerezintel/eu/validate/gen12: Validation fixes for SEND...
2019-10-11 Francisco Jerezintel/eu/validate/gen12: Fix validation of SYNC instruc...
2019-10-11 Francisco Jerezintel/eu/validate/gen12: Implement integer multiply...
2019-10-11 Jordan Justenintel/ir: Lower fpow on Gen12.
2019-10-11 Francisco Jerezintel/fs/gen12: Don't support source mods for 32x16...
2019-10-11 Francisco Jerezintel/disasm: Disassemble register file of split SEND...
2019-10-11 Francisco Jerezintel/disasm: Don't disassemble saturate control on...
2019-10-11 Francisco Jerezintel/disasm/gen12: Disassemble Gen12 SEND instructions.
2019-10-11 Francisco Jerezintel/disasm/gen12: Disassemble Gen12 SYNC instruction.
2019-10-11 Francisco Jerezintel/disasm/gen12: Disassemble three-source instructio...
2019-10-11 Francisco Jerezintel/disasm/gen12: Fix disassembly of some common...
2019-10-11 Francisco Jerezintel/disasm/gen12: Disassemble software scoreboard...
2019-10-11 Francisco Jerezintel/fs/gen12: Demodernize software scoreboard lowerin...
2019-10-11 Francisco Jerezintel/fs/gen12: Introduce software scoreboard lowering...
2019-10-11 Francisco Jerezintel/fs/gen12: Add scheduling information to the IR.
2019-10-11 Francisco Jerezintel/eu/gen12: Set SWSB annotations in hand-crafted...
2019-10-11 Francisco Jerezintel/eu/gen12: Add tracking of default SWSB state...
2019-10-11 Francisco Jerezintel/eu/gen12: Add auxiliary type to represent SWSB...
2019-10-11 Francisco Jerezintel/fs/gen12: Add codegen support for the SYNC instru...
2019-10-11 Francisco Jerezintel/ir/gen12: Add SYNC hardware instruction.
2019-10-11 Francisco Jerezintel/eu/gen12: Don't set thread control, it's gone.
2019-10-11 Francisco Jerezintel/eu/gen12: Don't set DD control, it's gone.
2019-10-11 Francisco Jerezintel/eu/gen12: Use SEND instruction for split sends.
2019-10-11 Francisco Jerezintel/eu/gen12: Codegen SEND descriptor regions correctly.
2019-10-11 Francisco Jerezintel/eu/gen12: Codegen pathological SEND source and...
2019-10-11 Francisco Jerezintel/eu/gen12: Codegen control flow instructions corre...
2019-10-11 Francisco Jerezintel/eu/gen12: Codegen three-source instruction source...
2019-10-11 Francisco Jerezintel/eu/gen12: Fix codegen of immediate source regions.
2019-10-11 Francisco Jerezintel/eu/gen12: Add Gen12 opcode descriptions to the...
next