summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)Author
2011-03-04r600g: disable tiling by default again.Dave Airlie
2011-03-03r600g: correct mega_fetch_count in fetch shaderChristian König
2011-03-02r600g: change the cross over point for 2d->1dDave Airlie
2011-03-01r600g: add NV_conditional_render support.Dave Airlie
2011-03-01r600g: start using drm minor version to enable things.Dave Airlie
2011-02-28r600g: truncate point sampled texture coordinatesAlex Deucher
2011-02-28r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operandsAlex Deucher
2011-02-28r600g: indentation fixesJerome Glisse
2011-02-28r600g: implement instanced drawing supportChristian König
2011-02-28Revert "r600g: Don't negate result of ABS instruction"Dave Airlie
2011-02-28r600g: Process TRUNC with tgis_op2Fabian Bieler
2011-02-28r600g: Don't negate result of ABS instructionFabian Bieler
2011-02-25r600g: explicity set sign bits for RGTCDave Airlie
2011-02-25r600g: bc 4/5 or rgtc textures need to be tiled as well.Dave Airlie
2011-02-24r600g: EXT_texture_array support.Dave Airlie
2011-02-23r600g: Request DWORD aligned vertex buffers.Fabian Bieler
2011-02-18r600g: reorganise rgtc pieces.Dave Airlie
2011-02-18r600g: Start a new TEX clause if the texture lookup address was fetched in th...Fabian Bieler
2011-02-18r600g: Add support to dump vertex- and texture-fetch clausesFabian Bieler
2011-02-18r600g: add BC4/5 to RGTC conversionDave Airlie
2011-02-17r600g: get s3tc working on cards with crappy 64/128 bit types.Dave Airlie
2011-02-17r600g: add missing type to color buffer swap.Dave Airlie
2011-02-16r600g: fix typo in previous s3tc commitDave Airlie
2011-02-16r600g: add L8A8 SRGB formats.Dave Airlie
2011-02-16r600g: add L4A4 support.Dave Airlie
2011-02-16r600g: fix s3tc-texsubimageDave Airlie
2011-02-16r600g: add srgb compressed formats to the list.Dave Airlie
2011-02-15r600g: Fix RGB10_A2 format handlingFabian Bieler
2011-02-15r600g: fix regression in r6/7xx since mipmap reworkDave Airlie
2011-02-15r600g: add support for s3tc formats.Dave Airlie
2011-02-15r600g: fix miptree calculationsDave Airlie
2011-02-15r600g: drop tiled flagDave Airlie
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-14r600g: add alignment cases for linear alignedAlex Deucher
2011-02-14r600g: do not destroy the original index buffer when translating indicesMarek Olšák
2011-02-11r600g: get correct height alignmentDave Airlie
2011-02-11r600g: drop two unused | 0 that are actually in word4 anyways.Dave Airlie
2011-02-11r600g: handle 16/32 u/s norm formats properlyDave Airlie
2011-02-08r600g: fixup assertionMarek Olšák
2011-02-08r600g: add a faster implementation of transfer_inline_writeMarek Olšák
2011-02-08r600g: slab-allocate buffer and transfer structuresMarek Olšák
2011-02-08r600g: use the same upload buffer for vertices, indices, and constantsMarek Olšák
2011-02-08u_vbuf_mgr: add a way to specify the BIND flag for the upload bufferMarek Olšák
2011-02-08u_vbuf_mgr: make the uploader publicMarek Olšák
2011-02-08Revert "r600g: do not flush the uploader" (with comments)Marek Olšák
2011-02-07r600g: Add support for relative addressing on constant buffers.Henri Verbeet
2011-02-07r600g: Set the fetch type in r600_bc_vtx_build().Henri Verbeet
2011-02-07r600g: Handle the ADD_INT instruction in r600_bc_get_num_operands().Henri Verbeet
2011-02-07r600g: Generalize the pipe_add_vertex_attrib() functions.Henri Verbeet
2011-02-07r600g: Remove vs_resource and ps_resource from the pipe context.Henri Verbeet