Introduce .editorconfig
[mesa.git] / src / gallium / drivers / radeonsi /
2016-06-01 Nicolai Hähnleradeon/winsys: introduce radeon_winsys_cs_chunk
2016-06-01 Nicolai Hähnleradeonsi/sid: add packet definitions for IB chaining
2016-06-01 Nicolai Hähnlegallium/radeon: use cs_check_space throughout
2016-06-01 Marek Olšákradeonsi: set correct stencil tile mode for texturing
2016-06-01 Marek Olšákradeonsi: set some colorbuffer register fields at emit...
2016-06-01 Marek Olšákradeonsi: implement global resetting of texture descriptors
2016-06-01 Marek Olšákradeonsi: move code for setting one shader image into...
2016-06-01 Marek Olšákradeonsi: set some image descriptor fields at bind...
2016-06-01 Alex Deucherradeonsi: fix the raster config setup for 1 RB iceland...
2016-05-31 Bas Nieuwenhuizenradeonsi: Decompress DCC textures in a render feedback...
2016-05-31 Bas Nieuwenhuizenradeonsi: Add counter to check if a texture is bound...
2016-05-31 Marek Olšákradeonsi: fix CP DMA hazard with index buffer fetches
2016-05-31 Marek Olšákradeonsi: do GL-compliant integer resolves
2016-05-31 Marek Olšákradeonsi: don't flush TC at the end of IBs on DRM ...
2016-05-30 Bas Nieuwenhuizenradeonsi: Don't offset OFFCHIP_BUFFERING on pre-VI...
2016-05-27 Bas Nieuwenhuizenradeonsi: enable OpenGL 4.3
2016-05-27 Marek Olšákradeonsi: always reserve output space for tess factors
2016-05-26 Bas Nieuwenhuizenradeonsi: Allow TES distribution between shader engines.
2016-05-26 Bas Nieuwenhuizenradeonsi: Process multiple patches per threadgroup.
2016-05-26 Bas Nieuwenhuizenradeonsi: Add barrier before writing the tess factors.
2016-05-26 Bas Nieuwenhuizenradeonsi: Enable dynamic HS.
2016-05-26 Bas Nieuwenhuizenradeonsi: Remove LDS layout user SGPR's from TES.
2016-05-26 Bas Nieuwenhuizenradeonsi: Use buffer loads and stores for passing data...
2016-05-26 Bas Nieuwenhuizenradeonsi: Store inputs to memory when not using a TCS.
2016-05-26 Bas Nieuwenhuizenradeonsi: Add offchip buffer address calculation.
2016-05-26 Bas Nieuwenhuizenradeonsi: Add user SGPR for the layout of the offchip...
2016-05-26 Bas Nieuwenhuizenradeonsi: Use correct parameter index for LS_OUT_LAYOUT.
2016-05-26 Bas Nieuwenhuizenradeonsi: Add buffer load functions.
2016-05-26 Bas Nieuwenhuizenradeonsi: Define build_tbuffer_store_dwords earlier...
2016-05-26 Bas Nieuwenhuizenradeonsi: Add offchip tessellation parameters.
2016-05-26 Bas Nieuwenhuizenradeonsi: Add buffer for offchip storage between TCS...
2016-05-23 Kenneth Graunkegallium: Add a pipe cap for whether primitive restart...
2016-05-19 Marek Olšákradeonsi: add a workaround for a bug in LLVM <= 3.8
2016-05-18 Axel Davyradeonsi: Mixed colorbuffer formats are unsupported
2016-05-18 Axel Davyradeonsi: Change default behaviour for undefined COLOR0
2016-05-17 Nicolai Hähnleradeonsi: force level zero on image instructions in...
2016-05-17 Nicolai Hähnleradeonsi: emit TXQ in separate functions
2016-05-17 Nicolai Hähnlegallium/radeon: add radeon_emitted to check for non...
2016-05-17 Nicolai Hähnlegallium/radeon: use radeon_emit
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: rename reg_table to sid_reg_table
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: store offset into global fields...
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: store strings by offset instead...
2016-05-10 Bas Nieuwenhuizenradeonsi: Set declared tessellation LDS size to hardwar...
2016-05-10 Marek Olšákradeonsi: consolidate radeon_add_to_buffer_list calls...
2016-05-10 Marek Olšákgallium/radeon: flush if DMA IB memory usage is too...
2016-05-10 Marek Olšákradeonsi: add new SDMA texture copy code
2016-05-10 Marek Olšákgallium/radeon: fix (S)DMA read-after-write hazards
2016-05-10 Marek Olšákradeonsi: raise the max size for SDMA buffer copies
2016-05-10 Marek Olšákradeonsi: remove SDMA texture copy code
2016-05-10 Marek Olšákradeonsi: only expose *_init_*dma_functions from (S...
2016-05-10 Marek Olšákgallium/radeon: implement randomized SDMA texture copy...
2016-05-10 Marek Olšákgallium/radeon: use a common function for DMA blit...
2016-05-10 Marek Olšákgallium/radeon: use gart_page_size instead of hardcoded...
2016-05-09 Nicolai Hähnleradeonsi: workaround for tesselation on SI
2016-05-09 Nicolai Hähnleradeonsi: always allocate export memory for pixel shaders
2016-05-09 Nicolai Hähnleradeonsi: expose performance counters as 64 bit
2016-05-07 Nicolai Hähnleradeonsi: fix undefined behavior (memcpy arguments...
2016-05-07 Nicolai Hähnleradeonsi: fix some reported undefined left-shifts
2016-05-07 Nicolai Hähnlegallium/radeon: clean left-shift undefined behavior
2016-05-06 Bas Nieuwenhuizenradeonsi: Compute correct LDS size for fragment shaders.
2016-05-06 Marek Olšákradeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4
2016-05-05 Nicolai Hähnleradeonsi: mark descriptor loads as using dynamically...
2016-05-02 Marek Olšákradeonsi: remove unused tile mode getters
2016-05-02 Marek Olšákradeonsi: just read tile mode arrays in SDMA setup
2016-05-02 Marek Olšákradeonsi: just read tile mode arrays in SI DMA setup
2016-05-02 Marek Olšákradeonsi: just read tile mode arrays in DB setup
2016-05-02 Marek Olšákradeonsi: when parsing dmesg, skip empty lines
2016-05-02 Marek Olšákradeonsi: use the hw MSAA resolving if formats are...
2016-05-02 Nicolai Hähnleradeonsi: fix PIPE_FORMAT_R11G11B10_FLOAT handling
2016-05-02 Nicolai Hähnleradeonsi: correct NULL-pointer check in si_upload_const...
2016-04-30 Marek Olšákradeonsi: fix synchronization of shader images
2016-04-28 Marek Olšákgallium/radeon: drop support for LINEAR_GENERAL layout
2016-04-28 Marek Olšákradeonsi: rework clear_buffer flags
2016-04-28 Marek Olšákradeonsi: remove needless cache flushes at the end...
2016-04-28 Marek Olšákradeonsi: remove flushes at the beginning and end of...
2016-04-28 Jakob Sinclairradeonsi: check if value is negative
2016-04-27 Nicolai Hähnlegallium/radeon: remove use_reusable_pool parameter...
2016-04-27 Nicolai Hähnleradeon/video: always use the reusable buffer pool
2016-04-27 Nicolai Hähnleradeonsi: work around an MSAA fast stencil clear problem
2016-04-27 Nicolai Hähnleradeonsi: expclear must be disabled on first Z/S clear
2016-04-27 Nicolai Hähnleradeonsi: move blend choice out of loop in si_blit_deco...
2016-04-27 Nicolai Hähnleradeonsi: use level mask for early out in si_blit_decom...
2016-04-27 Nicolai Hähnleradeonsi: si_blit_decompress_depth is only used for...
2016-04-27 Nicolai Hähnleradeonsi: only decompress the required ZS planes from...
2016-04-27 Nicolai Hähnleradeonsi: decompress Z & S planes in one pass
2016-04-27 Nicolai Hähnleradeonsi: early out of si_blit_decompress_depth_in_plac...
2016-04-27 Nicolai Hähnleradeonsi: use MIN2 instead of expanded ?: operator
2016-04-27 Nicolai Hähnleradeonsi: fix brace style
2016-04-27 Nicolai Hähnleradeonsi: emit s_waitcnt for shader memory barriers...
2016-04-26 Marek Olšákradeonsi: add RW_BUFFERS only once in si_ce_needed_cs_space
2016-04-26 Bas Nieuwenhuizenradeonsi: Fix memory leak in error path.
2016-04-26 Oded Gabbayradeonsi: fix build error because of missing param
2016-04-26 Oded Gabbayr600g/radeonsi: send endian info to format translation...
2016-04-25 Dave Airlieradeonsi: fix missing include for Elements.
2016-04-22 Tom Stellardradeonsi: Implement ddx/ddy on VI using ds_bpermute
2016-04-22 Tom Stellardradeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead...
2016-04-22 Tom Stellardradeonsi: Set range metadata on calls to llvm.SI.tid
2016-04-22 Tom Stellardradeonsi: Create a helper function for computing the...
next