gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
[mesa.git] / src / gallium / drivers / r600 /
2011-03-05 Marek Olšákgallium: split CAP_INSTANCE_DRAWING into INSTANCEID...
2011-03-05 Christian Königr600g: simplify instance addr calculation
2011-03-05 Christian Königr600g: fix fragment shader size calculation
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 Dave Airlier600g: disable tiling by default again.
2011-03-02 Christian Königr600g: correct mega_fetch_count in fetch shader
2011-03-01 Dave Airlier600g: change the cross over point for 2d->1d
2011-03-01 Dave Airlier600g: add NV_conditional_render support.
2011-03-01 Dave Airlier600g: start using drm minor version to enable things.
2011-03-01 Alex Deucherr600g: truncate point sampled texture coordinates
2011-02-28 Alex Deucherr600g: add missing evergreen INT_TO_FLT to r600_bc_get_...
2011-02-28 Jerome Glisser600g: indentation fixes
2011-02-28 Christian Königr600g: implement instanced drawing support
2011-02-28 Dave AirlieRevert "r600g: Don't negate result of ABS instruction"
2011-02-27 Fabian Bielerr600g: Process TRUNC with tgis_op2
2011-02-27 Fabian Bielerr600g: Don't negate result of ABS instruction
2011-02-24 Dave Airlier600g: explicity set sign bits for RGTC
2011-02-24 Dave Airlier600g: bc 4/5 or rgtc textures need to be tiled as...
2011-02-24 Dave Airlier600g: EXT_texture_array support.
2011-02-23 Fabian Bielerr600g: Request DWORD aligned vertex buffers.
2011-02-18 Dave Airlier600g: reorganise rgtc pieces.
2011-02-18 Fabian Bielerr600g: Start a new TEX clause if the texture lookup...
2011-02-18 Fabian Bielerr600g: Add support to dump vertex- and texture-fetch...
2011-02-17 Dave Airlier600g: add BC4/5 to RGTC conversion
2011-02-17 Dave Airlier600g: get s3tc working on cards with crappy 64/128...
2011-02-17 Dave Airlier600g: add missing type to color buffer swap.
2011-02-16 Dave Airlier600g: fix typo in previous s3tc commit
2011-02-16 Dave Airlier600g: add L8A8 SRGB formats.
2011-02-16 Dave Airlier600g: add L4A4 support.
2011-02-16 Dave Airlier600g: fix s3tc-texsubimage
2011-02-15 Dave Airlier600g: add srgb compressed formats to the list.
2011-02-15 Fabian Bielerr600g: Fix RGB10_A2 format handling
2011-02-15 Dave Airlier600g: fix regression in r6/7xx since mipmap rework
2011-02-15 Dave Airlier600g: add support for s3tc formats.
2011-02-15 Dave Airlier600g: fix miptree calculations
2011-02-15 Dave Airlier600g: drop tiled flag
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-14 Alex Deucherr600g: add alignment cases for linear aligned
2011-02-14 Marek Olšákr600g: do not destroy the original index buffer when...
2011-02-11 Dave Airlier600g: get correct height alignment
2011-02-11 Dave Airlier600g: drop two unused | 0 that are actually in word4...
2011-02-11 Dave Airlier600g: handle 16/32 u/s norm formats properly
2011-02-08 Marek Olšákr600g: fixup assertion
2011-02-08 Marek Olšákr600g: add a faster implementation of transfer_inline_write
2011-02-08 Marek Olšákr600g: slab-allocate buffer and transfer structures
2011-02-08 Marek Olšákr600g: use the same upload buffer for vertices, indices...
2011-02-08 Marek Olšáku_vbuf_mgr: add a way to specify the BIND flag for...
2011-02-08 Marek Olšáku_vbuf_mgr: make the uploader public
2011-02-08 Marek OlšákRevert "r600g: do not flush the uploader" (with comments)
2011-02-07 Henri Verbeetr600g: Add support for relative addressing on constant...
2011-02-07 Henri Verbeetr600g: Set the fetch type in r600_bc_vtx_build().
2011-02-07 Henri Verbeetr600g: Handle the ADD_INT instruction in r600_bc_get_nu...
2011-02-07 Henri Verbeetr600g: Generalize the pipe_add_vertex_attrib() functions.
2011-02-07 Henri Verbeetr600g: Remove vs_resource and ps_resource from the...
2011-02-07 Henri Verbeetr600g: Split constants in r600_shader_from_tgsi().
2011-02-07 Henri Verbeetr600g: Do the tgsi_full_src_register to r600_shader_src...
2011-02-07 Henri Verbeetr600g: Split r600_bc_alu_src.
2011-02-07 Henri Verbeetr600g: Store literal values in the r600_bc_alu_src...
2011-02-07 Henri Verbeetr600g: tgsi_dst() can't fail.
2011-02-07 Henri Verbeetr600g: tgsi_src() can't fail.
2011-02-07 Marek Olšákr600g: correctly report supported vertex formats
2011-02-07 Marek Olšákr600g: use the new vertex buffer manager
2011-02-06 Marek Olšákr600g: do not flush the uploader
2011-02-06 Dave Airlier600g: use surface format not underlying texture format
2011-02-04 Dave Airlier600g: don't set tile_type on evergreen.
2011-02-04 Dave Airlier600g: fix evergreen sampler view + depth interaction
2011-02-03 Dave Airlier600g: get offset for correct texture when setting...
2011-02-03 Dave Airlier600g: avoid trying to flush the flushing texture.
2011-02-03 Dave Airlier600g: evergreen CB check for flushed texture
2011-02-03 Dave Airlier600g: flushing texture needs all levels.
2011-02-03 Dave Airlier600g: remove unused variables
2011-02-03 Dave Airlier600g: add a flag to just create flushed texture withou...
2011-02-03 Dave Airlier600g: also check CB bindings for textures to depth...
2011-02-03 Dave Airlier600g: flush depth texture before a blit from it.
2011-02-03 Henri Verbeetr600g: Make some more things static.
2011-02-03 Henri Verbeetr600g: Get rid of the unused r600_cf_vtx_tc() function.
2011-02-03 Henri Verbeetr600g: Make the buffer and texture vbtls static const.
2011-02-03 Dave Airlier600g: flush differences back to DB copy.
2011-02-03 Dave Airlier600g: fix depth hw resource copies.
2011-02-03 Dave Airlier600g: only set depth bit for hw accessible depth buffers.
2011-02-03 Dave Airlier600g: rework dirty / depth texture tracking.
2011-02-03 Dave Airlier600g: set correct pitch/offset for depth textures...
2011-02-02 Christian Königr600g: use burst exports in shaders
2011-02-01 Dave Airlier600g: just change tile type when buffer is set to...
2011-02-01 Dave Airlier600g: fix evergreen for depth decompress test
2011-02-01 Dave Airlier600: only decompress depth when its tile type is wrong.
2011-02-01 Dave Airlier600g: start looking at evergreen tiling.
2011-02-01 Henri Verbeetr600g: Actually use the info from the flushed depth...
2011-01-31 Christian Königr600g: fix invalid ref count handling in r600_set_const...
2011-01-31 Alex Deucherr600g: fix OQ on evergreen
2011-01-31 Dave Airlier600g: fix occlusion query results.
2011-01-31 Alex Deucherr600g: remove some non-existent evergreen reg fields
2011-01-31 Dave Airlier600g: fix regression in cubemap tests since eea1d8199b...
2011-01-31 Dave Airlier600g: handle the write all cbufs property.
2011-01-30 Henri Verbeetr600g: Update the flushed depth texture after drawing...
2011-01-30 Vinson Leer600g: Fix void pointer arithmetic.
2011-01-30 Dave Airlier600g: fixes a segfault in the piglit fbo-genmipmap...
2011-01-30 Marek Olšákr600g: upload translated indices via the uploader
2011-01-30 Marek Olšákr600g: rework vertex format fallback
2011-01-30 Marek Olšákr600g: fix vertex format fallback
next