r600g: Silence uninitialized variable warning.
[mesa.git] / src / gallium / drivers / r600 /
2010-09-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-15 Vinson Leer600g: Remove unnecessary headers.
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-13 Dave Airlier600g: evergreen fixup dsa state for running query.
2010-09-12 Dave Airliepb: add void * for flush ctx to mapping functions
2010-09-11 Tilman Sauerbeckr600g: Undo bo placement change.
2010-09-10 Tilman Sauerbeckr600g: Fixed a bo reference leak in the draw module.
2010-09-10 Tilman Sauerbeckr600g: Fixed a bo leak in r600_texture_from_handle().
2010-09-10 Tilman Sauerbeckr600g: Don't leave stale references in query_list when...
2010-09-10 Tilman Sauerbeckr600g: Implemented the y component write for the LOG...
2010-09-10 Dave Airlier600g: fixup state calculations for picking states.
2010-09-10 Dave Airlier600g: fixup CB state numbering header
2010-09-10 Dave Airlier600g: fix warning in r600 pipe driver
2010-09-10 Dave Airlier600g: evergreen CBs are more sane to support with...
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-10 Dave Airlier600g: align flushing of cb/db with DDX/r600c.
2010-09-10 Dave Airlier600g: don't need 3 bos here.
2010-09-08 Dave Airlier600g: add initial bank swizzle support.
2010-09-07 Tilman Sauerbeckr600g: Added missing r600_bc_add_literal() calls to...
2010-09-07 Tilman Sauerbeckr600g: Added preliminary support for the LOG opcode.
2010-09-07 Tilman Sauerbeckr600g: Added missing abs-ification to RSQ.
2010-09-07 Dave Airlier600g: split opcodes out and add wrapper around usage.
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-07 Dave Airlier600g: abstract the hw states out behind a vtbl.
2010-09-06 Dave Airlier600g: add error print for no literals for r700s as...
2010-09-06 Dave Airlier600g: fixup r700 assembler for clamp/relative addressing
2010-09-06 Dave Airlier600g: add script to generate header file with offsets...
2010-09-05 Dave Airlier600g: fix up surface references
2010-09-05 Dave Airlier600g: search for sampler views in context on removal.
2010-09-05 Dave Airlier600g: add missing printf operand
2010-09-03 Dave Airlier600g: fix segfault in state after rework
2010-09-03 Dave Airlier600g: refactor sample states into a reusable struct.
2010-09-03 Dave Airlier600g: reduce size of r600 context structure to !insane
2010-09-03 Dave Airlier600g: add texture border state.
2010-09-03 Dave Airlier600g: deref old driver states for set entry points.
2010-09-03 Dave Airlier600g: drop r600_bind_state.
2010-09-03 Dave Airlier600g: kill r600_context_state function
2010-09-03 Dave Airlier600g: move lots of state inline helpers to separate...
2010-09-02 Dave Airlier600g: drop magic numbers in depth state.
2010-09-02 Jerome Glisser600g: force unbind of previously bind sampler/sampler_view
2010-09-02 Jerome Glisser600g: fix memory/bo leak
2010-09-02 Dave Airlier600g: fix thinko in shadow code.
2010-09-02 Dave Airlier600g: fix logicop, the 3d ROP is the 2D rop shifted...
2010-09-02 Dave Airlier600g: fix depth texture tests
2010-09-02 Dave Airlier600g: add missing vertex fetch formats to the translat...
2010-09-02 Jerome Glisser600g: fix binding of same texture to several target...
2010-09-02 Dave Airlier600g: fix incorrect state naming in pipe_sampler vs...
2010-09-01 Jerome Glisser600g: silence compiler warning
2010-09-01 Jerome Glisser600g: refix db/cb state
2010-09-01 Alex Deucherr600g: fix up default state differences between r6xx...
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-09-01 Jerome GlisseRevert "Revert "r600g: precompute some of the hw state""
2010-09-01 Dave Airlier600g: correct cb/zb offset emits.
2010-09-01 Dave AirlieRevert "r600g: precompute some of the hw state"
2010-09-01 Dave Airlier600g: fix typo causing segfault.
2010-09-01 Dave Airlier600g: fix glean texCube and shadows.
2010-08-31 Dave Airlier600g: fix up depth write swizzles.
2010-08-31 Dave Airlier600g: fix fp-fragment-position test.
2010-08-31 Dave Airlier600g: fix typo in last commit
2010-08-31 Dave Airlier600g: fix position input to fragment shader.
2010-08-31 Dave Airlier600g: remove unneeded function call from scs
2010-08-31 Dave Airlier600g: make LIT work properly
2010-08-31 Dave Airlier600g: fixup trig functions when input is a literal
2010-08-31 Dave Airlier600g: make sure LIT splits constants
2010-08-31 Dave Airlier600g: fix constant splitting
2010-08-31 Dave Airlier600g: fix LIT tests
2010-08-30 Dave Airlier600g: add missing literals
2010-08-30 Jerome Glisser600g: precompute some of the hw state
2010-08-30 Jerome Glisser600g: fix depth buffer decompression after states...
2010-08-30 Dave Airlier600g: fixup states generation in winsys.
2010-08-30 Dave Airlier600g: add DST opcode support.
2010-08-30 Dave Airlier600g: add SCS support.
2010-08-30 Dave Airlier600g: fix warning introduced by last commit.
2010-08-30 Dave Airlier600g: add initial relative support to assembler
2010-08-30 Dave Airlier600g: add KILP support
2010-08-30 Dave Airlier600g: fix SSG and op3 neg writing
2010-08-30 Dave Airlier600g : add basic loop support.
2010-08-29 Bas Nieuwenhuizenr600g: use the values from the correct literals
2010-08-29 Bas Nieuwenhuizenr600g: added literals where needed for POW instruction
2010-08-27 Jerome Glisser600g: fix vbo size
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-27 Dave Airlier600g: add initial if/else/endif support
2010-08-27 Dave Airlier600g: optimise op2 and swapped op2 emission.
2010-08-27 Dave Airlier600g: add exp support in theory.
2010-08-27 Dave Airlier600g: add DPH support.
2010-08-25 Jerome Glisser600g: simplify states
2010-08-24 Henri Verbeetr600g: Add support for PIPE_FORMAT_R32_FLOAT.
2010-08-23 Dave Airlier600g: add XPD support
2010-08-23 Dave Airlier600g: add CMP support.
2010-08-23 Henri Verbeetr600g: Add support for PIPE_CAP_DEPTH_CLAMP.
2010-08-23 Jerome Glisser600g: export one component per pixel + r7xx uncompress...
2010-08-22 Jerome Glisser600g: fix DB decompression
2010-08-22 Jerome Glisser600g: depth buffer likely needs decompression when...
2010-08-22 Jerome Glisser600g: partialy fix texturing from depth buffer + initi...
2010-08-20 Jerome Glisser600g: add POW instruction
2010-08-20 Jerome Glisser600g: cleanup definition, fix segfault when no valid...
2010-08-20 Dave Airlier600g: add occlusion query support
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-19 Alex Deucherr600g: update comments about ALU src operands
next