Age | Commit message (Expand) | Author |
2011-02-28 | r600g: implement instanced drawing support | Christian König |
2011-02-28 | Revert "r600g: Don't negate result of ABS instruction" | Dave Airlie |
2011-02-28 | r600g: Process TRUNC with tgis_op2 | Fabian Bieler |
2011-02-28 | r600g: Don't negate result of ABS instruction | Fabian Bieler |
2011-02-25 | r600g: explicity set sign bits for RGTC | Dave Airlie |
2011-02-25 | r600g: bc 4/5 or rgtc textures need to be tiled as well. | Dave Airlie |
2011-02-24 | r600g: EXT_texture_array support. | Dave Airlie |
2011-02-23 | r600g: Request DWORD aligned vertex buffers. | Fabian Bieler |
2011-02-18 | r600g: reorganise rgtc pieces. | Dave Airlie |
2011-02-18 | r600g: Start a new TEX clause if the texture lookup address was fetched in th... | Fabian Bieler |
2011-02-18 | r600g: Add support to dump vertex- and texture-fetch clauses | Fabian Bieler |
2011-02-18 | r600g: add BC4/5 to RGTC conversion | Dave Airlie |
2011-02-17 | r600g: get s3tc working on cards with crappy 64/128 bit types. | Dave Airlie |
2011-02-17 | r600g: add missing type to color buffer swap. | Dave Airlie |
2011-02-16 | r600g: fix typo in previous s3tc commit | Dave Airlie |
2011-02-16 | r600g: add L8A8 SRGB formats. | Dave Airlie |
2011-02-16 | r600g: add L4A4 support. | Dave Airlie |
2011-02-16 | r600g: fix s3tc-texsubimage | Dave Airlie |
2011-02-16 | r600g: add srgb compressed formats to the list. | Dave Airlie |
2011-02-15 | r600g: Fix RGB10_A2 format handling | Fabian Bieler |
2011-02-15 | r600g: fix regression in r6/7xx since mipmap rework | Dave Airlie |
2011-02-15 | r600g: add support for s3tc formats. | Dave Airlie |
2011-02-15 | r600g: fix miptree calculations | Dave Airlie |
2011-02-15 | r600g: drop tiled flag | Dave Airlie |
2011-02-14 | gallium: notify drivers about possible changes in user buffer contents | Marek Olšák |
2011-02-14 | r600g: add alignment cases for linear aligned | Alex Deucher |
2011-02-14 | r600g: do not destroy the original index buffer when translating indices | Marek Olšák |
2011-02-11 | r600g: get correct height alignment | Dave Airlie |
2011-02-11 | r600g: drop two unused | 0 that are actually in word4 anyways. | Dave Airlie |
2011-02-11 | r600g: handle 16/32 u/s norm formats properly | Dave Airlie |
2011-02-08 | r600g: fixup assertion | Marek Olšák |
2011-02-08 | r600g: add a faster implementation of transfer_inline_write | Marek Olšák |
2011-02-08 | r600g: slab-allocate buffer and transfer structures | Marek Olšák |
2011-02-08 | r600g: use the same upload buffer for vertices, indices, and constants | Marek Olšák |
2011-02-08 | u_vbuf_mgr: add a way to specify the BIND flag for the upload buffer | Marek Olšák |
2011-02-08 | u_vbuf_mgr: make the uploader public | Marek Olšák |
2011-02-08 | Revert "r600g: do not flush the uploader" (with comments) | Marek Olšák |
2011-02-07 | r600g: Add support for relative addressing on constant buffers. | Henri Verbeet |
2011-02-07 | r600g: Set the fetch type in r600_bc_vtx_build(). | Henri Verbeet |
2011-02-07 | r600g: Handle the ADD_INT instruction in r600_bc_get_num_operands(). | Henri Verbeet |
2011-02-07 | r600g: Generalize the pipe_add_vertex_attrib() functions. | Henri Verbeet |
2011-02-07 | r600g: Remove vs_resource and ps_resource from the pipe context. | Henri Verbeet |
2011-02-07 | r600g: Split constants in r600_shader_from_tgsi(). | Henri Verbeet |
2011-02-07 | r600g: Do the tgsi_full_src_register to r600_shader_src conversion in r600_sh... | Henri Verbeet |
2011-02-07 | r600g: Split r600_bc_alu_src. | Henri Verbeet |
2011-02-07 | r600g: Store literal values in the r600_bc_alu_src structure. | Henri Verbeet |
2011-02-07 | r600g: tgsi_dst() can't fail. | Henri Verbeet |
2011-02-07 | r600g: tgsi_src() can't fail. | Henri Verbeet |
2011-02-07 | r600g: correctly report supported vertex formats | Marek Olšák |
2011-02-07 | r600g: use the new vertex buffer manager | Marek Olšák |