summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_context.c
AgeCommit message (Expand)Author
2010-09-17r600g: add upload manager support.Dave Airlie
2010-09-17r600g: add support for kernel boDave Airlie
2010-09-17r600g: hide radeon_ctx inside winsys.Dave Airlie
2010-09-15r600g: Silence unused variable warning.Vinson Lee
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-14r600g: Remove unnecessary headers.Vinson Lee
2010-09-10r600g: add initial evergreen supportDave Airlie
2010-09-08r600g: abstract the hw states out behind a vtbl.Dave Airlie
2010-09-03r600g: reduce size of r600 context structure to !insaneDave Airlie
2010-09-02r600g: fix memory/bo leakJerome 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-08-30r600g: fixup states generation in winsys.Dave Airlie
2010-08-27Revert "r600g: simplify states"Dave Airlie
2010-08-25r600g: simplify statesJerome Glisse
2010-08-21r600g: partialy fix texturing from depth buffer + initial support for untilingJerome Glisse
2010-08-20r600g: add occlusion query supportDave Airlie
2010-08-10r600g: avoid reemiting literal, avoid scheduling empty csJerome Glisse
2010-08-06r600g: really fix multi target supportJerome Glisse
2010-08-06r600g: finish multi target rendering supportJerome Glisse
2010-08-06Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse
2010-08-05r600g: don't use dynamic state allocation for statesJerome Glisse
2010-08-03r600g: flush and resubmit if we reach limitJerome Glisse
2010-08-02r600g: add initial blend state.Dave Airlie
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-28r600g: split pipe state creating/binding from hw state creationJerome Glisse
2010-07-28r600g: cleanup resource buffer/texture messJerome Glisse
2010-07-27r600g: texture supportJerome Glisse
2010-07-23r600g: first pass at texture supportJerome Glisse
2010-07-23r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse
2010-07-21r600g: add support for all R6XX/R7XX asicJerome Glisse
2010-06-04r600g: make blit functions static (private)Marek Olšák
2010-06-04r600g: use cast wrappersMarek Olšák
2010-05-30r600g: Remove unnecessary headers.Vinson Lee
2010-05-27r600g: disable renderingJerome Glisse
2010-05-27r600g: various fixesBas Nieuwenhuizen
2010-05-27r600g: fix driver + shader compiler backend changeJerome Glisse
2010-05-27r600g: adapt to latest interfaces changesMarek Olšák
2010-05-27r600g: Initial importJerome Glisse