| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/radeon: link in libradeon.la at target level | Emil Velikov | 2014-05-15 | 1 | -2/+0 |
* | gallium/radeon: build only a single common library libradeon | Emil Velikov | 2014-05-15 | 1 | -2/+0 |
* | radeonsi: Fix anisotropic filtering state setup | Michel Dänzer | 2014-05-14 | 1 | -9/+0 |
* | r600g: simplify framebuffer state size computation | Marek Olšák | 2014-05-10 | 1 | -26/+4 |
* | gallium: add a cap for supporting 4-offset TG4 opcodes | Ilia Mirkin | 2014-05-07 | 1 | -1/+2 |
* | gallium: add basic support for ARB_sample_shading | Ilia Mirkin | 2014-04-26 | 1 | -0/+1 |
* | r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISC | Marek Olšák | 2014-04-25 | 5 | -7/+27 |
* | r600g: fix for an MSAA hang on RV770 | Marek Olšák | 2014-04-25 | 3 | -1/+12 |
* | r600g: fix for broken CULL_FRONT behavior on R6xx | Marek Olšák | 2014-04-25 | 4 | -61/+64 |
* | r600g: fix buffer copying on R600-R700 | Marek Olšák | 2014-04-25 | 1 | -0/+6 |
* | r600g: fix flushing on RV670, RS780, RS880 again | Marek Olšák | 2014-04-25 | 1 | -0/+9 |
* | r600g: fix edge flags and layered rendering on R600-R700 | Marek Olšák | 2014-04-25 | 1 | -2/+4 |
* | r600g,radeonsi: don't skip the context flush if a fence should be returned | Marek Olšák | 2014-04-18 | 1 | -1/+1 |
* | r600g: Disable LLVM by default at runtime for graphics | Michel Dänzer | 2014-04-17 | 3 | -5/+5 |
* | r600g,radeonsi: share some of gfx flush code | Marek Olšák | 2014-04-16 | 1 | -41/+3 |
* | r600g,radeonsi: share r600_flush_from_st | Marek Olšák | 2014-04-16 | 1 | -17/+0 |
* | r600g: merge r600_flush with r600_context_flush | Marek Olšák | 2014-04-16 | 3 | -45/+33 |
* | gallium/radeon: create and return a fence in the flush function | Marek Olšák | 2014-04-16 | 5 | -18/+20 |
* | winsys/radeon: fold cs_set_flush_callback into cs_create | Marek Olšák | 2014-04-16 | 1 | -6/+5 |
* | r600g: remove redundant r600_flush_from_winsys | Marek Olšák | 2014-04-16 | 1 | -8/+1 |
* | gallium: add a way to query min/max texture gather offsets | Ilia Mirkin | 2014-04-10 | 1 | -0/+2 |
* | winsys/radeon: fix a race condition between winsys_create and winsys_destroy | Marek Olšák | 2014-04-10 | 1 | -1/+1 |
* | r600g: Don't leak bytecode on shader compile failure | Michel Dänzer | 2014-04-10 | 1 | -7/+12 |
* | gallium: add support for LODQ opcodes. | Dave Airlie | 2014-04-07 | 1 | -0/+1 |
* | mesa/soft/llvmpipe: add fake MSAA support | Dave Airlie | 2014-04-02 | 1 | -0/+3 |
* | r600g: use more appropriate names for async DMA functions | Marek Olšák | 2014-03-20 | 5 | -32/+32 |
* | r600g: deobfuscate async DMA code | Marek Olšák | 2014-03-20 | 6 | -31/+35 |
* | r600g: don't flush the gfx IB explicitly before doing DMA | Marek Olšák | 2014-03-20 | 4 | -11/+0 |
* | radeon: Move r600_need_dma_space to common code | Niels Ole Salscheider | 2014-03-20 | 5 | -15/+4 |
* | radeon: Move DMA ring creation to common code | Niels Ole Salscheider | 2014-03-14 | 2 | -31/+0 |
* | r600g: compute memory pool size is given in dw | Niels Ole Salscheider | 2014-03-11 | 1 | -2/+2 |
* | r600g,radeonsi: attempt to fix racy multi-context apps calling BufferData | Marek Olšák | 2014-03-11 | 1 | -4/+1 |
* | r600g,radeonsi: use a fallback in dma_copy instead of failing | Marek Olšák | 2014-03-11 | 2 | -35/+49 |
* | r600g, radeonsi: fix primitives-generated query with disabled streamout | Marek Olšák | 2014-03-11 | 4 | -10/+7 |
* | r600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTURE_ARRAY_LAYERS limits | Marek Olšák | 2014-03-11 | 1 | -3/+5 |
* | r600g: move fast color clear code to a common place | Marek Olšák | 2014-03-11 | 1 | -80/+2 |
* | r600g,radeonsi: move CMASK register values from r600_surface to r600_texture | Marek Olšák | 2014-03-11 | 2 | -40/+8 |
* | r600g: move cayman MSAA setup to a common place | Marek Olšák | 2014-03-11 | 2 | -214/+12 |
* | r600g,radeonsi: set priorities for relocations | Marek Olšák | 2014-03-11 | 6 | -41/+104 |
* | r600g: document why texture offset emulation is needed | Marek Olšák | 2014-03-10 | 1 | -1/+2 |
* | radeon: Rename struct radeon_llvm_binary to radeon_shader_binary v2 | Tom Stellard | 2014-03-07 | 1 | -2/+2 |
* | r600g: fix blitting the last 2 mipmap levels for Evergreen | Marek Olšák | 2014-03-07 | 3 | -13/+36 |
* | r600g: fix texelFetchOffset GLSL functions | Marek Olšák | 2014-03-07 | 1 | -10/+77 |
* | r600g: implement edge flags | Marek Olšák | 2014-03-04 | 3 | -4/+53 |
* | r600g: port color buffer format conversion from radeonsi | Marek Olšák | 2014-03-04 | 4 | -913/+161 |
* | r600g/compute: PIPE_CAP_COMPUTE should be false for pre-evergreen GPUs | Tom Stellard | 2014-02-28 | 1 | -1/+3 |
* | r600g,radeonsi: consolidate create_surface and surface_destroy | Marek Olšák | 2014-02-25 | 1 | -44/+0 |
* | r600g: remove r600_resource.h | Marek Olšák | 2014-02-25 | 5 | -48/+15 |
* | r600g: remove r600_surface::htile_enabled | Marek Olšák | 2014-02-25 | 2 | -8/+4 |
* | r600g: use r600_surface::db_z_info | Marek Olšák | 2014-02-25 | 1 | -10/+10 |