r600: add gs tri strip adjacency fix.
[mesa.git] / src / gallium / drivers /
2017-11-13 Dave Airlier600: add gs tri strip adjacency fix.
2017-11-13 Dave Airlier600: fix isoline tess factor component swapping.
2017-11-13 Dave Airlier600/shader: reserve first register of vertex shader.
2017-11-13 Dave Airlier600: don't emit atomic save if we have no atomic counters.
2017-11-13 Juan A. Suarez Romeroetnaviv: automake,meson: include common_3d.xml.h in...
2017-11-12 Rob Clarkfreedreno/a5xx: fix SSBO emit for non-zero offset
2017-11-12 Rob Clarkfreedreno/a5xx: remove obsolete comment
2017-11-12 Rob Clarkfreedreno/ir3: don't create split/fo if only writing .x
2017-11-12 Rob Clarkfreedreno/a5xx: indirect grids
2017-11-12 Rob Clarkfreedreno/a5xx: add global size compute cap
2017-11-12 Rob Clarkfreedreno/ir3: turn on std430 packing
2017-11-12 Rob Clarkfreedreno/a5xx: image support
2017-11-12 Rob Clarkfreedreno/ir3: moar better scheduler
2017-11-12 Rob Clarkfreedreno/ir3: move macros
2017-11-12 Rob Clarkfreedreno/ir3: image support
2017-11-12 Rob Clarkfreedreno/ir3: shared variable support
2017-11-12 Rob Clarkfreedreno/ir3: some SSBO cleanups/fixes
2017-11-12 Rob Clarkfreedreno/ir3: split out INSTR4F instructions
2017-11-12 Rob Clarkfreedreno/ir3: cat6 encoding fixes
2017-11-12 Rob Clarkfreedreno/ir3: add barriers
2017-11-12 Rob Clarkfreedreno/ir3: invert is_same_type_mov() logic
2017-11-12 Rob Clarkfreedreno/ir3: add cat7 instructions
2017-11-12 Rob Clarkfreedreno/ir3: add SSBO get_buffer_size() support
2017-11-12 Rob Clarkfreedreno/ir3: extract helper for common consts
2017-11-12 Rob Clarkfreedreno: add image view state tracking
2017-11-12 Rob Clarkfreedreno: update generated headers
2017-11-12 Rob Clarkfreedreno/ir3: rename ir3_compile -> ir3_context
2017-11-12 Timothy Arceriac: add emit_vertex to the abi
2017-11-12 Timothy Arceriradeonsi: rework gs_vtx_offset handling
2017-11-10 Timothy Arceriradeonsi: get llvm types from ac
2017-11-10 Bruce Cherniakswr: Fixed an uncommon freed-memory access during state...
2017-11-10 Rob Clarkfreedreno/ir3: fix standalone compiler meson build
2017-11-10 Rob Clarkfreedreno/ir3: correct # of dest components for intrinsics
2017-11-10 Rob Clarkfreedreno/ir3: remove bogus assert
2017-11-09 Eric Anholtbroadcom/vc4: Fix simulator mode for the MADVISE usage.
2017-11-09 Dave Airlier600: add support for hw atomic counters. (v3)
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-11-09 Dave Airlier600/query: drop rest of vi workaround code.
2017-11-09 Boris Brezillonbroadcom/vc4: Mark BOs as purgeable when they enter...
2017-11-09 Eric Anholtmeson: Enable VC4's NEON assembly support.
2017-11-09 Marek Olšákradeonsi: pack r600_surface better
2017-11-09 Marek Olšákradeonsi: pack r600_texture better
2017-11-09 Marek Olšákradeonsi: clean up r600_surface
2017-11-09 Marek Olšákradeonsi: remove r600_texture::non_disp_tiling
2017-11-09 Marek Olšákradeonsi: remove DBG_NO_DISCARD_RANGE
2017-11-09 Nicolai Hähnleradeonsi: use a threaded context even for debug contexts
2017-11-09 Nicolai Hähnleradeonsi: record and dump time of flush
2017-11-09 Nicolai Hähnleddebug: optionally handle transfer commands like draws
2017-11-09 Nicolai Hähnleddebug: dump context and before/after times of draws
2017-11-09 Nicolai Hähnleddebug: generalize print_named_xxx via a PRINT_NAMED...
2017-11-09 Nicolai Hähnleddebug: rewrite to always use a threaded approach
2017-11-09 Nicolai Hähnleddebug: use an atomic increment when numbering files
2017-11-09 Nicolai Hähnledd/util: extract dd_get_debug_filename_and_mkdir
2017-11-09 Nicolai Hähnleradeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE
2017-11-09 Nicolai Hähnleradeonsi: document some subtle details of fence_finish...
2017-11-09 Nicolai Hähnlegallium/u_threaded: implement asynchronous flushes
2017-11-09 Nicolai Hähnleradeonsi: move fence functions to si_fence.c
2017-11-09 Nicolai Hähnlewinsys/amdgpu: handle cs_add_fence_dependency for defer...
2017-11-09 Nicolai Hähnlegallium: remove unused and deprecated u_time.h
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-09 Nicolai Hähnleradeonsi: always use async compiles when creating shade...
2017-11-09 Nicolai Hähnleradeonsi: fix potential use-after-free of debug callbacks
2017-11-09 Nicolai Hähnleradeonsi: move pipe debug callback to si_context
2017-11-09 Nicolai Hähnleutil: move pipe_barrier into src/util and rename to...
2017-11-09 Nicolai Hähnleradeonsi: reduce the scope of sel->mutex in si_shader_s...
2017-11-09 Nicolai Hähnleradeonsi: use ready fences on all shaders, not just...
2017-11-09 Ilia Mirkinr600g: use SIMPLE_FLOAT for blending to enable some...
2017-11-09 Ilia Mirkinnv50: make blending work so that zero wins in a multipl...
2017-11-08 Andreas Bollbroadcom/vc5: Add vc5_drm.h to the release tarball
2017-11-08 Gert Wollnyswr: Replace the check for c++11 by the unified version
2017-11-07 Eric Anholtbraodcom/vc5: Flush the job when it grows over 1GB.
2017-11-07 Eric Anholtbroadcom/vc5: Fix pausing of transform feedback.
2017-11-07 Eric Anholtbroadcom/vc5: Add support for GL_RASTERIZER_DISCARD
2017-11-07 Eric Anholtbroadcom/vc5: Add partial transform feedback query...
2017-11-07 Eric Anholtbroadcom/vc5: Add occlusion query support.
2017-11-07 Eric Anholtbroadcom/vc5: Skip emitting textures that aren't used.
2017-11-07 Eric Anholtbroadcom/vc5: Add missing SRGBA8 ETC2 support.
2017-11-07 Eric Anholtbroadcom/vc5: Disable early Z test when the FS writes Z.
2017-11-07 Eric Anholtbroadcom/vc5: Shift the min/max lod fields by the BASE_...
2017-11-07 Eric Anholtbroadcom/vc5: Add support for anisotropic filtering.
2017-11-07 Eric Anholtbroadcom/vc5: Fix mipmap filtering enums.
2017-11-07 Eric Anholtbroadcom/vc5: Fix height padding of small UIF slices.
2017-11-07 Eric Anholtbroadcom/vc5: Print the actual offsets in HW for our...
2017-11-07 Eric Anholtbroadcom/vc5: Set the available VS outputs to match...
2017-11-07 Eric Anholtbroadcom/vc5: Set the max texture LOD bias.
2017-11-07 Eric Anholtbroadcom/vc5: Fix translation of stencil ops.
2017-11-07 Eric Anholtbroadcom/vc5: Move stencil state packing to the CSO.
2017-11-07 Eric Anholtbroadcom/vc5: Introduce a helper for pre-packing our...
2017-11-07 Eric Anholtbroadcom/vc5: Add a cl_emit() variant for merging with...
2017-11-07 Eric Anholtbroadcom/vc5: Skip emitting depth offset while disabled.
2017-11-07 Eric Anholtbroadcom/vc5: Don't emit stencil config if not doing...
2017-11-07 Eric Anholtbroadcom/vc5: Don't emit updated blend factors/funcs...
2017-11-07 Eric Anholtbroadcom/vc5: Make sure the TMU indirect struct is...
2017-11-07 Eric Anholtbroadcom/vc5: Use DEPTH24_STENCIL8 for rendering to...
2017-11-07 Marek Olšákradeonsi: add si_screen::has_ls_vgpr_init_bug
2017-11-07 Marek Olšákradeonsi: use ac_create_target_machine
2017-11-07 Marek Olšákradeonsi: use ac_get_llvm_processor_name
2017-11-07 Marek Olšákradeonsi/gfx9: don't set gs_table_depth
2017-11-07 Marek Olšákradeonsi/gfx9: limit the scissor bug workaround to...
2017-11-06 Wladimir J. van... etnaviv: Don't over-pad compressed textures
next