r600g: Generalize the pipe_add_vertex_attrib() functions.
[mesa.git] / src / gallium / drivers / r600 /
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
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-28 Marek Olšákr600g: handle PIPE_CAP_ARRAY_TEXTURES
2011-01-25 Mathias Fröhlichr600g: Implement timer queries.
2011-01-24 Henri Verbeetr600g: FLT_TO_INT* are vector instructions on Evergreen.
2011-01-21 Christian Königr600g: check if hardware blits are possible bevore...
2011-01-21 Alex Deucherr600g: FLT_TO_INT_FLOOR is trans instruction
2011-01-19 Christian Königr600g: fix segfault if texture operand is a literal
2011-01-18 Christian Königr600g: fix reserve_cfile for R700+
2011-01-18 Henri Verbeetr600g: Kill trailing whitespace.
2011-01-18 Henri Verbeetr600g: Remove the unused eg_states_inc.h and r600_state...
2011-01-18 Henri Verbeetr600g: Simplify some r600_bc_add_alu_type() calls to...
2011-01-16 Christian Königr600g: fix PIPE_CAP_INSTANCED_DRAWING warning
2011-01-16 Christian Königr600g: fix alu inst group merging for relative adressing
2011-01-16 Christian Königr600d: fix some bugs added reworking literal handling
2011-01-15 Henri Verbeetr600g: Fix some register value name typos.
2011-01-15 Henri Verbeetr600g: Get rid of r600_translate_vertex_data_type().
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-14 Alex Deucherr600g: compiler helper opcode fixes for evergreen
2011-01-14 Alex Deucherr600g: pass r600_bc to some addition compiler helper...
2011-01-14 Vinson Leer600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_IN...
2011-01-14 Christian Königr600g: add more missing instructions to r600_bc_get_num...
2011-01-13 Vinson Leer600g: Move declaration before code in r600_asm.c.
2011-01-13 Christian Königr600g: rework literal handling
2011-01-13 Christian Königr600g: merge alu groups
2011-01-13 Christian Königr600g: implement replacing gpr with pv and ps
2011-01-13 Christian Königr600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num...
2011-01-13 Christian Königr600g: rework bank swizzle code
2011-01-13 Christian Königr600g: fix alu slot assignment
2011-01-13 Christian Königr600g: optimize away CF ALU instructions even if type...
2011-01-13 Vinson Leer600g: Silence uninitialized variable warnings.
2011-01-12 Christian Königr600g: also look at tex inst when for maximum gpu count
2011-01-12 Christian Königr600g: implement output modifiers and use them to furth...
2011-01-12 Christian Königr600g: use special constants for 0, 1, -1, 1.0f, 0...
2011-01-12 Christian Königr600g: optimize temp register handling for LRP
2011-01-12 Christian Königr600g: optimize away CF_INST_POP
2011-01-12 Christian Königr600g: make dumping of shaders an option
2011-01-12 Christian Königr600g: fix alu dumping
2011-01-12 Christian Königr600g: improve r600_bc_dump
2011-01-11 Christian Königr600g: texture instructions also work fine with TGSI_FI...
2011-01-11 Christian Königr600g: DP4 also supports writemasking
2011-01-11 Christian Königr600g: Why all this fiddling with tgsi_helper_copy?
2011-01-11 Christian Königr600g: fix tex and vtx joining
2011-01-11 Tilman Sauerbeckr600g: Fixed SIN/COS/SCS for the case where the operand...
2011-01-11 Jerome Glisser600g: move user fence into base radeon structure
2011-01-07 Henri Verbeetr600g: Also set const_offset if the buffer is not a...
2011-01-07 Henri Verbeetr600g: Update some comments for Evergreen.
2011-01-07 Henri Verbeetr600g: Split ALU clauses based on used constant cache...
next