i965/drm: Drop cliprects and dr4 from execbuf variants.
[mesa.git] / src / gallium /
2017-04-10 Samuel Pitoisetgallium/radeon: add HUD queries for GPU temperature...
2017-04-10 Samuel Pitoisetradeonsi: add new si_check_render_feedback_texture...
2017-04-10 Samuel Pitoisetradeonsi: add new si_decompress_color_texture() helper
2017-04-10 Samuel Pitoisetradeonsi: add new depth_needs_decompression() helper
2017-04-10 Samuel Pitoisetradeonsi: add a 'break' in si_check_render_feedback_*()
2017-04-10 Samuel Pitoisetradeonsi: re-use 'desc' in si_set_shader_image()
2017-04-10 Constantine Kharlamovr600g: get rid of dummy pixel shader
2017-04-10 Constantine Kharlamovr600g: add draw_vbo check for a NULL pixel shader
2017-04-10 Constantine Kharlamovr600g: skip repeating vs, gs, and tes shader binds
2017-04-09 Ilia Mirkinnv50/ir: remove unused swizzle field in ValueRef
2017-04-09 Boyan Dingnouveau: enable ARB_shader_clock on nv50 and nvc0
2017-04-09 Boyan Dingnv50/ir: Handle TGSI_OPCODE_CLOCK
2017-04-09 Boyan Dinggm107/ir: Emit SV_CLOCK system value
2017-04-08 Ilia Mirkinnvc0/ir: fix overwriting of offset register with interp...
2017-04-08 Ilia Mirkingallium: fix some math formulas to display better
2017-04-08 Ilia Mirkinnvc0/ir: fix LSB/BFE/BFI implementations
2017-04-07 Nicolai Hähnleutil: fix swizzle of INSTANCEID system value
2017-04-07 Bruce Cherniakst/glx: Add awareness for multisample pixel formats...
2017-04-07 Tim Rowleyswr: fix unused variable warnings
2017-04-07 Brian Paulgallivm: init vars to silence gcc warnings
2017-04-07 Charmaine Leesvga: add context pointer to the invalidate surface...
2017-04-07 Brian Paulwinsys/svga: use c11 thread types/functions
2017-04-07 Thomas Hellstromwinsys/svga: Resolve command submission buffer contenti...
2017-04-07 Brian Paulsvga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
2017-04-07 Brian Paulst/wgl: sort strings in stw_extension_string[] array
2017-04-07 Charmaine Leesvga: remove redundant surface propagation
2017-04-07 Charmaine Leesvga: Fix zslice index to svga_texture_copy_handle_reso...
2017-04-07 Brian Paulsvga: specify include path for git_sha1.h for out-of...
2017-04-07 Brian Paulst/wgl: pseudo-implementation of WGL_EXT_swap_control
2017-04-07 Charmaine Leesvga: Fix out-of-sync backing surface
2017-04-07 Charmaine Leesvga: add a reset flag to svga_propagate_surface()
2017-04-07 Charmaine Leesvga: add the has_backed_views flag
2017-04-07 Charmaine Leesvga: only destroy render target view from a context...
2017-04-07 Charmaine Leesvga: disable rasterization if rasterizer_discard is...
2017-04-07 Charmaine Leesvga: do not emulate wide points in GS when doing trans...
2017-04-07 Rob Clarkgallium/util: tweak backtrace format with libunwind
2017-04-07 Rob Clarkgallium/util: cache symbol lookup with libunwind
2017-04-07 Rob Clarkgallium/util: fix missing limit check in libunwind...
2017-04-06 Samuel Pitoisetgallium/radeon: fix typo in radeon_winsys.h
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-04-05 Tim Rowleyswr: [rasterizer core] Enable 8x2 backend
2017-04-05 Tim Rowleyswr: [rasterizer codegen] remove copy of mako
2017-04-05 Tim Rowleyswr: [rasterizer core/memory] Move intrinics to _simd...
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-04-05 Tim Rowleyswr: [configure.ac/scons] require c++14
2017-04-05 Tim Rowleyswr: [rasterizer core] Fix center sample pattern
2017-04-05 Tim Rowleyswr: [rasterizer core/memory] Fix missing avx512 storetile
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-04-05 Christian GmeinerRevert "etnaviv: Cannot render to rb-swapped formats"
2017-04-05 Christian Gmeineretnaviv: add support for rb swap
2017-04-05 Christian Gmeineretnaviv: adapt shader-db output for variant support
2017-04-05 Christian Gmeineretnaviv: bring back shader-db traces
2017-04-05 Christian Gmeineretnaviv: add etna_shader_key and generate variants...
2017-04-05 Christian Gmeineretnaviv: pass a preallocated variant to compiler
2017-04-05 Christian Gmeineretnaviv: make specs const
2017-04-05 Christian Gmeineretnaviv: add struct etna_shader_state
2017-04-05 Christian Gmeineretnaviv: add basic shader variant support
2017-04-05 Christian Gmeineretnaviv: s/etna_shader/etna_shader_variant
2017-04-05 Christian Gmeineretnaviv: remove not needed forward declarations
2017-04-05 Emil Velikovgallium/util: honour LIBUNWIND_CFLAGS
2017-04-05 Aaron Watryst/clover: Fix build after shrink of pipe_box
2017-04-05 Nicolai Hähnleradeonsi: enable ARB_shader_ballot
2017-04-05 Nicolai Hähnleradeonsi: optimization barriers to work around LLVM...
2017-04-05 Nicolai Hähnleradeonsi: strengthen emit_optimization_barrier
2017-04-05 Nicolai Hähnleradeonsi: emit TGSI_OPCODE_READ_*
2017-04-05 Nicolai Hähnleradeonsi: emit TGSI_OPCODE_BALLOT
2017-04-05 Nicolai Hähnleradeonsi: implement TGSI_SEMANTIC_SUBGROUP_*
2017-04-05 Nicolai Hähnleradeonsi: support 64-bit system values
2017-04-05 Nicolai Hähnleradeonsi: bump RADEON_LLVM_MAX_SYSTEM_VALUES
2017-04-05 Ilia Mirkintgsi: add SUBGROUP_* semantics
2017-04-05 Ilia Mirkintgsi: add BALLOT/READ_* opcodes
2017-04-05 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_BALLOT
2017-04-05 Emil Velikovswr: automake: add gen_common.py to the tarball
2017-04-05 Nicolai Hähnleradeonsi: enable ARB_sparse_buffer
2017-04-05 Nicolai Hähnleradeonsi: disable SDMA clears and copies for sparse...
2017-04-05 Nicolai Hähnlegallium/radeon: implement pipe->resource_commit
2017-04-05 Nicolai Hähnlegallium/radeon: transfers and invalidation for sparse...
2017-04-05 Nicolai Hähnlegallium/radeon: implement sparse buffer creation
2017-04-05 Nicolai Hähnlewinsys/amdgpu: sparse buffer debugging helpers
2017-04-05 Nicolai Hähnlewinsys/amdgpu: take fences when freeing a backing buffer
2017-04-05 Nicolai Hähnlewinsys/amdgpu: add sparse buffers to CS
2017-04-05 Nicolai Hähnlewinsys/amdgpu: sparse buffer creation / destruction...
2017-04-05 Nicolai Hähnlewinsys/amdgpu: add sparse buffer data structures
2017-04-05 Nicolai Hähnlewinsys/amdgpu: extend amdgpu_add_fence to allow adding...
2017-04-05 Nicolai Hähnlewinsys/amdgpu: build handles and flags list late on...
2017-04-05 Nicolai Hähnlewinsys/amdgpu: share common code in amdgpu_add_fence_de...
2017-04-05 Nicolai Hähnlewinsys/amdgpu: extract amdgpu_do_add_real_buffer
2017-04-05 Nicolai Hähnlewinsys/radeon: sparse buffers will not be supported
2017-04-05 Nicolai Hähnleradeon/winsys: add sparse buffer interface
2017-04-05 Nicolai Hähnletrace: add resource_commit pass-through
2017-04-05 Nicolai Hähnleddebug: add resource_commit pass-through
2017-04-05 Nicolai Hähnlegallium: add sparse buffer interface and capability
2017-04-04 Vinson Leelibgl-xlib: Link with libunwind.
2017-04-04 Marek Olšáktargets: export radeon winsys_create functions to silen...
2017-04-04 Constantine Kharlamovr600g: check rasterizer primitive states like in radeonsi
2017-04-04 Constantine Kharlamovr600g: extract a code into a r600_emit_rasterizer_prim_...
2017-04-04 Constantine Kharlamovr600g/radeonsi: use the correct types (taken from pipe_...
2017-04-04 Constantine Kharlamovr600g: remove duplicate memset by using a pointer,...
2017-04-04 Marek Olšákradeonsi: access gallivm through ctx in most places
2017-04-04 Marek Olšákradeonsi: use ctx->types instead of bld->types etc.
next