aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
Commit message (Expand)AuthorAgeFilesLines
* r600g: disable tiling by default again.Dave Airlie2011-03-041-4/+4
* r600g: correct mega_fetch_count in fetch shaderChristian König2011-03-031-1/+1
* r600g: change the cross over point for 2d->1dDave Airlie2011-03-021-1/+1
* r600g: add NV_conditional_render support.Dave Airlie2011-03-014-1/+37
* r600g: start using drm minor version to enable things.Dave Airlie2011-03-018-13/+26
* r600g: truncate point sampled texture coordinatesAlex Deucher2011-02-282-1/+14
* r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operandsAlex Deucher2011-02-281-0/+1
* r600g: indentation fixesJerome Glisse2011-02-286-66/+65
* r600g: implement instanced drawing supportChristian König2011-02-286-103/+191
* Revert "r600g: Don't negate result of ABS instruction"Dave Airlie2011-02-281-2/+0
* r600g: Process TRUNC with tgis_op2Fabian Bieler2011-02-281-2/+2
* r600g: Don't negate result of ABS instructionFabian Bieler2011-02-281-0/+2
* 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