summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_emit.h
AgeCommit message (Expand)Author
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-13r300g: fix up function namesMarek Olšák
2010-02-28r300g: atomize texture and sampler statesMarek Olšák
2010-02-28r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák
2010-02-28r300g: put validating buffers after flushingMarek Olšák
2010-02-28r300g: atomize invalidation of texture cachesMarek Olšák
2010-02-28r300g: atomize PVS flushMarek Olšák
2010-02-28r300g: add size parameter to the atom emit functionsMarek Olšák
2010-02-24r300g: Atomize vertex shader.Corbin Simpson
2010-02-24r300g: prevent CS overflow when emitting the draw packetsMarek Olšák
2010-01-28r300g: Atomize framebuffers.Corbin Simpson
2010-01-26r300g: Turn the RS block into an atom.Corbin Simpson
2010-01-26r300g: Make vertex_format into an atom.Corbin Simpson
2010-01-23r300g: fix up buffer emission ordering.Dave Airlie
2010-01-10r300g: Atomize scissors.Corbin Simpson
2010-01-10r300g: Atomize viewport.Corbin Simpson
2010-01-10r300g: Atomize rasterizer.Corbin Simpson
2010-01-10r300g: Atomize ZTOP.Corbin Simpson
2010-01-10r300g: Atomize DSA.Corbin Simpson
2010-01-10r300g: Atomize UCP.Corbin Simpson
2010-01-10r300g: Atomize blend color.Corbin Simpson
2010-01-10r300g: Start using atoms.Corbin Simpson
2009-11-20r300g: emit R300_TEX_ENABLE to indicate there are no textures boundMarek Olšák
2009-11-07r300g: Don't pass hw_prim around in the context.Corbin Simpson
2009-11-07r300g: VBOs WIPMaciej Cencora
2009-11-01r300g: split constant buffer and shader emittionMaciej Cencora
2009-10-21r300g: Cleanup header includes.Corbin Simpson
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson
2009-10-14r300g: port over last parts of oq support.Dave Airlie
2009-09-06r300g: Fix a number of warningsNicolai Hähnle
2009-07-30r300g: Use radeon compiler for fragment programsNicolai Hähnle
2009-07-30r300g: Use r300compiler for vertex shadersNicolai Hähnle
2009-07-08r300-gallium: Unify sampler and texture emit.Corbin Simpson
2009-06-26r300-gallium: organize fragment/vertex shadersJoakim Sindholt
2009-06-05r300-gallium: Emit UCP.Corbin Simpson
2009-05-08r300-gallium: Finish space accounting.Corbin Simpson
2009-03-31r300-gallium: Add vertex shader emit.Corbin Simpson
2009-03-27r300-gallium: Add some surface_copy.Corbin Simpson
2009-03-20r300-gallium: Clean up some emit, and some state handlers.Corbin Simpson
2009-03-10r300-gallium: Fix a handful of compiler warnings.Corbin Simpson
2009-02-16r300-gallium: Include-guard r300_emit.hCorbin Simpson
2009-02-15r300-gallium: Fix scissors.Corbin Simpson
2009-02-12r300-gallium: Fix linker error a few linker warnings.Corbin Simpson
2009-02-01r300: Split rs_state emit into its own function.Corbin Simpson
2009-02-01r300: Add dsa state emit.Corbin Simpson
2009-02-01r300: Add blend color state emit.Corbin Simpson