radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMES
[mesa.git] / src / gallium / drivers / radeon /
2014-04-11 Christian Königradeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMES
2014-04-08 Marek Olšákradeonsi: allow fast color clear and Hyper-Z with 1D...
2014-04-08 Marek Olšákr600g,radeonsi: add a bunch of useful queries for the HUD
2014-04-08 Marek Olšákr600g,radeonsi: set correct initial domain for shared...
2014-04-04 Leo LiuRevert "radeon: just don't map VRAM buffers at all"
2014-04-04 Leo Liuradeon/vce: cleanup cpb handling
2014-03-22 Marek Olšákradeonsi: disable fast color clear for 1D-tiled surface...
2014-03-20 Niels Ole Salscheiderradeon: Move r600_need_dma_space to common code
2014-03-14 Niels Ole Salscheiderradeon: Move DMA ring creation to common code
2014-03-11 Marek Olšákr600g,radeonsi: attempt to fix racy multi-context apps...
2014-03-11 Marek Olšákr600g,radeonsi: fix broken buffer download
2014-03-11 Marek Olšákr600g,radeonsi: use a fallback in dma_copy instead...
2014-03-11 Marek Olšákr600g, radeonsi: fix primitives-generated query with...
2014-03-11 Marek Olšákr600g,radeonsi: don't add streamout.num_dw_for_end...
2014-03-11 Marek Olšákradeonsi: implement fast color clear
2014-03-11 Marek Olšákr600g: move fast color clear code to a common place
2014-03-11 Marek Olšákr600g,radeonsi: move CMASK register values from r600_su...
2014-03-11 Marek Olšákr600g: move cayman MSAA setup to a common place
2014-03-11 Marek Olšákr600g,radeonsi: set priorities for relocations
2014-03-11 Marek Olšákr300g,uvd,vce: set priorities for relocations
2014-03-11 Vinson Leeradeon: Fix build.
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2014-03-08 Christian Königradeon/vce: fix memory leak
2014-03-07 Tom Stellardradeon: Include radeon_elf_util.c in the list of LLVM_C...
2014-03-07 Tom Stellardradeon/llvm: Factor elf parsing code out into its own...
2014-03-07 Tom Stellardradeon: Rename struct radeon_llvm_binary to radeon_shad...
2014-03-07 Niels Ole Salscheiderradeon: Use upload manager for buffer downloads
2014-03-04 Dieter Nützelradeon/uvd: fix typo in documentation
2014-03-04 Marek Olšákradeonsi: move translate_colorswap to common code
2014-02-25 Marek Olšákr600g,radeonsi: consolidate create_surface and surface_...
2014-02-25 Marek Olšákr600g: remove r600_surface::htile_enabled
2014-02-25 Marek Olšákr600g,radeonsi: share r600_surface
2014-02-25 Marek Olšákr300g,r600g,radeonsi: add support for ARB_buffer_storage
2014-02-18 Michel Dänzerr600g,radeonsi: Consolidate logic for short-circuiting...
2014-02-14 Alex Deucherradeon: reverse DBG_NO_HYPERZ logic
2014-02-13 Christian Königradeon/vce: initial VCE support v8
2014-02-11 Christian Königvl: add H264 encoding interface
2014-02-06 Marek Olšákgallium/radeon: fix warnings
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2014-02-06 Marek Olšákr600g,radeonsi: set resource domains in one place (v2)
2014-02-06 Christian Königradeon: just don't map VRAM buffers at all
2014-02-06 Christian Königradeon/video: directly create buffers in the right...
2014-02-06 Christian Königradeon/video: seperate common video functions
2014-02-04 Marek Olšákr600g,radeonsi: skip unnecessary buffer_is_busy call...
2014-02-04 Marek Olšákr600g,radeonsi: skip busy-checking for DISCARD_RANGE...
2014-02-04 Marek Olšákr600g,radeonsi: treat DYNAMIC and STREAM usage as STAGING
2014-02-04 Christian Königradeon/uvd: fix feedback buffer handling v2
2014-01-29 Michel Dänzerradeonsi: Initial geometry shader support
2014-01-28 Tom Stellardr600g,radeonsi: Don't set resource_create in r600_commo...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate remaining obviously duplica...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_compute_param
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_paramf and get_video_param
2014-01-28 Marek Olšákr600g,radeonsi: consolidate variables for CS tracing
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_timestamp, get_driver_q...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_name and get_vendor...
2014-01-28 Marek Olšákradeon: place context-related functions first in r600_p...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate the contents of r600_resource.c
2014-01-28 Marek Olšákr600g: remove a no-op while loop
2014-01-28 Marek Olšákr600g: convert query emission code to radeon_emit
2014-01-28 Marek Olšákr600g: only emit NOP relocations for queries if VM...
2014-01-28 Marek Olšákr600g: move queries to drivers/radeon
2014-01-23 José Fonsecaradeon: More missing stdio.h includes.
2014-01-23 José Fonsecaradeon: Adding missing stdio.h include.
2014-01-23 Marek Olšákr600g,radeonsi: if discarding whole buffer range, disca...
2014-01-16 Aaron Watryradeon: Move gfx/dma cs cleanup to r600_common_context_...
2014-01-06 Marek Olšákradeonsi: disable HTILE for 1D-tiled depth-stencil...
2013-12-23 Aaron Watryradeon/llvm: Free target data at end of optimization
2013-12-23 Aaron Watryradeon/compute: Stop leaking LLVMContexts in radeon_llv...
2013-12-12 Andreas Hartmetzradeon: Allocate htile buffer for SI in r600_texture.
2013-12-12 Andreas Hartmetzradeon: rearrange r600_texture and related code a bit.
2013-12-12 Marek Olšákr600g,radeonsi: consolidate buffer code, add handling...
2013-12-12 Marek Olšákr600g,radeonsi: add common interface for buffer invalid...
2013-12-12 Marek Olšákr600g,radeonsi: consolidate some debug flags
2013-12-12 Marek Olšákr600g,radeonsi: share flags has_cp_dma and has_streamout
2013-12-12 Marek Olšákradeon: move some functions to r600_buffer_common.c
2013-12-12 Marek Olšákwinsys/radeon: set/get the scanout flag with the tiling...
2013-12-07 Vincent Lejeuner600/llvm: Allow arbitrary amount of temps in tgsi...
2013-12-03 Emil Velikovgallium/radeon: use PRIu64 macro for printing uint64_t
2013-11-26 Tom Stellardradeon/compute: Unconditionally inline all functions v2
2013-11-23 Marek Olšákradeonsi: implement MSAA for CIK
2013-11-23 Marek Olšákradeonsi: enable 2D tiling on CIK
2013-11-18 Emil Velikovdrivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILES
2013-11-16 Emil Velikovgallium/drivers: compact compiler flags into Automake.inc
2013-11-15 Aaron Watryradeon/llvm: Free elf_buffer after use
2013-11-15 Aaron Watryradeon/llvm: Free created llvm memory buffer
2013-11-15 Aaron Watryradeon/llvm: Free libelf resources
2013-11-15 Aaron Watryradeon/llvm: fix spelling error
2013-11-11 Vincent Lejeuner600/llvm: Store inputs in function arguments
2013-10-30 Tom Stellardradeon/llvm: Specify the DataLayout when running optimi...
2013-10-28 Christian Königvl/h264: split fields into SPS/PPS
2013-10-28 Christian Königradeon/uvd: fix H264 chroma format handling
2013-10-25 Marek Olšákr600g,radeonsi: use fences provided by the winsys
2013-10-13 Grigori Goronzyradeon: use staging for mapping linear textures
2013-10-12 Jay Cornwallradeon/llvm: show LLVM disassembly when available
2013-10-09 Grigori Goronzyradeon/uvd: disable VC-1 simple/main profile
2013-10-09 Grigori Goronzyradeon/uvd: try to fix VC-1 decoding
2013-10-09 Grigori Goronzyradeon/uvd: fix video format reporting
2013-10-08 Marek Olšákgallium/radeon: don't export any private symbols
2013-10-07 Christian Königradeon/uvd: optimize message handling a bit
2013-10-04 Tom Stellardradeonsi/compute: Fix segfault caused by recent refactoring
next