st/mesa: Fix missing-braces warning.
[mesa.git] / src / gallium / drivers /
2017-04-12 Marek OlšákRevert "r600g: get rid of dummy pixel shader"
2017-04-11 Tim Rowleyswr: [rasterizer core] Disable 8x2 tile backend
2017-04-11 Tim Rowleyswr: [rasterizer common] Add _simd_testz_si alias
2017-04-11 Tim Rowleyswr: [rasterizer archrast] Fix archrast for MSVC 2017...
2017-04-11 Tim Rowleyswr: [rasterizer jitter] Remove unused function
2017-04-11 Tim Rowleyswr: [rasterizer jitter] Remove HAVE_LLVM tests support...
2017-04-11 Tim Rowleyswr: [rasterizer common/core] Fix 32-bit windows build
2017-04-11 Tim Rowleyswr: [rasterizer core] Fix unused variable warnings
2017-04-11 Tim Rowleyswr: [rasterizer core] Code formating change
2017-04-11 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - PA
2017-04-11 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - Clipper
2017-04-11 Tim Rowleyswr: [rasterizer core] Multisample sample position...
2017-04-11 Tim Rowleyswr: [rasterizer core] Reduce templates to speed compile
2017-04-11 Tim Rowleyswr: return true for PIPE_CAP_DOUBLES
2017-04-11 Lucas Stachetnaviv: enable TS, but disable autodisable
2017-04-11 Lucas Stachetnaviv: enable TS also on sampler resources
2017-04-11 Lucas Stachetnaviv: align TS surface size to number of pixel pipes
2017-04-11 Lucas Stachetnaviv: avoid using invalid TS
2017-04-11 Ilia Mirkinnouveau: when mapping a persistent buffer, synchronize...
2017-04-11 Ilia Mirkinnvc0: increase texture buffer object alignment to 256...
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 Mirkinnvc0/ir: fix LSB/BFE/BFI implementations
2017-04-07 Tim Rowleyswr: fix unused variable warnings
2017-04-07 Charmaine Leesvga: add context pointer to the invalidate surface...
2017-04-07 Brian Paulsvga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
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 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-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 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 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ä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 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.
2017-04-04 Marek Olšákradeonsi: use i32_0/1 instead of *int_bld.zero/one...
2017-04-04 Marek Olšákgallium: decrease the size of pipe_resource - 64 -...
2017-04-04 Marek Olšákgallium: decrease the size of pipe_stream_output_info...
2017-04-04 Marek Olšákradeonsi: use i32_0 and i32_1 more
2017-04-04 Marek Olšákradeonsi: remove most uses of lp_build_const*
2017-04-04 Marek Olšákradeonsi: clean up 'radeon_bld' references
2017-04-04 Marek Olšákradeonsi: fix broken texture filtering on SI-CIK since...
next