| Commit message (Expand) | Author | Age | Files | Lines |
* | r600g: use more appropriate names for async DMA functions | Marek Olšák | 2014-03-20 | 1 | -4/+4 |
* | r600g: deobfuscate async DMA code | Marek Olšák | 2014-03-20 | 1 | -10/+10 |
* | r600g: don't flush the gfx IB explicitly before doing DMA | Marek Olšák | 2014-03-20 | 1 | -3/+0 |
* | radeon: Move r600_need_dma_space to common code | Niels Ole Salscheider | 2014-03-20 | 1 | -1/+1 |
* | r600g,radeonsi: use a fallback in dma_copy instead of failing | Marek Olšák | 2014-03-11 | 1 | -18/+22 |
* | r600g, radeonsi: fix primitives-generated query with disabled streamout | Marek Olšák | 2014-03-11 | 1 | -6/+3 |
* | r600g,radeonsi: move CMASK register values from r600_surface to r600_texture | Marek Olšák | 2014-03-11 | 1 | -18/+7 |
* | r600g: move cayman MSAA setup to a common place | Marek Olšák | 2014-03-11 | 1 | -207/+12 |
* | r600g,radeonsi: set priorities for relocations | Marek Olšák | 2014-03-11 | 1 | -14/+36 |
* | r600g: fix blitting the last 2 mipmap levels for Evergreen | Marek Olšák | 2014-03-07 | 1 | -11/+29 |
* | r600g: implement edge flags | Marek Olšák | 2014-03-04 | 1 | -0/+1 |
* | r600g: port color buffer format conversion from radeonsi | Marek Olšák | 2014-03-04 | 1 | -458/+6 |
* | r600g: remove r600_surface::htile_enabled | Marek Olšák | 2014-02-25 | 1 | -4/+2 |
* | r600g: use r600_surface::db_z_info | Marek Olšák | 2014-02-25 | 1 | -10/+10 |
* | r600g: add support for multiple viewports. | Dave Airlie | 2014-02-11 | 1 | -13/+28 |
* | r600g: port the layered surface rendering patch from radeonsi | Dave Airlie | 2014-02-05 | 1 | -9/+9 |
* | r600g: initial VS output layer support | Dave Airlie | 2014-02-05 | 1 | -1/+2 |
* | r600g: calculate correct cut value | Dave Airlie | 2014-02-05 | 1 | -1/+11 |
* | r600g: write proper output prim type | Dave Airlie | 2014-02-05 | 1 | -1/+26 |
* | r600g: enable instance cnt register with new enough kernel | Dave Airlie | 2014-02-05 | 1 | -6/+6 |
* | r600g: add primitive input support for gs | Dave Airlie | 2014-02-05 | 1 | -1/+5 |
* | r600g: initialise the geom shader loop registers. | Dave Airlie | 2014-02-05 | 1 | -0/+2 |
* | r600g: initial support for geometry shaders on evergreen (v2) | Vadim Girlin | 2014-02-05 | 1 | -8/+146 |
* | r600g: defer shader variant selection and depending state updates | Vadim Girlin | 2014-02-05 | 1 | -1/+0 |
* | r600g: handle NULL colorbuffers correctly on Evergreen | Marek Olšák | 2014-01-13 | 1 | -24/+35 |
* | radeon: rearrange r600_texture and related code a bit. | Andreas Hartmetz | 2013-12-12 | 1 | -5/+5 |
* | r600g,radeonsi: share flags has_cp_dma and has_streamout | Marek Olšák | 2013-12-12 | 1 | -2/+2 |
* | r600g: use common interfaces in buffer_transfer_unmap | Marek Olšák | 2013-12-12 | 1 | -0/+6 |
* | r600g,radeonsi: properly expose texture buffer formats | Marek Olšák | 2013-11-04 | 1 | -3/+8 |
* | r600g: fix crash in set_framebuffer_state | Grigori Goronzy | 2013-10-11 | 1 | -8/+15 |
* | r600g,radeonsi: consolidate tiling_info initialization | Marek Olšák | 2013-09-29 | 1 | -5/+5 |
* | r600g,radeonsi: share the async dma interface | Marek Olšák | 2013-09-29 | 1 | -7/+9 |
* | r600g: get rid of r600_texture::is_rat | Marek Olšák | 2013-09-29 | 1 | -7/+1 |
* | r600g,radeonsi: consolidate transfer, cmask, and fmask structures | Marek Olšák | 2013-09-29 | 1 | -15/+15 |
* | r600g: fast color clears for single-sample buffers | Grigori Goronzy | 2013-09-20 | 1 | -0/+17 |
* | r600g: add support for separately allocated CMASKs | Grigori Goronzy | 2013-09-20 | 1 | -5/+19 |
* | r600g: move streamout state to drivers/radeon | Marek Olšák | 2013-08-31 | 1 | -227/+227 |
* | r600g: x/y coordinates must be divided by block dim in dma blit | Christoph Bumiller | 2013-07-11 | 1 | -2/+8 |
* | r600g: adjust flush flags (v3) | Alex Deucher | 2013-07-08 | 1 | -0/+2 |
* | r600g: implement fast color clears for MSAA on evergreen+ | Grigori Goronzy | 2013-07-01 | 1 | -2/+5 |
* | r600g/compute: Accept LDS size from the LLVM backend | Tom Stellard | 2013-06-28 | 1 | -3/+3 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -2/+4 |
* | r600g: cleanup MSAA texture support checking | Marek Olšák | 2013-05-15 | 1 | -12/+4 |
* | r600g: rewrite FMASK allocation, fix FMASK texturing with 2 and 4 samples | Marek Olšák | 2013-05-15 | 1 | -7/+10 |
* | r600g: force full cache for hyperz | Jerome Glisse | 2013-04-29 | 1 | -0/+1 |
* | r600g: Add evergreen_emit_cs_constant_buffers() v2 | Tom Stellard | 2013-04-25 | 1 | -10/+24 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 1 | -2/+2 |
* | r600g: add get_sample_position support (v3) | Dave Airlie | 2013-04-11 | 1 | -106/+181 |
* | r600g: Add support for GL_ARB_texture_buffer_range | Fredrik Höglund | 2013-04-11 | 1 | -2/+4 |
* | r600g: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on cayman | Alex Deucher | 2013-03-19 | 1 | -1/+0 |