summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)Author
2010-09-18r600g: Remove unused variable.Vinson Lee
2010-09-17r600g: Silence unused variable warnings.Vinson Lee
2010-09-17r600g: Remove unnecessary header.Vinson Lee
2010-09-17r600g: alternative command stream building from contextJerome Glisse
2010-09-17r600g: Fixed the shift in S_02880C_KILL_ENABLE.Tilman Sauerbeck
2010-09-17r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.Tilman Sauerbeck
2010-09-17r600g: Only set PA_SC_EDGERULE on rv770 and greater.Tilman Sauerbeck
2010-09-17r600g: Added DB_SHADER_CONTROL defines.Tilman Sauerbeck
2010-09-17r600g: Formatting fixes.Tilman Sauerbeck
2010-09-17r600g: add upload manager support.Dave Airlie
2010-09-17r600g: add support for kernel boDave Airlie
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie
2010-09-17r600g: hide radeon_ctx inside winsys.Dave Airlie
2010-09-16r600g: Use clamped math for RCP and RSQ.Tilman Sauerbeck
2010-09-16r600g: Fixed a bo leak in r600_blit_state_ps_shader().Tilman Sauerbeck
2010-09-16r600g: fix texture bos and avoid doing depth blit on evergreenDave Airlie
2010-09-16r600g: fixup texture state on evergreen.Dave Airlie
2010-09-16r600g: add vgt dma src definesDave Airlie
2010-09-16r600g: use index min/max + index buffer offset.Dave Airlie
2010-09-16r600g: pull r600_draw struct out into headerDave Airlie
2010-09-15r600g: misc cleanupJohn Doe
2010-09-15r600g: Silence unused variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-14r600g: Remove unnecessary headers.Vinson Lee
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