mesa.git
2018-08-29 Jason Ekstrandanv,i965: Lower away image derefs in the driver
2018-08-29 Jason Ekstrandnir: Add handle/index-based image intrinsics
2018-08-29 Jason Ekstrandnir: Use a bitfield for image access qualifiers
2018-08-29 Jason Ekstrandglsl/link,i965: Make ImageAccess four-state
2018-08-29 Jason Ekstrandintel/compiler: Use two components for 1D array image...
2018-08-29 Jason Ekstrandisl: Use the view array length for the image size
2018-08-29 Jason Ekstrandintel/compiler: Do image load/store lowering to NIR
2018-08-29 Jason Ekstrandnir/types: Add a wrapper for coordinate_components
2018-08-29 Jason Ekstrandanv/pipeline: Remove dead image loads in lower_input_at...
2018-08-29 Jason Ekstrandnir: Make image load/store intrinsics variable-width
2018-08-29 Jason Ekstrandnir/format_convert: Fix a bitmask in unpack_11f11f10f
2018-08-29 Jason Ekstrandnir/format_convert: Rename pack_r11g11b10f to pack_11f1...
2018-08-29 Jason Ekstrandnir/format_convert: Add [us]norm conversion helpers
2018-08-29 Jason Ekstrandnir/format_convert: Rename nir_format_bitcast_uint_vec
2018-08-29 Jason Ekstrandnir/format_convert: Add vec mask and sign-extend helpers
2018-08-29 Jason Ekstrandnir/format_convert: Add support for unpacking signed...
2018-08-29 Jason Ekstrandnir/opcodes: Make unpack_half_2x16_split_* variable...
2018-08-29 Jason Ekstrandnir/algebraic: Add some max/min optimizations
2018-08-29 Jason Ekstrandnir/algebraic: Add more extract_[iu](8|16) optimizations
2018-08-29 Jason Ekstrandnir/algebraic: Be more careful converting ushr to extra...
2018-08-29 Sagar Ghugeintel/tools: new i965_disasm tool
2018-08-29 Kenneth Graunkest/mesa: Disable blending for integer formats.
2018-08-29 Brian Paulsvga: add missing switch cases for shadow textures
2018-08-29 Brian Paulsvga: fix vgpu9 sprite coordinate bug
2018-08-29 Brian Paulsvga: fix PIPE_TEXTURE_RECT/BUFFER const buffer issue
2018-08-29 Brian Paulsvga: minor improvements in svga_state_constants.c
2018-08-29 Jason Ekstrandanv: Free the app and engine name
2018-08-29 Rhys Kiddnv50/ir: silence partitionLoadStore() unused function...
2018-08-29 vadym.shovkopliasglsl/linker: Link all out vars from a shader objects...
2018-08-29 Lionel Landwerlinanv: blorp: support multiple aspect blits
2018-08-29 Tapani Pällimesa: allow GL_UNSIGNED_BYTE type for SNORM reads
2018-08-29 Timothy Arcerinir: add loop unroll support for wrapper loops
2018-08-29 Timothy Arcerinir/opt_loop_unroll: Remove unneeded phis if we make...
2018-08-29 Timothy Arcerinir: add complex_loop bool to loop info
2018-08-29 Timothy Arcerinir: always attempt to find loop terminators
2018-08-28 Marek Olšákac/surface: fix CMASK fast clear for NPOT textures...
2018-08-28 Ian Romanicki965/vec4: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAd...
2018-08-28 Ian Romanicki965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for imageAtomi...
2018-08-28 Ian Romanicki965/fs: Refactor image atomics to be a bit more like...
2018-08-28 Ian Romanicki965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd...
2018-08-28 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-08-28 Sagar Ghugei965: enable AMD_depth_clamp_separate
2018-08-28 Sagar Ghugei965: add functional changes for AMD_depth_clamp_separate
2018-08-28 Sagar Ghugemesa: add EXTRA_EXT for AMD_depth_clamp_separate
2018-08-28 Sagar Ghugemesa: add support for GL_AMD_depth_clamp_separate tokens
2018-08-28 Sagar Ghugemesa: Add support for AMD_depth_clamp_separate
2018-08-28 Sagar Ghugemesa: Add types for AMD_depth_clamp_separate.
2018-08-28 Sagar Ghugeglapi: define AMD_depth_clamp_separate
2018-08-28 Jason Ekstrandanv: Claim to support depthBounds for ID games
2018-08-28 Jason Ekstrandanv: Copy the appliation info into the instance
2018-08-28 Jason Ekstrandvulkan/alloc: Add a vk_strdup helper
2018-08-28 Dylan Bakermeson: Actually load translation files
2018-08-28 Caio Marcelo... nir: Remove outdated comment
2018-08-28 Kevin Rogovini965: Add INTEL_fragment_shader_ordering support.
2018-08-28 Kevin Rogovinmesa: Add GL/GLSL plumbing for INTEL_fragment_shader_or...
2018-08-28 Andrii Simikliti965/gen6/xfb: handle case where transform feedback...
2018-08-28 Rhys Perrydocs: add forgotten features to 18.2.0 release notes
2018-08-28 Erik Faye-Lundvirgl: add debug-switch to output TGSI
2018-08-28 Erik Faye-Lundvirgl: introduce $VIRGL_DEBUG=verbose
2018-08-28 Erik Faye-Lundvirgl: replace fprintf-call with debug_printf
2018-08-28 Erik Faye-Lundvirgl: delete commented out fprintf-call
2018-08-27 Guido Günthermeson: Don't enable any vulkan drivers on arm, aarch64
2018-08-27 Guido Günthermeson: Be a bit more helpful when arch or OS is unknown
2018-08-27 Sagar Ghugeintel/eu: print bytes instead of 32 bit hex value
2018-08-27 Lionel Landwerlinintel: decoder: handle 0 sized structs
2018-08-27 Rhys Perrynv50/ir,nvc0: use constant buffers for compute when...
2018-08-27 Rhys Perrynv50/ir: optimize multiplication by 16-bit immediates...
2018-08-27 Rhys Perrynv50/ir: optimize near power-of-twos into shladd
2018-08-27 Rhys Perrynv50/ir: move a * b -> a << log2(b) code into createMul()
2018-08-27 Rhys Perrynv50/ir: optimize imul/imad to xmads
2018-08-27 Rhys Perrygm107/ir: add support for OP_XMAD on GM107+
2018-08-27 Rhys Perrynv50/ir: add preliminary support for OP_XMAD
2018-08-27 vadym.shovkopliasglsl/linker: Allow unused in blocks which are not decla...
2018-08-27 Jason Ekstrandnir: Pull block_ends_in_jump into nir.h
2018-08-27 Samuel Iglesias... anv: Add support for protected memory properties on...
2018-08-25 Jason Ekstrandintel/tools: Add 0x in front of a couple of hex values
2018-08-25 Jason Ekstrandanv: Fill holes in the VF VUE to zero
2018-08-25 Kai Wasserbächintel: tools: Fix aubinator_error's fprintf call (forma...
2018-08-25 Jason Ekstrandintel/batch_decoder: Print blend states properly
2018-08-25 Jason Ekstrandintel/batch_decoder: Fix dynamic state printing
2018-08-25 Jason Ekstrandintel/decoder: Print ISL formats for vertex elements
2018-08-25 Jason Ekstrandintel/decoder: Clean up field iteration and fix sub...
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-24 Lionel Landwerlinintel: decoder: unify MI_BB_START field naming
2018-08-24 Dylan Bakerdocs: Update calendar, news, relnotes for 18.1.7
2018-08-24 Dylan Bakerdocs: Add mesa 18.1.7 notes
2018-08-24 Dylan Bakerdocs: Add mesa 18.1.7 docs
2018-08-24 Andres Gomezdocs: update calendar 18.2.0-rc4 is out, extend to...
2018-08-24 Kevin Rogovindocs/relnotes: Mark NV_fragment_shader_interlock suppor...
2018-08-24 Emil Velikovegl/drm: use gbm_dri_bo() wrapper
2018-08-24 Emil Velikovegl/drm: use gbm_dri_surface() wrapper
2018-08-24 Emil Velikovegl/drm: use gbm_dri_device() wrapper
2018-08-24 Emil Velikovegl/android: simplify device open/probe
2018-08-24 Emil Velikovegl/android: remove drmVersion::name NULL check
2018-08-24 Emil Velikovegl/android: remove droid_probe_driver()
2018-08-24 Emil Velikovegl/android: use strcmp with drmVersion::name
2018-08-24 Emil Velikovegl/android: use drmDevice instead of the manual /dev...
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-24 Emil VelikovRevert "travis: use python3 for the autoconf builds"
2018-08-24 Kenneth GraunkeRevert "mesa: bump GL_MAX_ELEMENTS_INDICES and GL_MAX_E...
next