summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)Author
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-13r600g: evergreen fixup dsa state for running query.Dave Airlie
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie
2010-09-11r600g: Undo bo placement change.Tilman Sauerbeck
2010-09-10r600g: Fixed a bo reference leak in the draw module.Tilman Sauerbeck
2010-09-10r600g: Fixed a bo leak in r600_texture_from_handle().Tilman Sauerbeck
2010-09-10r600g: Don't leave stale references in query_list when we cannot create bo.Tilman Sauerbeck
2010-09-10r600g: Implemented the y component write for the LOG opcode.Tilman Sauerbeck
2010-09-10r600g: fixup state calculations for picking states.Dave Airlie
2010-09-10r600g: fixup CB state numbering headerDave Airlie
2010-09-10r600g: fix warning in r600 pipe driverDave Airlie
2010-09-10r600g: evergreen CBs are more sane to support with a single stateDave Airlie
2010-09-10r600g: add initial evergreen supportDave Airlie
2010-09-10r600g: align flushing of cb/db with DDX/r600c.Dave Airlie
2010-09-10r600g: don't need 3 bos here.Dave Airlie
2010-09-08r600g: add initial bank swizzle support.Dave Airlie
2010-09-08r600g: Added missing r600_bc_add_literal() calls to XPD implementation.Tilman Sauerbeck
2010-09-08r600g: Added preliminary support for the LOG opcode.Tilman Sauerbeck
2010-09-08r600g: Added missing abs-ification to RSQ.Tilman Sauerbeck
2010-09-08r600g: split opcodes out and add wrapper around usage.Dave Airlie
2010-09-08r600g: add support for constants in memory buffers.Dave Airlie
2010-09-08r600g: abstract the hw states out behind a vtbl.Dave Airlie
2010-09-06r600g: add error print for no literals for r700s as wellDave Airlie
2010-09-06r600g: fixup r700 assembler for clamp/relative addressingDave Airlie
2010-09-06r600g: add script to generate header file with offsets into state objects.Dave Airlie
2010-09-06r600g: fix up surface referencesDave Airlie
2010-09-06r600g: search for sampler views in context on removal.Dave Airlie
2010-09-06r600g: add missing printf operandDave Airlie
2010-09-03r600g: fix segfault in state after reworkDave Airlie
2010-09-03r600g: refactor sample states into a reusable struct.Dave Airlie
2010-09-03r600g: reduce size of r600 context structure to !insaneDave Airlie
2010-09-03r600g: add texture border state.Dave Airlie
2010-09-03r600g: deref old driver states for set entry points.Dave Airlie
2010-09-03r600g: drop r600_bind_state.Dave Airlie
2010-09-03r600g: kill r600_context_state functionDave Airlie
2010-09-03r600g: move lots of state inline helpers to separate header.Dave Airlie
2010-09-03r600g: drop magic numbers in depth state.Dave Airlie
2010-09-02r600g: force unbind of previously bind sampler/sampler_viewJerome Glisse
2010-09-02r600g: fix memory/bo leakJerome Glisse
2010-09-02r600g: fix thinko in shadow code.Dave Airlie
2010-09-02r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.Dave Airlie
2010-09-02r600g: fix depth texture testsDave Airlie
2010-09-02r600g: add missing vertex fetch formats to the translation table.Dave Airlie
2010-09-01r600g: fix binding of same texture to several target slotJerome Glisse
2010-09-02r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_viewDave Airlie
2010-09-01r600g: silence compiler warningJerome Glisse
2010-09-01r600g: refix db/cb stateJerome Glisse
2010-09-01r600g: fix up default state differences between r6xx and r7xxAlex Deucher
2010-09-01r600g: avoid dynamic allocation of statesJerome Glisse
2010-09-01Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse