freedreno/ir3: correct # of dest components for intrinsics
[mesa.git] / src / gallium / drivers /
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
2017-11-06 Wladimir J. van... etnaviv: ASTC texture support
2017-11-06 Wladimir J. van... etnaviv: Update from rnndb
2017-11-06 Marek Olšákradeonsi: enable signed vertex buffer offsets
2017-11-06 Marek Olšákgallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2017-11-06 Marek Olšákradeonsi: don't map big VRAM buffers for the first...
2017-11-06 Marek Olšákgallium/u_threaded: don't map big VRAM buffers for...
2017-11-04 Pierre Moreaunv50,nvc0: Display shared memory usage in pipe_debug_me...
2017-11-04 Pierre Moreaunv50,nvc0: Copy shared memory per block to the program...
2017-11-04 Pierre Moreaunv50/ir: Store shared memory per block in nv50_ir_prog_info
2017-11-03 Andrey Grodzovskywinsys/amdgpu: Add R600_DEBUG flag to reserve VMID...
2017-11-03 Dave Airliei915g: remove some unknown cap warnings.
2017-11-03 Dave Airliei915g: make gears run again.
2017-11-03 Timothy Arceriac/radeonsi: add support for tex instr without a derefence
2017-11-02 Dave Airlier600: add support for early depth/stencil.
2017-11-02 Dave Airlier600: add support for emitting RAT instructions to...
2017-11-02 Dave Airlier600: add support for mark bit to the assembler.
2017-11-02 Dave Airlier600: add support for valid pixel mode on CF clauses
2017-11-02 Dave Airlier600: add support for some ALU sources.
2017-11-02 Marek Olšákradeonsi: remove 'Authors:' comments
2017-11-02 Wladimir J. van... etnaviv: Allow clearing constant buffer using buffer...
2017-11-02 Wladimir J. van... etnaviv: Don't flush on transfer when UNSYNCHRONIZED
2017-11-02 Wladimir J. van... etnaviv: don't do resolve-in-place without valid TS
2017-11-01 Dylan Bakersvga: Use __asm__ instead of asm
2017-11-01 Marek OlšákRevert "winsys/amdgpu: Add R600_DEBUG flag to reserve...
2017-11-01 Dave Airliegallium: add cap for driver specified max combined...
2017-10-31 Gert Wollnyr600/sb: bail out if prepare_alu_group() doesn't find...
2017-10-31 Timothy Arceriradeonsi: fix culldist_writemask in nir path
2017-10-31 Andrey Grodzovskywinsys/amdgpu: Add R600_DEBUG flag to reserve VMID...
2017-10-30 Eric Anholtbroadcom/vc5: Force blending to treat alpha as 1 for...
2017-10-30 Eric Anholtbroadcom/vc5: Do BGRA vs RGBA swapping for the BLEND_CO...
2017-10-30 Eric Anholtbroadcom/vc5: Pack clear colors according to the TLB...
2017-10-30 Eric Anholtbroadcom/vc5: Don't do r/b channel swapping on 565.
next