mesa.git
2017-02-18 Marek Olšákgallium/radeon: change r600_aligned_buffer_create to...
2017-02-18 Marek Olšákradeonsi: upload constants into VRAM instead of GTT
2017-02-18 Marek Olšákgallium/radeon: use TCC line size as alignment in other...
2017-02-18 Marek Olšákradeonsi: use a clever alignment for index buffer uploads
2017-02-18 Marek Olšákradeonsi: use a clever alignment for descriptor uploads
2017-02-18 Marek Olšákradeonsi: use a clever alignment for constant buffer...
2017-02-18 Marek Olšákradeonsi: move index buffer flushing into a non-upload...
2017-02-18 Marek Olšákradeonsi: use SI_MAX_ATTRIBS where it should be used
2017-02-18 Marek Olšákradeonsi: sort members of si_shader_key::part
2017-02-18 Marek Olšákradeonsi: have separate LS and ES main shader parts...
2017-02-18 Marek Olšákradeonsi: don't compile pure monolithic shaders asynchr...
2017-02-18 Marek Olšákradeonsi: allow unaligned vertex buffer offsets and...
2017-02-18 Marek Olšákradeonsi: remove the fix_size3 workaround
2017-02-18 Marek Olšákradeonsi: add a workaround for clamping unaligned RGB...
2017-02-18 Marek Olšákradeonsi: make fix_fetch an array of uint8_t
2017-02-18 Marek Olšákvl: fix a buffer leak in the bicubic filter by using...
2017-02-18 Marek Olšákgallium/hud: create files after graphs are created...
2017-02-18 Marek Olšákgallium/u_suballoc: allow setting pipe_resource::flags
2017-02-18 Marek Olšákgallium/u_suballoc: use clear_buffer if available
2017-02-18 Marek Olšákgallium/util: correctly unref a buffer in u_prim_restart
2017-02-18 Marek Olšákgallium/util: remove unused u_index_modify helpers
2017-02-18 Marek Olšákgallium/util: remove unused helper util_draw_texquad
2017-02-18 Marek Olšákgallium/docs: remove documentation of non-existent...
2017-02-17 Jason Ekstrandanv/TODO: Check off Storage Image Without Format
2017-02-17 Marek Olšákac/llvm: fix various findMSB bugs
2017-02-17 Jose Maria... glsl: link error if unsized array not-last in ssbo
2017-02-17 Lionel Landwerlini965/fs: fix uninitialized memory access
2017-02-17 Timothy Arceriglsl: disable on disk shader cache when running as...
2017-02-17 Alejandro Piñeiromesa/formatquery: use consistent local function names
2017-02-17 Bas Nieuwenhuizenradv: Use different allocator for descriptor set vram.
2017-02-17 Bas Nieuwenhuizenradv: Never try to create more than max_sets descriptor...
2017-02-17 Samuel Iglesias... i965/fs: fix 32-bit data type to int64 conversion on...
2017-02-17 Timothy Arceriglsl: fix scons builds with shader cache
2017-02-17 Timothy Arceriutil/disk_cache: fix typo in function stub
2017-02-17 Jason Ekstrandi965/fs: Remove hand-coded 64-bit packing optimizations
2017-02-17 Jason Ekstrandnir/algebraic: Optimize 64bit pack/unpack
2017-02-17 Jason Ekstrandnir: Rename lower_double_pack to lower_64bit_pack
2017-02-17 Jason Ekstrandnir: Combine the int and double [un]pack opcodes
2017-02-17 Jason Ekstrandi965/fs: Fix the inline nir_op_pack_double optimization
2017-02-17 George Kyriazisswr: remove unneeded extern "C"
2017-02-17 George Kyriazisgallium: add extern "C" guards
2017-02-17 Timothy Arceriutil/disk_cache: check cache exists before calling...
2017-02-17 Timothy Arceriutil/disk_cache: add support for removing old versions...
2017-02-17 Timothy Arceriutil/disk_cache: allow drivers to pass a directory...
2017-02-17 Timothy Arcerimesa: remove cache creation from _mesa_initialize_context()
2017-02-17 Timothy Arcerist/mesa/glsl: build string of dri options and use as...
2017-02-17 Timothy Arceriglsl: reserve parameter storage on cache restore
2017-02-17 Timothy Arceriglsl: don't try to load/store buffer object values...
2017-02-17 Timothy Arceriglsl: don't reprocess or clear UBOs on cache fallback
2017-02-17 Timothy Arceriglsl: skip more uniform initialisation when doing fallb...
2017-02-17 Timothy Arceriglsl: don't lose uniform values when falling back to...
2017-02-17 Timothy Arceriglsl: don't reference shader prog data during cache...
2017-02-17 Timothy Arcerimesa/glsl: add cache_fallback flag to gl_shader_program...
2017-02-17 Timothy Arceriglsl: add api and glsl version to hash generation for...
2017-02-17 Timothy Arceriglsl: cache uniform values
2017-02-17 Timothy Arceriglsl: make uniform values helper available for use...
2017-02-17 Timothy Arceriglsl: cache some more image metadata
2017-02-17 Timothy Arceriglsl: add support for caching atomic buffers
2017-02-17 Timothy Arceriglsl: add shader cache support for buffer blocks
2017-02-17 Timothy Arceriglsl: store subroutine remap table in shader cache
2017-02-17 Timothy Arceriglsl: add support for caching subroutines
2017-02-17 Timothy Arceriglsl: add support for caching shaders with xfb qualifiers
2017-02-17 Timothy Arceriglsl: add shader cache support for samplers
2017-02-17 Timothy Arceriglsl: add basic support for resource list to shader...
2017-02-17 Timothy Arceriglsl: fix uniform remap table cache when explicit locat...
2017-02-17 Carl Worthglsl: Serialize three additional hash tables with progr...
2017-02-17 Timothy Arceriglsl: use correct shader source in case of cache fallback
2017-02-17 Timothy Arceriglsl: make use of on disk shader cache
2017-02-17 Timothy Arceriglsl: add initial implementation of shader cache
2017-02-16 Dave Airlieradeonsi: use shared emit_umsb helper.
2017-02-16 Dave Airlieradv/ac: use shared umsb helper.
2017-02-16 Dave Airlieradeon/ac: add emit umsb shared code.
2017-02-16 Dave Airlieradeon/ac: use llvm.amdgcn.sffbh intrinsic instead...
2017-02-16 Dave Airlieradeonsi: use shared emit imsb code.
2017-02-16 Dave Airlieradv/ac: use shader imsb emission code.
2017-02-16 Dave Airlieradeon/ac: add ac_emit_imsb helper.
2017-02-16 Emil Velikovegl: _eglFilterArray's filter is always non-null
2017-02-16 Emil Velikovdocs: add hyperlink to the releasing documentation
2017-02-16 Emil Velikovutil/disk_cache: do not allow space in MESA_GLSL_CACHE_...
2017-02-16 Emil Velikovconfigure.ac: remove unneeded trailing semicolon
2017-02-16 Emil Velikovr100: use correct libdrm_radeon macro
2017-02-16 Emil Velikovwinsys/radeon: remove fall-back defines
2017-02-16 Emil Velikovconfigure.ac: bump LIBDRM_RADEON requirement to 2.4.71
2017-02-16 Emil Velikovbin/get-fixes-pick-list.sh: add new script
2017-02-16 Emil Velikovbin/get-pick-list.sh: remove ancient way of nominating...
2017-02-16 Emil Velikovbin/get-pick-list.sh: limit `git grep ...' only as...
2017-02-16 Emil Velikovbin/get-typod-pick-list.sh: limit `git grep ...' to...
2017-02-16 Emil Velikovbin/get-extra-pick-list: rework to use already_picked...
2017-02-16 Emil Velikovbin/get-extra-pick-list: use git merge-base to get...
2017-02-16 Emil Velikovdocs: provide some tips where to obtain Mesa binaries
2017-02-16 Emil Velikovdocs/submittingpatches: assorted grammar fixes
2017-02-16 Emil Velikovdocs/releasing: update the website section
2017-02-16 Emil Velikovdocs/releasing: tweak the glxinfo/glxgear/etc. command...
2017-02-16 Emil Velikovdocs/releasing: build test the scons/mingw build
2017-02-16 Dave Airlienir: handle some 64-bit integer conversions
2017-02-16 Dave Airlienir: handle 64-bit integer types in glsl->nir type...
2017-02-16 Dave Airliespirv: handle SpvOpUConvert in proper place.
2017-02-16 Dave Airliespirv: add support for Int64 capability
2017-02-16 Dave Airliespirv/nir: add support for int64
2017-02-16 Dave Airlienir/types: add C accessors for 64-bit integer types.
next