nvc0: correct storage type for 16 bit surface formats
[mesa.git] / src / gallium / drivers /
2011-02-09 Christoph Bumillernvc0: correct storage type for 16 bit surface formats
2011-02-09 Christoph Bumillernvc0: make CSE work for ops with multiple results
2011-02-09 Christoph Bumillernvc0: replace branching with predicated insns where...
2011-02-09 Christoph Bumillernvc0: implement local memory load and store ops
2011-02-09 Christoph Bumillernvc0: make sure phi-ops really have one source per...
2011-02-09 Christoph Bumillernv50,nvc0: do not forget to apply sign mode to saved...
2011-02-09 Christoph Bumillernvc0: do not generate a backwards jump if a loop ends...
2011-02-09 Christoph Bumillernvc0: store only one value per basic block for TGSI...
2011-02-09 Christoph Bumillernv50,nvc0: fix condition code change when commuting...
2011-02-09 Christoph Bumillernvc0: set basic block on manual instruction insertion
2011-02-09 Christoph Bumillernvc0: try to fix register conflicts for vector instructions
2011-02-09 Christoph Bumillernvc0: reset texture base address after read transfer
2011-02-09 Christoph Bumillernvc0: don't combine memory loads across block boundaries
2011-02-09 Christoph Bumillernvc0: detect no-op MIN/MAX, do CSE earlier to succeed...
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šákr300g: use the same upload buffer for vertices and...
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šákr300g: use the new vertex buffer manager
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 Marek Olšákr300g: do not flush the uploader
2011-02-06 Marek Olšákr300g: RS400 doesn't have ZMASK
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 Brian Paulsvga: rename a couple sampler, sampler view functions
2011-02-03 Brian Paulgallium/svga: added debug code for dumping framebuffer...
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 Verbeetr300g: Make the buffer and texture vbtls static const.
2011-02-03 Henri Verbeetr600g: Make the buffer and texture vbtls static const.
2011-02-03 José Fonsecasvga: Fix resource leak; undo temporary workaround.
2011-02-03 José Fonsecasvga: Temporarily disable buffer DMA upload coalescing.
2011-02-03 José Fonsecasvga: Don't call swc->flush directly.
2011-02-03 José Fonsecasvga: Add an assert to catch reentrancy.
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-03 Brian Paulsoftpipe: rename sampler[] -> fragment_samplers[]
2011-02-03 Brian Paulsoftpipe: rename fragment sampler/view fields
2011-02-02 José Fonsecasvga: Flush upload buffers or we get asserts
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 Brian Paulllvmpipe: fix incorrect array index in image dump code
2011-01-31 Michel Dänzersvga: Fix translation of TGSI SSG opcode.
2011-01-31 Michel Dänzersvga: TEXLDL opcode dst/src register information is...
2011-01-31 Michel Dänzersvga: Print the number and mnemonic of the opcode we...
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šákr300g: upload translated indices via the uploader
2011-01-30 Marek Olšákr300g: rework vertex format fallback
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
2011-01-30 Marek Olšákr600g: rework vertex buffer uploads
2011-01-30 Marek Olšákr600g: consolidate set_constant_buffer functions
2011-01-30 Marek Olšákr600g: consolidate vertex_buffer_update functions
2011-01-30 Marek Olšákr600g: consolidate draw_vbo functions (v2)
2011-01-30 Marek Olšákr600g: make r600_drawl inherit pipe_draw_info
2011-01-30 Marek Olšákr600g: add back u_upload_mgr integration
2011-01-30 Christoph Bumillernvc0: implement transform feedback state
2011-01-29 Christoph Bumillernvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix them
next