summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)Author
2010-08-03r600g: flush and resubmit if we reach limitJerome Glisse
2010-08-03r600g: fix color target maskJerome Glisse
2010-08-03r600g: fix stencilJerome Glisse
2010-08-03r600g: fix LIT + fix multiple constant one ALU + fix ALU block splittingJerome Glisse
2010-08-02r600g: split alu block to conform to limit + RCP opcodeJerome Glisse
2010-08-02r600g: add autogenerated reg definition + debug print cleanupJerome Glisse
2010-08-02r600g: add stencil op/func translationDave Airlie
2010-08-02r600g: initial alpha test stateDave Airlie
2010-08-02r600g: add initial blend state.Dave Airlie
2010-08-02r600g: set correct tex coord type for rect textures.Dave Airlie
2010-08-02r600g: make r600_db_format static.Dave Airlie
2010-07-31r600g: Remove unnecessary header.Vinson Lee
2010-07-31r600g: Remove unnecessary header.Vinson Lee
2010-07-30r600g: add KIL opcode supportJerome Glisse
2010-07-30r600g: fix typo in tex instruction + shader semantic id fixJerome Glisse
2010-07-29r600g: mipmap early support + EX2/ABS instruction + cullingJerome Glisse
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: state context ptr in sampler_view & add I8/L8 buffer formatJerome Glisse
2010-07-28r600g: switch btw flat/linear interpolationJerome Glisse
2010-07-28r600g: split pipe state creating/binding from hw state creationJerome Glisse
2010-07-28r600g: cleanup resource buffer/texture messJerome Glisse
2010-07-28r600g: add lrp instruction supportJerome Glisse
2010-07-28r600g: actualy fix the literal emissionJerome Glisse
2010-07-28r600g: fix up segfault with variation between views and count.Dave Airlie
2010-07-28r600g: use gallium util for float->ui conversionDave Airlie
2010-07-27r600g: texture supportJerome Glisse
2010-07-27r600g: Move declaration before code.Vinson Lee
2010-07-27r600g: always emit literal after emiting an alu instructionJerome Glisse
2010-07-26r600g: implememt the LIT instructionStephan Schmid
2010-07-23r600g: first pass at texture supportJerome Glisse
2010-07-23r600g: Fix SCons build.Vinson Lee
2010-07-23r600g: fix dp2, dp3, dp4 tokensJerome Glisse
2010-07-23r600g: add RSQ token 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-07-21r600g: add r600 compile mode to compiler.Dave Airlie
2010-07-21r600g: add family retrivalDave Airlie
2010-07-20r600g: split trans unit computationJerome Glisse
2010-07-02r600: use gallium list macros instead of making our own.Dave Airlie
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz
2010-06-24r600g: Move bootstrap code to targetJakob Bornecrantz
2010-06-09r600g: save vertex buffers in blitterMarek Olšák
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-07r600g: Remove unnecessary header.Vinson Lee
2010-06-06r600g: add shader literal constant supportJerome Glisse
2010-06-05r600g: split instruction into scalarJerome Glisse
2010-06-04r600g: implement clear_{render_target, depth_stencil}, resource_copy_regionMarek Olšák
2010-06-04r600g: make blit functions static (private)Marek Olšák
2010-06-04r600g: use cast wrappersMarek Olšák