radeonsi: use current context for DCC feedback-loop decompress, fixes Elemental
[mesa.git] / src / gallium / drivers / r600 /
2016-08-09 Marek Olšákgallium/radeon: implement ARB_clear_texture (v3)
2016-08-09 Marek Olšákgallium/radeon: handle render_condition_enable for...
2016-08-09 Marek Olšákgallium: add render_condition_enable param to clear_ren...
2016-08-06 Marek Olšákgallium/radeon: count gfx IB flushes
2016-08-06 Marek Olšákgallium/radeon: move radeon_winsys::cs_memory_below_lim...
2016-08-03 Marek Olšákr600g: use last_gfx_fence like radeonsi
2016-08-01 Matt Turnerr600g: Avoid aliasing violations.
2016-07-26 Marek Olšákr600g: add support for B5G6R5 PBO uploads via texture...
2016-07-23 Marek Olšákradeonsi: implement buffer_subdata without indirect...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-20 Józef Kuciar600: advertise 8 bits subpixel precision for viewport...
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-19 Marek Olšákgallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS...
2016-07-14 Jan Veselyr600,compute: Reserve vtx 3 for kernel arguments
2016-07-08 Nicolai Hähnler600g: call cayman_emit_msaa_sample_locs only when...
2016-07-06 Nicolai Hähnlegallium/radeon: replace is_flushing_texture with db_com...
2016-07-06 Nicolai Hähnlegallium/radeon: add can_sample_z/s flags for textures
2016-07-04 Marek Olšákgallium/radeon: add and use radeon_info::max_alloc_size...
2016-07-04 Marek Olšákgallium/radeon: remove unused code - radeon_llvm_util.*
2016-07-04 Jan Veselyr600g: Add double precision FMA ops
2016-07-04 Francesco Ansanellir600: fix duplicate 'const' declaration
2016-06-29 Marek Olšákgallium/radeon: add and use r600_texture_reference
2016-06-25 Marek Olšákgallium/radeon: use r600_resource_reference
2016-06-25 Axel Davyr600g: Implement POLYGON_OFFSET_UNITS_UNSCALED
2016-06-25 Axel Davyr600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offse...
2016-06-25 Axel Davyr600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offse...
2016-06-25 Axel Davygallium: Add a cap for offset_units_unscaled
2016-06-24 Marek Olšákgallium/radeon: let drivers specify SC_MODE_CNTL_1...
2016-06-24 Marek Olšákgallium/radeon: disable complicated point clipping...
2016-06-24 Jan Veselyr600g: Enable FMA on chips that support it
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-07 Ilia Mirkingallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops...
2016-06-06 Marek Olšákr600g: use hw MSAA resolve for non-trivial resolves
2016-06-04 Marek Olšákr600g: don't flush caches when binding shader resources
2016-06-04 Marek Olšákr600g: only do necessary cache flushes in cp_dma_copy_b...
2016-06-04 Marek Olšákr600g: only do necessary cache flushes in cp_dma_clear_...
2016-06-04 Marek Olšákr600g: remove a CP DMA workaround that's not needed...
2016-06-04 Marek Olšákr600g: fix CP DMA hazard with index buffer fetches...
2016-06-04 Marek Olšákr600g: properly sync CP with CP DMA on R6xx
2016-06-04 Marek Olšákr600g: write WAIT_UNTIL in the correct place
2016-06-04 Marek Olšákgallium/u_suballoc: allow different alignment for each...
2016-06-01 Nicolai Hähnleradeon/winsys: introduce radeon_winsys_cs_chunk
2016-06-01 Nicolai Hähnlegallium/radeon: use cs_check_space throughout
2016-05-31 Marek Olšákr600g: do GL-compliant integer resolves
2016-05-23 Kenneth Graunkegallium: Add a pipe cap for whether primitive restart...
2016-05-18 Axel Davyr600g: Change default behaviour for undefined COLOR0
2016-05-18 Axel Davyr600: Change default behaviour for undefined COLOR0
2016-05-17 Nicolai Hähnlegallium/radeon: add radeon_emitted to check for non...
2016-05-17 Nicolai Hähnlegallium/radeon: use radeon_emit_array
2016-05-17 Nicolai Hähnlegallium/radeon: use radeon_emit
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-17 Jan Veselyr600g,sb: Don't use standard macro name
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-05-13 Nicolai Hähnler600: remove TABLE_SIZE macro
2016-05-13 Nicolai Hähnler600: move alu_op_table to .c file
2016-05-13 Nicolai Hähnler600: move cf_op_table to .c file
2016-05-13 Nicolai Hähnler600: move fetch_op_table to .c file
2016-05-13 Nicolai Hähnler600: protect r600_isa.h with extern "C"
2016-05-10 Marek Olšákgallium/radeon: flush if DMA IB memory usage is too...
2016-05-10 Marek Olšákgallium/radeon: fix (S)DMA read-after-write hazards
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-07 Nicolai Hähnlegallium/radeon: clean left-shift undefined behavior
2016-05-06 Marek Olšákr600g: use the hw MSAA resolving if formats are compatible
2016-05-04 Jan Veselyr600,compute: create vtx buffer for text + rodata
2016-04-29 Nicolai Hähnlegallium/radeon: fix crash in r600_set_streamout_targets
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-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 Patrick Rudolphr600g: fix and optimize tgsi_cmp when using ABS and...
2016-04-26 Jakob Sinclairgallium: Remove every double semi-colon
2016-04-26 Jakob Sinclairgallium/r600: removing double semi-colons
2016-04-26 Oded Gabbayr600g: use do_endian_swap in texture swapping function
2016-04-26 Oded Gabbayr600g: use do_endian_swap in color swapping functions
2016-04-26 Oded Gabbayr600g: set endianess of 16/32-bit buffers according...
2016-04-26 Oded Gabbayr600g/radeonsi: send endian info to format translation...
2016-04-25 Dave Airlier600: fix missing include for Elements macro
2016-04-25 Grazvydas Ignotasgallium: fix warnings in release build
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-18 Oded Gabbayr600g: Move R600_BIG_ENDIAN to r600_pipe_common.h
2016-04-18 Oded Gabbayr600g: fix code indentation
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Marek Olšákgallium/radeon: add an env variable to force a level...
2016-04-12 Bas Nieuwenhuizengallium: Add capability for ARB_robust_buffer_access_be...
2016-04-12 Marek Olšákr600g: use common scissor and viewport code
2016-04-12 Marek Olšákradeonsi: move scissor and viewport states into gallium...
2016-04-12 Marek Olšákr600g: disable aniso filtering for non-mipmap textures...
2016-04-12 Marek Olšákr600g: clean up aniso state translation
2016-04-12 Marek Olšákradeonsi: allow clearing buffers >= 4 GB
2016-04-12 Marek Olšákgallium/radeon: remove R600_QUERY_HW_FLAG_TIMER
2016-04-12 Marek Olšákgallium/radeon: merge timer and non-timer query lists
2016-04-12 Marek Olšákr600g: don't manually stop queries for blitter
2016-04-12 Marek Olšákr600g: add pausing pipeline & streamout queries into...
2016-04-12 Marek Olšákr600g: implement set_active_query_state for pausing...
2016-04-12 Marek Olšákr600g: simplify r600_set_occlusion_query_state
2016-04-12 Marek Olšákr600g: fix typo in r600 register definitions
next