r600g: make r600_drawl inherit pipe_draw_info
[mesa.git] / src / gallium / drivers / r600 /
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...
2011-01-07 Henri Verbeetr600g: Consistently use the copy of the alu instruction...
2011-01-07 Henri Verbeetr600g: Store kcache settings as an array.
2011-01-07 Dave Airlier600g: allow constant buffers to be user buffers.
2011-01-06 Alex Deucherr600g: add support for NI (Northern Islands) GPUs
2011-01-04 Alex Deucherr600g: support up to 64 shader constants
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-20 Jerome Glisser600g: properly unset vertex buffer
2010-12-20 Marek Olšákgallium: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-24 Henri Verbeetr600g: r600_blit_uncompress_depth() can't fail.
2010-12-24 Henri Verbeetr600g: Get rid of r600_blit_uncompress_depth_ptr.
2010-12-24 Dave Airlier600g: hack around property unknown issues.
2010-12-24 Vinson Leer600g: Rearrange print order of outputs of R600_ERR.
2010-12-22 Henri Verbeetr600g: Remove the unused "pframebuffer" field from...
2010-12-22 Dave Airlier600g: drop unused code in evergreen.
2010-12-22 Dave Airlier600g: fix evergreen segfaults.
2010-12-21 Jerome Glisser600g: avoid segfault
2010-12-15 Fredrik Höglundr600g: fix pow(0, 0) evaluating to NaN
2010-12-15 Jerome Glisser600g: need to reference upload buffer as the might...
2010-12-14 Jerome Glisser600g: fix segfault when translating vertex buffer
2010-12-13 Alex Deucherr600g: fix rendering with a vertex attrib having a...
2010-12-09 Vinson Leer600g: Fix SCons build.
2010-12-09 Jerome Glisser600g: indentation cleanup
2010-12-09 Jerome Glisser600g: specialized upload manager
2010-12-07 Jerome Glisser600g: remove dead code
2010-12-06 Jerome Glisser600g: avoid useless shader rebuild at draw call
2010-12-06 Jerome Glisser600g: build fetch shader from vertex elements
2010-12-05 Henri Verbeetr600g: Cleanup fetch shader resources in r600_pipe_shad...
2010-12-03 Jerome Glisser600g: more indentation fix + warning silencing + dead...
2010-12-03 Jerome Glisser600g: indentation fix
2010-12-03 Jerome Glisser600g: update polygon offset only when rasterizer or...
2010-12-03 Fabian Bielerr600g: set address of pop instructions to next instruction
2010-12-03 Jerome Glisser600g: dump raw shader output for debugging
2010-12-02 Alex Deucherr600g: bump texture/cb limits appropriately for evergreen
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-29 Dave Airlier600g: it looks like r600 can handle dword offsets...
2010-11-27 Henri Verbeetr600g: Fix the PIPE_FORMAT_A8_UNORM color swap for...
2010-11-27 Henri Verbeetr600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.
2010-11-23 Tilman Sauerbeckr600g: Removed duplicated call to tgsi_split_literal_co...
2010-11-23 Mathias Fröhlichr600g: Only compare active vertex elements
2010-11-22 Alex Deucherr600g: add support for ontario APUs
2010-11-22 Alex Deucherr600g: fix additional EVENT_WRITE packet
2010-11-22 Marek Olšákgallium: add PIPE_SHADER_CAP_SUBROUTINES
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-22 Dave Airlier600g: pick correct color swap for A8 fbos.
2010-11-20 Owen W. Taylorr600g: Fix location for clip plane registers
2010-11-19 Alex Deucherr600g: use full range of VS resources for vertex samplers
2010-11-19 Alex Deucherr600g: use meaningful defines for chiprev
2010-11-19 Alex Deucherr600g: translate ARR instruction for evergreen
2010-11-19 Jerome Glisser600g: add fetch shader capabilities
2010-11-18 Alex Deucherr600g: fix buffer alignment
next