summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_state.c
AgeCommit message (Expand)Author
2010-10-26r600g: fix magic 0x1 ->flat shade enaDave Airlie
2010-10-24r600g: drop more common state handling codeDave Airlie
2010-10-24r600g: Added r600_pipe_shader_destroy().Tilman Sauerbeck
2010-10-24r600g: merge more of the common r600/evergreen state handlingDave Airlie
2010-10-24r600g: Fixed r600_vertex_element leak.Tilman Sauerbeck
2010-10-21r600g: start splitting out common code from eg/r600.Dave Airlie
2010-10-21r600g: initial translate state supportDave Airlie
2010-10-21r600g: add r600 surface to store the aligned height.Dave Airlie
2010-10-21r600g: move to per-miplevel array mode.Dave Airlie
2010-10-18r600g: fix typo in tiling setup cb code.Dave Airlie
2010-10-18r600g: do proper tracking of views/samplers.Dave Airlie
2010-10-18r600g: set tiling bits in hw stateDave Airlie
2010-10-15r600g: emit hardware linewidthKeith Whitwell
2010-10-13r600g: remove bpt and start using pitch_in_bytes/pixels.Dave Airlie
2010-10-13r600g: rename pitch in texture to pitch_in_bytesDave Airlie
2010-10-13r600g: store samplers/views across blit when we need to modify themDave Airlie
2010-10-13r600g: fix scissor/cliprect confusionDave Airlie
2010-10-12r600g: fix typo in vertex sampling on r600Dave Airlie
2010-10-11r600g: don't run with scissors.Dave Airlie
2010-10-11r600g: enable vertex samplers.Dave Airlie
2010-10-07r600g: use format from the sampler view not from the texture.Dave Airlie
2010-10-05r600g: drop use_mem_constant.Dave Airlie
2010-10-04r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse
2010-10-01r600g: Remove unnecessary headers.Vinson Lee
2010-10-01r600g: fixup vertex format picking.Dave Airlie
2010-10-01r600g: add winsys support for CTL constants.Dave Airlie
2010-10-01r600g: fix evergreen depth flushing.Dave Airlie
2010-09-30r600g: use constant buffer instead of register for constantJerome Glisse
2010-09-30r600g: clean up some code from move to new paths.Dave Airlie
2010-09-29r600g: more cleanupJerome Glisse
2010-09-29r600g: cleanupJerome Glisse
2010-09-29r600g: delete old pathJerome Glisse
2010-09-29Revert "r600g: add initial vertex translate support."Dave Airlie
2010-09-29r600g: add initial vertex translate support.Dave Airlie
2010-09-28r600g: fix db flush breaking config stateDave Airlie
2010-09-26r600g: move around variables to share depth uncompression codeJerome Glisse
2010-09-20r600g: move chip class to radeon common structureJerome Glisse
2010-09-20r600g: clean up valgrind issues on maxtargets test.Dave Airlie
2010-09-20r600g: fix fbo-drawbuffers-maxtargetsDave Airlie
2010-09-17r600g: add upload manager support.Dave Airlie
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie
2010-09-14r600g: Remove unnecessary headers.Vinson Lee
2010-09-10r600g: fix warning in r600 pipe driverDave Airlie
2010-09-10r600g: add initial evergreen supportDave Airlie
2010-09-10r600g: align flushing of cb/db with DDX/r600c.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: fix up surface referencesDave Airlie
2010-09-06r600g: search for sampler views in context on removal.Dave Airlie