summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600g: explicity set sign bits for RGTCDave Airlie2011-02-251-2/+4
* r600g: bc 4/5 or rgtc textures need to be tiled as well.Dave Airlie2011-02-252-10/+10
* r600g: EXT_texture_array support.Dave Airlie2011-02-246-9/+39
* r600g: Request DWORD aligned vertex buffers.Fabian Bieler2011-02-231-1/+1
* r600g: reorganise rgtc pieces.Dave Airlie2011-02-181-16/+23
* r600g: Start a new TEX clause if the texture lookup address was fetched in th...Fabian Bieler2011-02-181-0/+12
* r600g: Add support to dump vertex- and texture-fetch clausesFabian Bieler2011-02-181-1/+56
* r600g: add BC4/5 to RGTC conversionDave Airlie2011-02-181-0/+8
* r600g: get s3tc working on cards with crappy 64/128 bit types.Dave Airlie2011-02-174-0/+30
* r600g: add missing type to color buffer swap.Dave Airlie2011-02-171-0/+1
* r600g: fix typo in previous s3tc commitDave Airlie2011-02-161-1/+1
* r600g: add L8A8 SRGB formats.Dave Airlie2011-02-163-2/+8
* r600g: add L4A4 support.Dave Airlie2011-02-162-0/+12
* r600g: fix s3tc-texsubimageDave Airlie2011-02-161-0/+3
* r600g: add srgb compressed formats to the list.Dave Airlie2011-02-161-0/+4
* r600g: Fix RGB10_A2 format handlingFabian Bieler2011-02-152-6/+10
* r600g: fix regression in r6/7xx since mipmap reworkDave Airlie2011-02-151-1/+1
* r600g: add support for s3tc formats.Dave Airlie2011-02-153-0/+75
* r600g: fix miptree calculationsDave Airlie2011-02-154-47/+41
* r600g: drop tiled flagDave Airlie2011-02-154-13/+8
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-142-0/+3
* r600g: add alignment cases for linear alignedAlex Deucher2011-02-141-0/+6
* r600g: do not destroy the original index buffer when translating indicesMarek Olšák2011-02-141-2/+2
* r600g: get correct height alignmentDave Airlie2011-02-111-3/+2
* r600g: drop two unused | 0 that are actually in word4 anyways.Dave Airlie2011-02-112-2/+2
* r600g: handle 16/32 u/s norm formats properlyDave Airlie2011-02-117-12/+57
* r600g: fixup assertionMarek Olšák2011-02-081-1/+1
* r600g: add a faster implementation of transfer_inline_writeMarek Olšák2011-02-081-1/+25
* r600g: slab-allocate buffer and transfer structuresMarek Olšák2011-02-083-10/+85
* r600g: use the same upload buffer for vertices, indices, and constantsMarek Olšák2011-02-084-28/+10
* u_vbuf_mgr: add a way to specify the BIND flag for the upload bufferMarek Olšák2011-02-081-0/+1
* u_vbuf_mgr: make the uploader publicMarek Olšák2011-02-081-1/+1
* Revert "r600g: do not flush the uploader" (with comments)Marek Olšák2011-02-081-0/+7
* r600g: Add support for relative addressing on constant buffers.Henri Verbeet2011-02-076-22/+152
* r600g: Set the fetch type in r600_bc_vtx_build().Henri Verbeet2011-02-071-0/+1
* r600g: Handle the ADD_INT instruction in r600_bc_get_num_operands().Henri Verbeet2011-02-071-0/+2
* r600g: Generalize the pipe_add_vertex_attrib() functions.Henri Verbeet2011-02-074-28/+20
* r600g: Remove vs_resource and ps_resource from the pipe context.Henri Verbeet2011-02-073-22/+6
* r600g: Split constants in r600_shader_from_tgsi().Henri Verbeet2011-02-071-140/+80
* r600g: Do the tgsi_full_src_register to r600_shader_src conversion in r600_sh...Henri Verbeet2011-02-071-176/+129
* r600g: Split r600_bc_alu_src.Henri Verbeet2011-02-073-157/+147
* r600g: Store literal values in the r600_bc_alu_src structure.Henri Verbeet2011-02-073-16/+13
* r600g: tgsi_dst() can't fail.Henri Verbeet2011-02-071-75/+26
* r600g: tgsi_src() can't fail.Henri Verbeet2011-02-071-80/+28
* r600g: correctly report supported vertex formatsMarek Olšák2011-02-073-10/+38
* r600g: use the new vertex buffer managerMarek Olšák2011-02-079-419/+101
* r600g: do not flush the uploaderMarek Olšák2011-02-061-3/+0
* r600g: use surface format not underlying texture formatDave Airlie2011-02-062-6/+6
* r600g: don't set tile_type on evergreen.Dave Airlie2011-02-041-1/+1
* r600g: fix evergreen sampler view + depth interactionDave Airlie2011-02-041-1/+1