svga: Don't advertise pixel shader addr register support.
[mesa.git] / src / gallium / drivers / r600 /
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
2010-11-17 Jerome Glisser600g: code cleanup (indent, trailing space, empty...
2010-11-16 Henri Verbeetr600g: Synchronize supported color formats between...
2010-11-16 Henri Verbeetr600g: Swizzle vertex data only once.
2010-11-15 Henri Verbeetr600g: Add PIPE_FORMAT_L8A8_UNORM for Evergreen as...
2010-11-15 Henri Verbeetr600g: Evergreen has two extra frac_bits for the sample...
2010-11-12 Marek Olšákr600g: fill out CAPs for indirect addressing
2010-11-11 Keith Whitwellr600g: enforce minimum stride on render target texture...
2010-11-11 Keith Whitwellr600g: do not try to use staging resource for depth...
2010-11-11 Keith Whitwellr600g: guard experimental s3tc code with R600_ENABLE_S3TC
2010-11-09 Keith Whitwellr600: fix my pessimism about PIPE_TRANSFER_x flags
2010-11-09 Keith Whitwellr600g: translate ARR instruction
2010-11-09 Keith Whitwellr600g: attempt to turn on DXTn formats
2010-11-09 Keith Whitwellr600g: avoid recursion with staged uploads
2010-11-08 Benjamin Franzker600g: implement texture_get_handle (needed for eglExpo...
2010-11-07 Henri Verbeetr600g: Mention AMD in the renderer string.
2010-11-03 José Fonsecar600g: Swap the util_blitter_destroy call order.
2010-11-03 Keith Whitwellevergreeng: set hardware pixelcenters according to...
2010-11-03 Keith Whitwellevergreeng: respect linewidth state, use integer widths...
2010-11-03 Keith Whitwellr600g: don't call debug_get_bool_option for tiling...
2010-11-03 Keith Whitwellevergreeng: protect against null constant buffers
2010-11-03 Keith Whitwellr600g: set hardware pixel centers according to gl_raste...
2010-11-03 Keith Whitwellr600g: remove unused flink, domain fields from r600_res...
2010-11-03 Keith Whitwellr600g: use a buffer in GTT as intermediate on texture...
2010-11-03 Keith Whitwellr600g: propogate resource usage flags to winsys, use...
2010-11-03 Keith Whitwellr600g: propagate usage flags in texture transfers
2010-11-02 Tilman Sauerbeckr600g: Destroy the winsys in r600_destroy_screen().
2010-11-02 Tilman Sauerbeckr600g: Delete custom_dsa_flush on shutdown.
2010-11-02 Tilman Sauerbeckr600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.
2010-11-02 Keith Whitwellst/mesa: unbind constant buffer when not in use
2010-11-02 José Fonsecascons: Add aliases for several pipe drivers.
2010-11-02 José Fonsecar600g: List recently added files in SConscript.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-27 Vinson Leer600g: Silence uninitialized variable warnings.
2010-10-27 Tilman Sauerbeckr600g: Destroy the blitter.
2010-10-26 Dave Airlier600g: add assembler support for all the kcache fields.
2010-10-25 Dave Airlier600g: fix magic 0x1 ->flat shade ena
2010-10-24 Dave Airlier600g: drop more common state handling code
2010-10-24 Tilman Sauerbeckr600g: Also clear bc data when we're destroying a shader.
next