mesa.git
2018-03-28 Eric Engestromgbm: remove never-implemented function
2018-03-28 Stefan Schakeandroid: Use new nir intrinsics python scripts
2018-03-28 Eric Anholtbroadcom/vc5: Fix padding of NPOT miplevels >= 2.
2018-03-28 Timothy Arceriac/radeonsi: pass bindless bool to load_sampler_desc()
2018-03-28 Timothy Arcerist/glsl_to_nir: set driver location for bindless images...
2018-03-28 Timothy Arceriradeonsi/nir: set uses_bindless_samplers for samplers
2018-03-28 Timothy Arcerinir: add bindless to nir data
2018-03-28 Kenneth Graunkei965: Drop unnecessary bo->align field.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-28 Kenneth Graunkei965: Drop alignment parameter from bo_alloc_internal().
2018-03-28 Kenneth Graunkei965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
2018-03-28 Kenneth Graunkei965: Drop PIPE_CONTROL_NO_WRITE from various calls.
2018-03-28 Jason Ekstrandnir/intrinsics: Don't report negative dest_components
2018-03-28 Jason Ekstrandintel/fs: Don't emit a des copy for image ops with...
2018-03-28 Ilia Mirkinnvc0/ir: fix INTERP_* with indirect inputs
2018-03-27 Timothy Arcerinir: fix crash in loop unroll corner case
2018-03-27 Timothy Arcerist/glsl_to_nir: correctly handle arrays packed across...
2018-03-27 Timothy Arceriradeonsi/nir: fix input processing for packed varyings
2018-03-27 Timothy Arceriac/nir_to_llvm: fix component packing for double outputs
2018-03-27 Timothy Arcerist/glsl_to_nir: fix driver location for dual-slot packe...
2018-03-27 Timothy Arceriradeonsi/nir: fix scanning of multi-slot output varyings
2018-03-27 Eric Anholtbroadcom/vc5: Fix RG16I/UI texture sampling.
2018-03-27 Rob Clarknir: fix generated nir_intrinsics.c for MSVC
2018-03-27 Emil Velikovdocs: update calendar 18.0.0 is out
2018-03-27 Emil Velikovdocs: add news item and link release notes for 18.0.0
2018-03-27 Emil Velikovdocs: add sha256 checksums for 18.0.0
2018-03-27 Emil Velikovdocs: Update 18.0.0 release notes
2018-03-27 Rob Clarknir: mako all the intrinsics
2018-03-27 Rob Clarknir: fix per_vertex_output intrinsic
2018-03-27 Rob Clarkglsl_types: fix build break with intel/msvc compiler
2018-03-27 Lin Johnsonmesa: add GL_HALF_FLOAT as supported type to readpixels
2018-03-27 Eric Anholtbroadcom/vc5: Fix swizzling of RGB10_A2UI render targets.
2018-03-27 Eric Anholtbroadcom/vc5: Fix extraneous register index in QIR...
2018-03-27 Eric Anholtbroadcom/vc5: Implement workaround for GFXH-1431.
2018-03-27 Eric Anholtbroadcom/vc5: Fix EZ disabling and allow using GT/GE...
2018-03-27 Eric Anholtbroadcom/vc5: Disable TF on V3D 4.x when drawing with...
2018-03-27 Eric Anholtbroadcom/vc5: Disable transform feedback on V3D 4.x...
2018-03-27 Eric Anholtbroadcom/vc5: Move the BCL epilogue code to a per-versi...
2018-03-27 Eric Anholtbroadcom/vc5: Fix transform feedback in the presence...
2018-03-27 Eric Anholtbroadcom/vc5: Split transform feedback specs update...
2018-03-27 Eric Anholtbroadcom/vc5: Limit each transform feedback data spec...
2018-03-27 Eric Anholtgallium/u_vbuf: Protect against overflow with large...
2018-03-27 Eric Anholtst: Allow accelerated CopyTexImage from RGBA to RGB.
2018-03-26 Marek Olšákwinsys/amdgpu: always allow GTT placements on APUs
2018-03-26 Marek Olšákradeonsi: don't reallocate on DMABUF export if local...
2018-03-26 Timothy Arceriglsl: fix infinite loop caused by bug in loop unrolling...
2018-03-26 Vinson Leegallium: Do not add -Wframe-address option for gcc...
2018-03-26 Alyssa Rosenzweiggallium: Correct minor typo in header comments
2018-03-26 Rafael Antognolliintel/aubinator_error_decode: Decode more registers.
2018-03-26 Rafael Antognolliintel/genxml: Add SAMPLER_INSTDONE register.
2018-03-26 Rafael Antognolliintel/genxml: Add ROW_INSTDONE register.
2018-03-26 Rafael Antognolliintel/genxml: Add SC_INSTDONE register.
2018-03-26 Ian Romanicki965/vec4: Fix null destination register in 3-source...
2018-03-26 Ian Romanicknir: Don't condition 'a-b < 0' -> 'a < b' on is_not_use...
2018-03-26 Ian Romanicki965/vec4: Propagate conditional modifiers from compare...
2018-03-26 Ian Romanicki965/vec4: Allow cmod propagation when src0 is a unifor...
2018-03-26 Ian Romanicki965/fs: Propagate conditional modifiers from compares...
2018-03-26 Ian Romanicki965/fs: Allow cmod propagation when src0 is a uniform...
2018-03-26 Ian Romanicki965: Add negative_equals methods
2018-03-26 Gert Wollnymesa/st/tests: Use tgsi opcode enum also in the test...
2018-03-26 Eric Engestrommeson: fix header check message
2018-03-25 Rob Clarkglsl_types: vec8/vec16 support
2018-03-25 Rob Clarkglsl_types: refactor/prep for vec8/vec16
2018-03-24 Jordan Justenanv: Set genX_table for gen11
2018-03-24 Jordan Justenanv: Add gen11 to anv_genX_call
2018-03-23 Mathias Fröhlichvbo: Make sure the internal VAO's stay within limits.
2018-03-23 Mathias Fröhlichmesa: Flag early if we modify a SharedAndImmutable...
2018-03-23 Mathias Fröhlichmesa: When copying a VAO also copy the vertex attribute...
2018-03-23 Emil Velikovconfigure: use AC_CHECK_HEADERS to check for endian.h
2018-03-23 Kenneth Graunkeandroid: Use local i915_drm.h rather than the system...
2018-03-23 Brian Paulst/mesa: s/unsigned/enum pipe_shader_type/ for st_bind_...
2018-03-23 Brian Paulst/mesa: whitespace/formatting fixes in st_atom_constbuf.c
2018-03-23 Brian Paulst/mesa: s/unsigned/enum pipe_shader_type/
2018-03-23 Brian Paulsvga: simplify uses_flat_interp expression in emit_inpu...
2018-03-23 Brian Paulsvga: replace unsigned with proper enum names
2018-03-23 Brian Paultgsi,softpipe: use enum tgsi_opcode
2018-03-23 Brian Paulst/mesa,tgsi: use enum tgsi_opcode
2018-03-23 Brian Paultgsi/nir: use enum tgsi_opcode
2018-03-23 Brian Paultgsi: use enum tgsi_opcode
2018-03-23 Brian Paulgallivm: use enum tgis_opcode
2018-03-23 Brian Paulsvga: use enum tgsi_opcode
2018-03-23 Brian Paultgsi: convert opcode macros to enums
2018-03-23 Lionel Landwerlincompiler: glsl: silence valgrind warning on write cache
2018-03-23 Eric Engestrommeson/configure: detect endian.h instead of trying...
2018-03-23 Juan A. Suarez... wayland-drm: do not distribute generated sources
2018-03-23 Samuel Pitoisetradv: enable TC-compat HTILE for 16-bit depth surfaces...
2018-03-23 Samuel Pitoisetradv: add radv_calc_decompress_on_z_planes() helper
2018-03-23 Samuel Pitoisetradv: add radv_image_is_tc_compat_htile() helper
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-03-23 Dave Airlievirgl: add ARB_cull_distance support.
2018-03-22 Eric Anholtbroadcom/vc5: Account for InstanceID/VertexID in VPM...
2018-03-22 Eric Anholtbroadcom/vc5: Allow FBOs with mixed color formats.
2018-03-22 Eric Anholtbroadcom/vc5: Add missing support for 2101010_REV verte...
2018-03-22 Eric Anholtbroadcom/vc5: Set up a vertex position if the shader...
2018-03-22 Lionel Landwerlini965: add performance query support on CNL
2018-03-22 Lionel Landwerlini965: perf: add support for new equation operators
2018-03-22 Lionel Landwerlini965: perf: query topology
2018-03-22 Lionel Landwerlinintel: devinfo: add helper functions to fill fusing...
2018-03-22 Lionel Landwerlinintel: devinfo: meson: include drm uapi
2018-03-22 Lionel Landwerlindrm-uapi: bump headers
next